← Back to Plugins
MCP Server MCP

io.github.geowire/geowire

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @geowirehq/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@geowirehq/mcp",
      "version": "0.6.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. Enables the Google Maps Platform provider (BYOK). Without it, GeoWire runs OpenStreetMap-only with no key required.",
          "isSecret": true,
          "name": "GOOGLE_MAPS_API_KEY"
        },
        {
          "description": "Optional. Enables Yelp Fusion for US/Western business data — ratings, reviews, price, categories.",
          "isSecret": true,
          "name": "YELP_API_KEY"
        },
        {
          "description": "Optional (free). Enables US Census demographics (population, median age, household income) for area analysis.",
          "isSecret": true,
          "name": "CENSUS_API_KEY"
        },
        {
          "description": "Optional. Enables Foursquare global POI data — categories, photos, popularity.",
          "isSecret": true,
          "name": "FOURSQUARE_API_KEY"
        },
        {
          "description": "Optional. Path to a CSV of your own places to register as a priority provider.",
          "name": "GEOWIRE_INTERNAL_CSV"
        },
        {
          "description": "Optional. Path to a geowire.config.yaml for advanced routing/budget/provider settings.",
          "name": "GEOWIRE_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...