← Back to browse

geowire

Indexed by io.github.geowire

About

Place search, directions, isochrones & area analysis across 10 map providers. No API key to start.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGOOGLE_MAPS_API_KEY YELP_API_KEY CENSUS_API_KEY FOURSQUARE_API_KEY GEOWIRE_INTERNAL_CSV GEOWIRE_CONFIG
Claude Code
claude mcp add --env GOOGLE_MAPS_API_KEY= --env YELP_API_KEY= --env CENSUS_API_KEY= --env FOURSQUARE_API_KEY= --env GEOWIRE_INTERNAL_CSV= --env GEOWIRE_CONFIG= geowire -- npx @geowirehq/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"geowire","command":"npx","args":["@geowirehq/mcp"],"env":{"GOOGLE_MAPS_API_KEY":"","YELP_API_KEY":"","CENSUS_API_KEY":"","FOURSQUARE_API_KEY":"","GEOWIRE_INTERNAL_CSV":"","GEOWIRE_CONFIG":""}}'
JSON
{
  "mcpServers": {
    "geowire": {
      "command": "npx",
      "args": [
        "@geowirehq/mcp"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "",
        "YELP_API_KEY": "",
        "CENSUS_API_KEY": "",
        "FOURSQUARE_API_KEY": "",
        "GEOWIRE_INTERNAL_CSV": "",
        "GEOWIRE_CONFIG": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.