送信
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.

ツール

サーバー設定

{
  "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"
      ]
    }
  }
}