← WebMCP Directory

Tool tree

bernev.com exposes WebMCP tools to AI agents.
Explore capabilities

Tools verified

get_exchange_office_ratesAnswer

Read-only. Reads bernev.com’s latest published Batumi exchange-office table on invocation. Returns observedDate (observation date), retrievedAt (retrieval time), ISO currency codes, buyGel/sellGel (office buys/sells; GEL per currency unit), and source URL. Optional currencies filter; explicitly reports missing currencies without substituting rates from other dates. Rates are neither Bank of Russia nor National Bank of Georgia rates and are not guaranteed current.

View tool JSON
{
  "name": "get_exchange_office_rates",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read-only. Reads bernev.com’s latest published Batumi exchange-office table on invocation. Returns observedDate (observation date), retrievedAt (retrieval time), ISO currency codes, buyGel/sellGel (office buys/sells; GEL per currency unit), and source URL. Optional currencies filter; explicitly reports missing currencies without substituting rates from other dates. Rates are neither Bank of Russia nor National Bank of Georgia rates and are not guaranteed current.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "currencies": {
        "type": "array",
        "items": {
          "type": "string",
          "pattern": "^[A-Z]{3}$"
        },
        "minItems": 1,
        "maxItems": 30,
        "uniqueItems": true
      }
    },
    "additionalProperties": false
  },
  "page": "/"
}