HomeDevelopment › ReefAPI

ReefAPI

One MCP server for 180+ live web-data APIs returning clean JSON from sites that block scrapers.

Python Cloud Remote
★ 4 stars Last pushed 2026-09-19 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.reefapi.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http reefapi-mcp https://api.reefapi.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "reefapi-mcp": {
      "url": "https://api.reefapi.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <your ReefAPI key from reefapi.com>

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry