{
  "specVersion": "1.0",
  "host": {
    "displayName": "fetcher.sh — Google News",
    "identifier": "did:web:google-news.fetcher.sh",
    "documentationUrl": "https://google-news.fetcher.sh/skill.md"
  },
  "entries": [
    {
      "identifier": "urn:air:google-news.fetcher.sh:server:mcp",
      "displayName": "fetcher.sh — Google News MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://google-news.fetcher.sh/.well-known/mcp/server-card.json",
      "description": "Web-data MCP server for Google News. Search or fetch public data from Google News, headlines, news articles. 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 public Google News data as JSON",
        "fetch a Google News profile or listing without an official API key",
        "pay per call for Google News data in USDC"
      ]
    },
    {
      "identifier": "urn:air:google-news.fetcher.sh:agent:http",
      "displayName": "fetcher.sh — Google News",
      "type": "application/a2a-agent-card+json",
      "url": "https://google-news.fetcher.sh/.well-known/agent-card.json",
      "description": "HTTP web-data API for Google News. Search or fetch public data from Google News, headlines, news articles. 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 Google News data as JSON without an official developer account",
        "pay per call for Google News data in USDC",
        "call the Google News API with a prepaid Bearer key"
      ]
    },
    {
      "identifier": "urn:air:google-news.fetcher.sh:skill:google-news-fetcher-sh",
      "displayName": "google-news-fetcher-sh",
      "type": "application/agent-skills+md",
      "url": "https://google-news.fetcher.sh/skill.md",
      "description": "Search or fetch public data from Google News, headlines, news articles. Pay per call in USDC (x402) or with a prepaid bby_live_ Bearer key. No accounts, no OAuth.",
      "representativeQueries": [
        "how do I set up the Google News fetcher.sh skill for an agent",
        "use x402 or a prepaid key to fetch public Google News data",
        "which MCP tools does Google News on fetcher.sh expose"
      ]
    },
    {
      "identifier": "urn:air:google-news.fetcher.sh:api:openapi",
      "displayName": "fetcher.sh — Google News OpenAPI 3.1",
      "type": "application/vnd.oai.openapi+json;version=3.1.0",
      "url": "https://google-news.fetcher.sh/openapi.json",
      "description": "OpenAPI 3.1 for the Google News HTTP API. Pay with x402 or a prepaid key.",
      "representativeQueries": [
        "what REST endpoints does Google News on fetcher.sh expose",
        "OpenAPI schema for Google News search on fetcher.sh",
        "price of the Google News API on fetcher.sh"
      ]
    }
  ]
}
