opentripmap_geoname

Pack: opentripmap · Endpoint: https://gateway.pipeworx.io/opentripmap/mcp

Resolve a city / place name to geographic coordinates and metadata (lat, lon, population, country, timezone). Use this to turn a place name into a lat/lon you can feed to opentripmap_places_radius. Example: opentripmap_geoname({ name: “Paris”, country: “FR”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
namestringyesCity or place name, e.g. “Paris”, “Kyoto”
countrystringnoOptional ISO 3166 two-letter country code to disambiguate, e.g. “FR”, “US”
langstringnoTwo-letter language code (default “en”)
_apiKeystringyesOpenTripMap API key

Example call

curl -X POST https://gateway.pipeworx.io/opentripmap/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"opentripmap_geoname","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 15, 2026