What is the Currency Rates (ECB) MCP server?
Latest and historical ECB foreign-exchange reference rates for 30+ currencies, via Frankfurter.
How to install Currency Rates (ECB)
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"currency-rates": {
"url": "https://invokera.com/r/currency-rates"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"currency-rates": {
"serverUrl": "https://invokera.com/r/currency-rates"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"currency-rates": {
"type": "http",
"url": "https://invokera.com/r/currency-rates"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"currency-rates": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://invokera.com/r/currency-rates"
]
}
}
}Claude Code
claude mcp add --transport http currency-rates https://invokera.com/r/currency-ratesRelated MCP servers
Search books and authors across Open Library, the Internet Archive open catalog.
Search, inspect and invoke every public tool on Invokera through one MCP connection.
Live health and AI-readable metadata of invokera.com. Demo of an Invokera-hosted MCP server.
Postal code lookup with place names and coordinates for 60+ countries. Via Zippopotam.us.
Public holidays for 100+ countries — by year, or the next ones coming up. Via Nager.Date.
Current time in any IANA time zone, plus the full time-zone list. Via timeapi.io.