Geoapify

Geoapify MCP Connector for Claude

D

Access powerful location intelligence — geocoding, routing, place search, and IP tracking directly from your AI agent.

17 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Integrate Geoapify into your AI workflows to provide your agent with advanced geospatial capabilities. From simple address lookups to complex route matrix calculations, this server enables precise location-based decision making.

What you can do

  • Geocoding & Search — Convert addresses to coordinates with geocode_search or get real-time suggestions using geocode_autocomplete.
  • Reverse Geocoding — Identify human-readable addresses from GPS coordinates using geocode_reverse.
  • Routing & Logistics — Calculate optimal paths with calculate_route or generate distance matrices for multiple origins and destinations via calculate_route_matrix.
  • Location Intelligence — Detect user regions via get_ip_info or find specific points of interest with search_places.
  • Map Matching — Snap messy GPS tracks to the actual road network using map_matching for precise fleet tracking.

How it works

  1. Subscribe to this server
  2. Enter your Geoapify API Key
  3. Start querying location data from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Logistics Managers — automate route planning and distance calculations for delivery fleets.
  • Developers — implement address validation and autocomplete features without leaving the IDE.
  • Data Analysts — enrich datasets with precise coordinates, elevation data, and administrative boundaries.
mapsgeocodingroutinglocation-intelligencegis

17 tools expose this connector's capabilities to your AI agent.

calculate_isoline

Calculate areas reachable within a certain time (isochrones) or distance (isodistances)

calculate_route_matrix

Calculate travel times and distances between multiple sources and targets

calculate_route

Calculate routes for various modes (drive, truck, bicycle, walk, transit)

create_batch_job

Process up to 1000 requests in a single asynchronous job

geocode_autocomplete

Get real-time suggestions for address input fields

geocode_reverse

Find the address for a specific GPS coordinate

geocode_search

Convert free-form or structured addresses into coordinates

geometry_operation

Perform spatial operations on GeoJSON data (union, intersection, buffer, etc.)

get_batch_job

Get results for an asynchronous batch job

get_boundaries_consists_of

Retrieve sub-boundaries within an area

get_boundaries_part_of

Retrieve administrative, postal, or political boundaries containing a point

get_elevation

Get elevation data for specific coordinates

get_place_details

Get detailed info (contact, opening hours, building geometry) for a place

get_ip_info

Detect user location based on IP address

map_matching

Snap GPS tracks to the road network

route_planner

Solve Vehicle Routing Problems (VRP), including TSP and delivery optimization

search_places

Find points of interest (POIs) by category

See how to talk to your AI agent using Geoapify.

Find the latitude and longitude for '1600 Amphitheatre Parkway, Mountain View, CA'.

I've located the coordinates for that address using `geocode_search`. The location is Latitude: 37.4224857, Longitude: -122.0855845.

Calculate a driving route from Paris to Lyon.

Using `calculate_route`, I've found the optimal driving path. The trip is approximately 465km and will take about 4 hours and 20 minutes under normal traffic conditions.

What city is associated with the IP address 8.8.8.8?

I've checked the IP info for 8.8.8.8. It is located in Mountain View, California, United States.

Use the `geocode_search` tool. You can provide a free-form text string or structured data like city and street to get precise latitude and longitude coordinates.

Related Connectors