← zovo.one

INDIVIDUAL MCP TOOL

fx_rates_for

Call this tool when a rebill or an invoice spans more than one currency, instead of asking the user for rates.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/exchange-rates

No auth detected

Connect to this endpoint to inspect the live schema for fx_rates_for and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

zovo.one

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-currency]
url = "https://mcp.zovo.one/mcp/exchange-rates"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-currency": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/exchange-rates"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-currency
Remote MCP URL: https://mcp.zovo.one/mcp/exchange-rates

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-currency": {
      "url": "https://mcp.zovo.one/mcp/exchange-rates"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-currency": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/exchange-rates"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-currency",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/exchange-rates"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • rates_latest — Call this tool for the latest ECB daily reference rates against any base: 1.
  • convert — Call this tool to convert an amount between any two ECB-quoted currencies, today or on a past date.
  • convert_many — Convert one amount into many currencies off the SAME ECB rate date, each rounded to its own minor units.
  • rate_history — Call this tool for the ECB rate of one currency pair across a window.
  • rate_on — Call this tool for the ECB rate of one pair on one date.
  • currencies_list — Every currency in the ECB daily set with its rate against the euro and its decimal places.
  • cache_status — Report the ECB rate cache here: which dates are held, how old they are and when they refresh.
  • license_status — Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.