Mapbox (Maps & Geospatial)

Mapbox (Maps & Geospatial) MCP Connector for Claude

A+

Build with location data via Mapbox — geocode addresses, calculate routes, and solve trip optimization.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Mapbox account to any AI agent and take full control of world-class geocoding, navigation, and geospatial intelligence through natural conversation.

What you can do

  • Geocoding & Search — Convert text addresses into precise geographic coordinates (GeoJSON) or perform reverse lookups to identify locations from GPS points directly
  • Advanced Routing — Calculate driving, walking, or cycling directions between up to 25 points, including real-time traffic-aware ETA and turn-by-turn navigation data
  • Trip Optimization — Solve the Traveling Salesperson Problem (TSP) by determining the most efficient order to visit multiple coordinates to minimize travel time
  • Isochrone Analysis — Compute reachable area polygons within specific travel times (e.g., 'What areas are within a 15-minute walk?') for urban planning and delivery logic
  • Road Snapping — Align noisy or distorted GPS traces perfectly onto the road network using native map matching configurations for accurate tracking
  • Geospatial Intelligence — Query high-resolution elevation data for any coordinate or generate static map image URLs for rapid visual verification
  • Logistics Matrices — Compute all-to-all travel times and distances between multiple origins and destinations to optimize fleet management workflows

How it works

  1. Subscribe to this server
  2. Enter your Mapbox Access Token
  3. Start building location-aware applications from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Software Developers — integrate mapping and navigation services into AI agents and validate geocoding results through natural conversation
  • Logistics Managers — optimize delivery routes and calculate distance matrices for fleets without manual GIS software
  • Data Analysts — clean GPS datasets using road snapping and enrich location data with precise elevation and coordinate metadata
geospatial-intelligenceroutingreverse-geocodinglocation-datamappinggps-coordinates

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

get_directions

Calculate driving, walking, or cycling directions between points

get_elevation

Query elevation data for a specific coordinate point

search_places

Search for places, addresses, or POIs using Mapbox Geocoding

get_isochrones

Calculate reachable areas within a specific travel time

snap_to_road

Snap noisy GPS traces sequentially to a road network

get_distance_matrix

Calculate a distance and travel time matrix between many points

solve_optimization

Solve trip optimization (Traveling Salesperson Problem)

reverse_geocode

Perform reverse geocoding to find places or addresses at a specific coordinate

geocoding_session

Perform autocomplete geocoding operations attached to a session

generate_static_map

Generate a static map image URL centered on coordinates

See how to talk to your AI agent using Mapbox (Maps & Geospatial).

Find the coordinates for 'Golden Gate Bridge' in San Francisco

Resolving place… I've found the Golden Gate Bridge at latitude 37.8199 and longitude -122.4783. It is classified as a POI (Point of Interest). Would you like me to find driving directions to this location?

Get driving directions from New York to Philadelphia with traffic-aware ETA

Calculating route… The optimal path via I-95 S is approximately 152 km. With current traffic conditions, the estimated travel time is 1 hour and 45 minutes. I can provide the detailed turn-by-turn navigation data if you'd like.

What areas are within a 5-minute walk from '-73.9857,40.7484'?

Computing isochrone… I've generated a 5-minute walking polygon centered near the Empire State Building. This area covers approximately 0.8 square kilometers. Would you like me to provide the GeoJSON coordinates for this reachable zone?

Yes. Use the `get_isochrones` tool by providing the center coordinates and '10' as the minutes parameter. Your agent will return GeoJSON polygons representing the reachable areas for the specified profile (driving, walking, or cycling).

Related Connectors