{
  "specVersion": "1.0",
  "host": {
    "displayName": "fetcher.sh",
    "identifier": "did:web:mcp.fetcher.sh",
    "documentationUrl": "https://mcp.fetcher.sh/skill.md"
  },
  "entries": [
    {
      "identifier": "urn:air:mcp.fetcher.sh:server:mcp",
      "displayName": "fetcher.sh MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://mcp.fetcher.sh/.well-known/mcp/server-card.json",
      "description": "Web-data MCP server for 111 endpoints across 11 services. Search or fetch public data from Twitter/X (x.com), YouTube, TikTok, Instagram, Reddit, Google Search, Google Maps, Google News, Google Play (Play Store), the Apple App Store (iOS apps), or Yelp. Pay per call in USDC (x402) or with a prepaid bby_live_ Bearer key. No accounts, no OAuth.",
      "capabilities": [
        "search",
        "fetch-web-data"
      ],
      "representativeQueries": [
        "search recent tweets about x402",
        "get YouTube video metadata as JSON",
        "fetch Reddit posts about AI agents",
        "look up Google Maps places and reviews as JSON"
      ]
    },
    {
      "identifier": "urn:air:mcp.fetcher.sh:agent:http",
      "displayName": "fetcher.sh",
      "type": "application/a2a-agent-card+json",
      "url": "https://mcp.fetcher.sh/.well-known/agent-card.json",
      "description": "HTTP web-data API. Search or fetch public data from Twitter/X (x.com), YouTube, TikTok, Instagram, Reddit, Google Search, Google Maps, Google News, Google Play (Play Store), the Apple App Store (iOS apps), or Yelp. Pay per call in USDC (x402) or with a prepaid bby_live_ Bearer key. No accounts, no OAuth.",
      "capabilities": [
        "fetch-web-data",
        "search-catalog"
      ],
      "representativeQueries": [
        "GET public Twitter data as JSON without an official developer account",
        "pay per call for web data in USDC",
        "call a web data API with a prepaid Bearer key"
      ]
    },
    {
      "identifier": "urn:air:mcp.fetcher.sh:skill:fetcher-sh",
      "displayName": "fetcher-sh",
      "type": "application/agent-skills+md",
      "url": "https://mcp.fetcher.sh/skill.md",
      "description": "Search or fetch public data from Twitter/X (x.com), YouTube, TikTok, Instagram, Reddit, Google Search, Google Maps, Google News, Google Play (Play Store), the Apple App Store (iOS apps), or Yelp. Pay per call in USDC (x402) or with a prepaid bby_live_ Bearer key. No accounts, no OAuth.",
      "representativeQueries": [
        "how do I set up fetcher.sh for an agent",
        "use x402 or a prepaid key to fetch public web data",
        "which MCP tools does fetcher.sh expose"
      ]
    },
    {
      "identifier": "urn:air:mcp.fetcher.sh:api:openapi",
      "displayName": "fetcher.sh OpenAPI 3.1",
      "type": "application/vnd.oai.openapi+json;version=3.1.0",
      "url": "https://mcp.fetcher.sh/openapi.json",
      "description": "OpenAPI 3.1 for every fetcher.sh HTTP endpoint, with per-operation prices.",
      "representativeQueries": [
        "what REST endpoints does fetcher.sh expose",
        "OpenAPI schema for Twitter search on fetcher.sh",
        "price of the YouTube search API"
      ]
    }
  ]
}
