mcpserver.lol
registry/exchange-rates-mcp-server
Connection check verified live · 27h ago

exchange-rates-mcp-server

Convert currencies, get FX rates, and query historical ECB exchange rate data.

Tools 7
GitHub stars 1
Installs / wk 398
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

7 tools

Read from the running server on 27h ago.

fx_convert_currency read-only dateamount*base_currency*quote_currency*
Convert an amount between any two currencies at the latest or a historical rate. Returns the converted amount, the rate used, the actual rate date, and whether the date was snapped…
fx_dataframe_describe read-only canvas_id*
List tables and columns staged on a DataCanvas from a prior fx_get_timeseries call. Required first step before fx_dataframe_query — use it to discover table names and column schema…
fx_dataframe_query read-only query*canvas_id*
Run a read-only SQL SELECT against DataCanvas tables staged by fx_get_timeseries. Supports aggregations, GROUP BY, window functions, and JOINs across multiple registered tables. Ru…
fx_get_rate read-only datebase_currency*quote_currency*
Get the exchange rate for a currency pair on a given date (default: latest). Returns the rate, the actual rate date (which may differ from the requested date on weekends/holidays —…
fx_get_rates read-only datesymbolsbase_currency*
Get all available exchange rates for one base currency in a single snapshot. Useful for bulk comparison and seeding downstream tools. Returns a map of quote currency → rate plus th…
fx_get_timeseries read-only end_date*canvas_idstart_date*base_currency*quote_currency*
Get historical daily exchange rates for a currency pair over a date range. ECB publishes on business days only — weekends and holidays produce no entry, and no date outside the req…
fx_list_currencies read-only
List all supported ISO 4217 currency codes with their full names. Call this before converting to disambiguate "dollars" (USD vs AUD vs CAD vs HKD vs SGD) or to validate a user-supp…