送信
AnyAPI gives AI agents one API key and one USD wallet to call hundreds of scraping and data APIs — Instagram, TikTok, YouTube, Reddit, Facebook, Google search results, general web scraping, and more — through a single normalized interface. Every API exposes a normalized input/output JSON Schema. Pricing is real-dollar pay-per-request with no subscriptions; failed calls are never charged because AnyAPI fails over across providers automatically under one price.
概要

AnyAPI

AnyAPI gives AI agents one API key and one USD wallet to call hundreds of scraping and data APIs: Instagram, TikTok, YouTube, Reddit, Facebook, Google search results, general web scraping, and more, through a single normalized interface.

Every API exposes a normalized input/output JSON Schema. Pricing is real-dollar pay-per-request with no subscriptions; failed calls are never charged because AnyAPI fails over across providers automatically under one price.

Connection

Remote MCP server: https://api.getanyapi.com/mcp

Transport: Streamable HTTP

Authentication: API key in the Authorization header as Bearer ${ANYAPI_API_KEY}. Discovery works without a key; running APIs requires a key.

Homepage: https://getanyapi.com

Docs: https://getanyapi.com/docs

Repository: https://github.com/getanyapi-com/skills

License: Apache-2.0

Tools

  • list_apis
  • get_api
  • run_api
  • get_balance

サーバー設定

{
  "mcpServers": {
    "anyapi": {
      "url": "https://api.getanyapi.com/mcp",
      "transport": "streamable-http",
      "headers": {
        "Authorization": "Bearer ${ANYAPI_API_KEY}"
      },
      "description": "Hundreds of scraping and data APIs through one gateway — one key, USD pay-per-request, normalized schemas, automatic failover.",
      "homepage": "https://getanyapi.com",
      "docs": "https://getanyapi.com/docs",
      "repository": "https://github.com/getanyapi-com/skills",
      "license": "Apache-2.0",
      "tools": [
        "list_apis",
        "get_api",
        "run_api",
        "get_balance"
      ]
    }
  }
}