usefulapi

Geoapify MCP server. Geocode, reverse-geocode, autocomplete, route and search places.

Claude

  1. Open Settings → Connectors → Add custom connector
  2. Paste this URL:
    https://geoapify.usefulapi.io/mcp
  3. Authenticate with Geoapify when prompted

Cursor · VS Code · Windsurf · Cline

Add to your MCP config, then reload & authorize:

{
  "mcpServers": {
    "geoapify": {
      "url": "https://geoapify.usefulapi.io/mcp"
    }
  }
}
live8 toolsFree 100 tool calls / monthPro $9/mo · $90/yr

Tools 8

ToolTypeWhat it does
geoapify_geocode_searchread
Forward geocoding
Forward geocoding — turn a free-form address or place name into coordinates and structured address parts. Geoapify REST: GET /v1/geocode/search.
geoapify_geocode_reverseread
Reverse geocoding
Reverse geocoding — turn coordinates into the nearest address / place. Geoapify REST: GET /v1/geocode/reverse.
geoapify_geocode_autocompleteread
Address autocomplete
Address autocomplete — suggest completed addresses/places for a partial query, ideal for as-you-type inputs. Geoapify REST: GET /v1/geocode/autocomplete.
geoapify_placesread
Places search
Search for places (POIs) by category within an area, optionally filtered by name/conditions. Returns a GeoJSON FeatureCollection. Geoapify REST: GET /v2/places.
geoapify_place_detailsread
Place details
Get detailed information (and optionally geometry/features) for a place. Provide either `id` (the `place_id` returned by geoapify_places) OR both `lat` and `lon`. Geoapify REST: GET /v2/place-details.
geoapify_routingread
Routing
Compute a route between waypoints for a travel mode, returning distance, time and legs. Geoapify REST: GET /v1/routing.
geoapify_isolineread
Reachability isoline
Compute a reachability isoline (isochrone/isodistance) — the area reachable from a point within a time or distance budget. Geoapify REST: GET /v1/isoline.
geoapify_ip_geolocationread
IP geolocation
Look up the approximate location (country, city, coordinates) of an IP address. Geoapify REST: GET /v1/ipinfo.

Pricing

PlanPriceLimit
Free$0100 tool calls / month
Pro$9/mo · $90/yrUnlimited

This is a Model Context Protocol endpoint — meant to be connected from an AI client, not opened in a browser. An invalid_token response at the URL is the auth gate working as designed; clients authenticate automatically.