MCP Hub
Back to servers

geo

Geo MCP — geographic utilities from free public APIs

Registry
Updated
Mar 31, 2026

mcp-geo

Geo MCP — geographic utilities from free public APIs

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
geocodeConvert an address or place name to latitude/longitude coordinates
reverse_geocodeConvert latitude/longitude coordinates to an address
get_countryGet detailed information about a country by name or ISO code
get_timezoneGet the current timezone and local time for a location
get_sunrise_sunsetGet sunrise and sunset times for a location

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "geo": {
      "url": "https://gateway.pipeworx.io/geo/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use geo

License

MIT

Reviews

No reviews yet

Sign in to write a review