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