[DEPRECATED] MCP Server: ECB - Euro FX, Rates & Inflation
DeprecatedPricing
$10.00 / 1,000 tool calls
[DEPRECATED] MCP Server: ECB - Euro FX, Rates & Inflation
DeprecatedMCP Server: ECB exposes 6 tools for AI agents to query European Central Bank open data - EUR exchange rates, ECB policy rates, euro area HICP inflation, the government bond yield curve, and any SDMX series. HTTP-only, no API key. Pay $0.01 per tool-call.
Pricing
$10.00 / 1,000 tool calls
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
MCP Server: ECB - Euro FX, Rates & Inflation for AI Agents
MCP server with 6 tools for AI agents (Claude, Cursor, Continue) to query the European Central Bank Data Portal. HTTP-only, no API key. $0.01 per tool-call.
โญ Bookmark this actor โ Apify ranks actors by bookmarks, so one click directly helps its visibility on the Apify Store.
What is MCP Server: ECB?
MCP Server: ECB is an Apify-hosted Model Context Protocol (MCP) server that lets an AI agent pull live data straight from the ECB Data Portal: euro foreign-exchange reference rates, the ECB key interest rates, euro area HICP inflation, the euro area government bond yield curve, and any other ECB SDMX series. The ECB API is open, free, and needs no key, so this MCP server is fast and cheap to call inside an agent loop.
Tools available
exchange_rateโ EUR reference rate vs a currency (USD, GBP, JPY, CHF, CNY...), latest value plus history.policy_ratesโ the three ECB key interest rates: main refinancing operations (MRO), deposit facility, marginal lending facility.series_dataโ generic escape hatch: fetch ANY ECB series by dataflow id + SDMX key (e.g.flow=EXR,key=D.GBP.EUR.SP00.A), with date-range filtering.search_dataflowsโ list/search the ECB dataflow catalogue (datasets) by id or name.yield_curveโ euro area AAA government bond spot yield curve, latest yield per maturity (3M to 30Y).inflation_hicpโ euro area HICP inflation, annual rate of change, monthly history.list_toolsโ free discovery endpoint (returns the full tool catalog, no charge).
Use cases
- Finance & fintech AI agents โ give Claude/Cursor live FX and rate data for analysis, alerts, or report generation.
- Macro research automation โ chain
policy_rates,yield_curveandinflation_hicpinside an agent to summarize euro area monetary conditions. - FX conversion & enrichment โ resolve EUR cross-rates on demand from the official ECB reference fixing.
- Data pipelines โ pull any ECB SDMX series via
series_datawithout writing an SDMX client.
Input
{"mode":"call_tool","tool_name":"exchange_rate","arguments":{"currency":"USD","last_n":5}}
More examples:
{"mode":"call_tool","tool_name":"policy_rates","arguments":{}}{"mode":"call_tool","tool_name":"yield_curve","arguments":{"maturities":["2Y","10Y","30Y"]}}{"mode":"call_tool","tool_name":"inflation_hicp","arguments":{"last_n":12}}{"mode":"call_tool","tool_name":"series_data","arguments":{"flow":"EXR","key":"D.GBP.EUR.SP00.A","last_n":5}}
For discovery: { "mode": "list_tools" } (free, no charge).
Pricing
PAY_PER_EVENT โ $0.01 per tool-call (= $10.00 per 1,000 calls). list_tools is free. One call may fetch several ECB series (e.g. yield_curve, policy_rates) and is still charged once.
Data source
ECB Data Portal API โ official, open, no authentication. SDMX-JSON for data, SDMX 2.1 for the dataflow catalogue. This actor flattens the nested SDMX response into clean {date, value} records so your agent does not have to.
Author
License
MIT
