Serversio.github.domdomegg/google-maps-places-mcp
M

Google Maps Places

io.github.domdomegg/google-maps-places-mcp · v1.1.2
▦ npm
v1.1.2npm npm: google-maps-places-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.domdomegg/google-maps-places-mcp",
  "description": "Allow AI systems to search for places and get business info via Google Maps Places API.",
  "title": "Google Maps Places",
  "repository": {
    "url": "https://github.com/domdomegg/google-maps-places-mcp.git",
    "source": "github"
  },
  "version": "1.1.2",
  "websiteUrl": "https://github.com/domdomegg/google-maps-places-mcp#readme",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "google-maps-places-mcp",
      "version": "1.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google OAuth access token with cloud-platform scope.",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_ACCESS_TOKEN"
        }
      ]
    },
    {
      "registryType": "npm",
      "identifier": "google-maps-places-mcp",
      "version": "1.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3000/mcp"
      },
      "environmentVariables": [
        {
          "description": "Transport type.",
          "isRequired": true,
          "value": "http",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Google OAuth client ID.",
          "isRequired": true,
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "Google OAuth client secret.",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_CLIENT_SECRET"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}