pipeworx-io/mcp-geo
MCP server for geography data — geocoding, elevation, and earthquake monitoring
Platform-specific configuration:
{
"mcpServers": {
"mcp-geo": {
"command": "npx",
"args": [
"-y",
"mcp-geo"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Geo MCP — geographic utilities from free public APIs
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | geocode | Convert an address or place name to latitude/longitude coordinates | | reverse_geocode | Convert latitude/longitude coordinates to an address | | get_country | Get detailed information about a country by name or ISO code | | get_timezone | Get the current timezone and local time for a location | | get_sunrise_sunset | Get sunrise and sunset times for a location |
Add to your MCP client config:
{
"mcpServers": {
"geo": {
"url": "https://gateway.pipeworx.io/geo/mcp"
}
}
}Or use the CLI:
npx pipeworx use geoMIT
Loading reviews...