Place Name Geocoding
x402/place-name-geocodingGeocode a place name to coordinates via the Open-Meteo geocoding service, no key. Returns ranked matches with latitude, longitude, country, admin region, and population. For AI agents turning place names into coordinates for downstream lookups. [x402: $0.06/call on base, category=data]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"place_name_geocoding": {
"url": "https://proxy.suverse.io/v1/data/suverse-geocode-place",
"transport": "http"
}
}
}