A free MCP server for AI agents

23 tools, one per REST endpoint, covering 50 countries of economic and trade data. Point any MCP client at it and your agent can query GDP, inflation, trade flows, and more mid-conversation — no separate connector fee. Trading Economics charges $399/mo for the same idea; ours is included free.

Hosted endpoint: coming soon. The tool catalogue below is final — generated from the live API spec — but the hosted MCP URL isn't provisioned yet. In the meantime, every tool is already callable as a plain REST endpoint; see the endpoint catalogue, or contact us for early access.

Quickstart

  1. 1

    Create a free API key — no credit card required.

  2. 2

    Pick your client and follow its connect page — pre-filled config, one click where the client supports it.

  3. 3

    Ask your agent a question — "what's Germany's latest inflation rate?" — and watch it call the tool.

Connect your client

Tools (23)

One MCP tool per REST endpoint below — same request, same response, called by your agent instead of your code.

Economics (9)

GET /v1/countriesList covered countries and groups
GET /v1/indicatorsList indicators with slugs, units, and search aliases
GET /v1/resolveResolve countries and indicators and inspect series availability
GET /v1/latestLatest values with previous/high/low and source attribution
GET /v1/historyHistorical observations, optionally transformed
GET /v1/searchResolve free text to countries, indicators, and series
GET /v1/updatesSeries whose data changed since a timestamp
GET /v1/newsPublished news items — briefs and notes
GET /v1/calendarRelease calendar — past and upcoming data releases

Trade (14)

GET /v1/tradeRaw trade observations
GET /v1/trade/summaryAggregated trade metrics
GET /v1/trade/monthlyMonthly trade
GET /v1/trade/coverageData coverage per country
GET /v1/trade/productsSearch products
GET /v1/trade/products/{pid}Product metadata
GET /v1/trade/products/{pid}/historyProduct trade series
GET /v1/trade/products/{pid}/marketsTop markets for a product
GET /v1/trade/countriesSearch countries
GET /v1/trade/countries/{cid}Country metadata
GET /v1/trade/countries/{cid}/importsCountry import series
GET /v1/trade/countries/{cid}/exportsCountry export series
GET /v1/trade/countries/{cid}/partnersCountry trading partners
GET /v1/trade/countries/{cid}/productsCountry product mix

FAQ

MCP FAQ