- MCP
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.
Quickstart
- 1
Create a free API key — no credit card required.
- 2
Pick your client and follow its connect page — pre-filled config, one click where the client supports it.
- 3
Ask your agent a question — "what's Germany's latest inflation rate?" — and watch it call the tool.
Connect your client
Claude.ai, Claude Desktop, and Claude Code — connect over MCP with an API key.
Connect →ChatGPTChatGPT's Developer Mode connects to any remote MCP server you point it at.
Connect →CursorOne click from this page, or a few lines in .cursor/mcp.json.
Connect →VS CodeGitHub Copilot's agent mode speaks MCP natively — one click, or a .vscode/mcp.json entry.
Connect →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/countries | List covered countries and groups |
| GET /v1/indicators | List indicators with slugs, units, and search aliases |
| GET /v1/resolve | Resolve countries and indicators and inspect series availability |
| GET /v1/latest | Latest values with previous/high/low and source attribution |
| GET /v1/history | Historical observations, optionally transformed |
| GET /v1/search | Resolve free text to countries, indicators, and series |
| GET /v1/updates | Series whose data changed since a timestamp |
| GET /v1/news | Published news items — briefs and notes |
| GET /v1/calendar | Release calendar — past and upcoming data releases |
Trade (14)
| GET /v1/trade | Raw trade observations |
| GET /v1/trade/summary | Aggregated trade metrics |
| GET /v1/trade/monthly | Monthly trade |
| GET /v1/trade/coverage | Data coverage per country |
| GET /v1/trade/products | Search products |
| GET /v1/trade/products/{pid} | Product metadata |
| GET /v1/trade/products/{pid}/history | Product trade series |
| GET /v1/trade/products/{pid}/markets | Top markets for a product |
| GET /v1/trade/countries | Search countries |
| GET /v1/trade/countries/{cid} | Country metadata |
| GET /v1/trade/countries/{cid}/imports | Country import series |
| GET /v1/trade/countries/{cid}/exports | Country export series |
| GET /v1/trade/countries/{cid}/partners | Country trading partners |
| GET /v1/trade/countries/{cid}/products | Country product mix |
FAQ