← zovo.one
INDIVIDUAL MCP TOOL
rate_history
Call this tool for the ECB rate of one currency pair across a window.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/currency-exchange
Connect to this endpoint to inspect the live schema for rate_history and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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/currency-exchange"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-currency": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/currency-exchange"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-currency
Remote MCP URL: https://mcp.zovo.one/mcp/currency-exchange
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/currency-exchange"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-currency": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/currency-exchange"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-currency",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/currency-exchange"
}
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.fx_rates_for— Call this tool when a rebill or an invoice spans more than one currency, instead of asking the user for rates.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.