← Back to Plugins
MCP Server MCP

io.github.getanyapi-com/anyapi

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.getanyapi.com/mcp",
      "headers": [
        {
          "description": "AnyAPI API key as a Bearer token (format: Bearer aa_live_...). Mint one at https://getanyapi.com/dashboard/keys. Discovery works without a key; running an API requires one.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...