Integration

Connect your agent

MCP Data is MCP-native — connect it to any MCP-compatible client using an API key. No OAuth, no browser login, no approval flow.

1

Get your API key

Get 2,000 free credits with a corporate email. Email us → You'll receive your API key and the 6 country endpoints by email.

2

Add MCP Data to your client

Use any MCP client that supports custom HTTP headers (Claude Code, Cursor, LangChain, or your own backend). Add one server per country you need:

{ "mcpServers": { "mcpdata-ar": { "type": "sse", "url": "https://api.mcpdata.io/ar/sse", "headers": { "Authorization": "Bearer YOUR_TOKEN" } } } }

Repeat changing ar for mx, co, ec, pe, or cl depending on the countries you need. All 6 endpoints:

  • 🇦🇷 api.mcpdata.io/ar/sse
  • 🇲🇽 api.mcpdata.io/mx/sse
  • 🇨🇴 api.mcpdata.io/co/sse
  • 🇪🇨 api.mcpdata.io/ec/sse
  • 🇵🇪 api.mcpdata.io/pe/sse
  • 🇨🇱 api.mcpdata.io/cl/sse
3

Start querying

Your agent can now call any tool directly — no approval step, no manual authorization. Every successful call consumes 1 credit from your balance. See the full tool reference on the Products page.

Note — claude.ai chat interface. Connecting directly from the claude.ai chat interface (as opposed to Claude Code) is not yet supported for billed calls, because claude.ai's custom connector UI does not currently support custom request headers for all accounts (this is an Anthropic-side rollout, not something on our end). Use Claude Code, Cursor, or your own MCP client in the meantime.