Geoapify for your agents.
Connect Geoapify once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Geoapify.
What agents can do with Geoapify
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
geoapify_geocodeForward geocode a location query into coordinates and structured address data.
geoapify_reverse_geocodeReverse geocode coordinates into an address with street, city, and country.
geoapify_search_placesSearch for places, businesses, and points of interest by category near a location.
geoapify_calculate_routeCalculate a route between waypoints with distance, time, and optionally turn-by-turn instructions.
geoapify_distance_matrixCalculate distances and travel times between multiple locations. Returns a matrix of durations in seconds.
geoapify_autocompleteGet autocomplete suggestions for a partial address query. Returns place candidates with coordinates as the user types.
geoapify_isochroneCalculate an isochrone (reachable area polygon) around a point within a time or distance limit. Useful for catchment area analysis.
geoapify_batch_geocodeGeocode multiple addresses in one request. Each entry has `text` and optional `id`. Up to 50 addresses per call.
geoapify_get_place_detailsGet detailed information about a specific place by its place_id (returned from geocode or places search).
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into Geoapify and open your project.
- Copy your API key from the project page.
- The key is sent as a query parameter.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Geoapify to Even: call connect_begin("geoapify") on the even-connect MCP and walk me through it.
Geoapify converts addresses to coordinates, reverses lat/lon to addresses, searches nearby places, and calculates routes.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.