HomeDevelopment › AnyAPI

AnyAPI

Hundreds of scraping & data APIs through one key. USD pay-per-request, normalized schemas, failover.

Official TypeScript CloudLocal Remote
★ 1 stars Last pushed 2026-09-06 License: Apache-2.0

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.getanyapi.com/mcp Reachable (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://api.getanyapi.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — AnyAPI API key as a Bearer token (format: Bearer aa_live_...). Mint one at https://getanyapi.com/dashboard/keys. Needed to run an API; connecting, listing the tools, and the catalog tools (list_apis, search_apis, get_api, quote_api) all work without it.

Package (npm 0.1.5)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ANYAPI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANYAPI_API_KEY secret — AnyAPI API key (format: aa_live_...). Mint one at https://getanyapi.com/dashboard/keys. Needed to run an API; connecting, listing the tools, and the catalog tools (list_apis, search_apis, get_api, quote_api) all work without it.

Package (oci)

docker run -i --rm ghcr.io/getanyapi-com/mcp:0.1.5

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/getanyapi-com/mcp:0.1.5"
      ],
      "env": {
        "ANYAPI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANYAPI_API_KEY secret — AnyAPI API key (format: aa_live_...). Mint one at https://getanyapi.com/dashboard/keys. Needed to run an API; connecting, listing the tools, and the catalog tools (list_apis, search_apis, get_api, quote_api) all work without it.

Related servers

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

Data from the Official MCP Registry