PluginBench
MCP Server
Active
Apache-2.0

io.github.geowire/geowire MCP Server

io.github.geowire/geowire

What is the io.github.geowire/geowire MCP server?

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

How to install io.github.geowire/geowire

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOOGLE_MAPS_API_KEY
    secret

    Optional. Enables the Google Maps Platform provider (BYOK). Without it, GeoWire runs OpenStreetMap-only with no key required.

  • YELP_API_KEY
    secret

    Optional. Enables Yelp Fusion for US/Western business data — ratings, reviews, price, categories.

  • CENSUS_API_KEY
    secret

    Optional (free). Enables US Census demographics (population, median age, household income) for area analysis.

  • FOURSQUARE_API_KEY
    secret

    Optional. Enables Foursquare global POI data — categories, photos, popularity.

  • GEOWIRE_INTERNAL_CSV

    Optional. Path to a CSV of your own places to register as a priority provider.

  • GEOWIRE_CONFIG

    Optional. Path to a geowire.config.yaml for advanced routing/budget/provider settings.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "geowire": {
      "command": "npx",
      "args": [
        "-y",
        "@geowirehq/mcp"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<YOUR_GOOGLE_MAPS_API_KEY>",
        "YELP_API_KEY": "<YOUR_YELP_API_KEY>",
        "CENSUS_API_KEY": "<YOUR_CENSUS_API_KEY>",
        "FOURSQUARE_API_KEY": "<YOUR_FOURSQUARE_API_KEY>",
        "GEOWIRE_INTERNAL_CSV": "<YOUR_GEOWIRE_INTERNAL_CSV>",
        "GEOWIRE_CONFIG": "<YOUR_GEOWIRE_CONFIG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "geowire": {
      "command": "npx",
      "args": [
        "-y",
        "@geowirehq/mcp"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<YOUR_GOOGLE_MAPS_API_KEY>",
        "YELP_API_KEY": "<YOUR_YELP_API_KEY>",
        "CENSUS_API_KEY": "<YOUR_CENSUS_API_KEY>",
        "FOURSQUARE_API_KEY": "<YOUR_FOURSQUARE_API_KEY>",
        "GEOWIRE_INTERNAL_CSV": "<YOUR_GEOWIRE_INTERNAL_CSV>",
        "GEOWIRE_CONFIG": "<YOUR_GEOWIRE_CONFIG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "geowire": {
      "command": "npx",
      "args": [
        "-y",
        "@geowirehq/mcp"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<YOUR_GOOGLE_MAPS_API_KEY>",
        "YELP_API_KEY": "<YOUR_YELP_API_KEY>",
        "CENSUS_API_KEY": "<YOUR_CENSUS_API_KEY>",
        "FOURSQUARE_API_KEY": "<YOUR_FOURSQUARE_API_KEY>",
        "GEOWIRE_INTERNAL_CSV": "<YOUR_GEOWIRE_INTERNAL_CSV>",
        "GEOWIRE_CONFIG": "<YOUR_GEOWIRE_CONFIG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "geowire": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@geowirehq/mcp"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<YOUR_GOOGLE_MAPS_API_KEY>",
        "YELP_API_KEY": "<YOUR_YELP_API_KEY>",
        "CENSUS_API_KEY": "<YOUR_CENSUS_API_KEY>",
        "FOURSQUARE_API_KEY": "<YOUR_FOURSQUARE_API_KEY>",
        "GEOWIRE_INTERNAL_CSV": "<YOUR_GEOWIRE_INTERNAL_CSV>",
        "GEOWIRE_CONFIG": "<YOUR_GEOWIRE_CONFIG>"
      }
    }
  }
}
Claude Code
claude mcp add geowire --env GOOGLE_MAPS_API_KEY=<YOUR_GOOGLE_MAPS_API_KEY> --env YELP_API_KEY=<YOUR_YELP_API_KEY> --env CENSUS_API_KEY=<YOUR_CENSUS_API_KEY> --env FOURSQUARE_API_KEY=<YOUR_FOURSQUARE_API_KEY> --env GEOWIRE_INTERNAL_CSV=<YOUR_GEOWIRE_INTERNAL_CSV> --env GEOWIRE_CONFIG=<YOUR_GEOWIRE_CONFIG> -- npx -y @geowirehq/mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →