- MCP
A hosted MCP server for economics and trade research
Our MCP offers 22 live tools for economics and trade research. Get started with 100 free calls each month.
Quickstart
- 1
Create a free account : no credit card required. OAuth clients will ask you to sign in; config-file clients can use an API key from the dashboard. The account includes 100 calls each month; further usage is billed per call from a prepaid balance.
- 2
Pick your client and follow its connect page: pre-filled config, one click where the client supports it.
- 3
Ask "Compare Germany's and France's latest inflation rates. Give each value, unit, observation period, and source, then show the request used."
Connect your client
Tools (22)
One MCP tool per REST endpoint below: same request, same response, called by your agent instead of your code.
Economics (8)
| 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 |
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