For AI agents

One MCP server.
Every API.

Connect ChatGPT, Claude or Cursor to ReefAPI once — your assistant can then search, fetch and parse from every API on its own. No glue code.

https://api.reefapi.com/mcp
live · works in ChatGPT, Claude & Cursor

Auto-discovery

Your assistant sees every API and endpoint we offer — no manual wiring, no SDKs.

Real calls, clean JSON

It runs any endpoint on your behalf and gets structured results straight back.

One key, one pool

Every call is metered to your account from the same credit balance you already have.

Connect in under a minute

1ChatGPT

Settings → Connectors → add a connector by URL. Paste the endpoint and authorize with your API key.

2Claude

Settings → Connectors → Add. Paste the endpoint URL, or drop the snippet below into your config.

3Cursor

Add the snippet below to ~/.cursor/mcp.json, then enable ReefAPI in settings.

# ~/.cursor/mcp.json · Claude config · any MCP client
{ "mcpServers": { "reefapi": {
  "url": "https://api.reefapi.com/mcp",
  "headers": { "Authorization": "Bearer ak_live_…" }
} } }

Remote streamable-http · ChatGPT, Claude & Cursor connect by URL. Discovery is keyless; calls authenticate with your ReefAPI key — failed calls cost 0 credits.