ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Mapbox with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Build with location data via Mapbox. geocode addresses, calculate routes, and solve trip optimization.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Mapbox capability set.

These are the exact actions your AI can choose when you ask it to work with Mapbox.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Mapbox.

  1. 01

    Get elevation

    Query elevation data for a specific coordinate point

  2. 02

    Geocoding session

    Perform autocomplete geocoding operations attached to a session

  3. 03

    Get distance matrix

    Calculate a distance and travel time matrix between many points

  4. 04

    Reverse geocode

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

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Mapbox.

  1. 05

    Solve optimization

    Solve trip optimization (Traveling Salesperson Problem)

  2. 06

    Generate static map

    Generate a static map image URL centered on coordinates

  3. 07

    Get directions

    Calculate driving, walking, or cycling directions between points

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Mapbox.

  1. 08

    Get isochrones

    Calculate reachable areas within a specific travel time

  2. 09

    Search places

    Search for places, addresses, or POIs using Mapbox Geocoding

  3. 10

    Snap to road

    Snap noisy GPS traces sequentially to a road network

Observed, not estimated

920ms average. Fast in production.

Mapbox is checked daily against the live service.

Daily averagePeak 1081ms
Aug 20Today
Fastest day
765ms
Slowest day
1081ms
14-day trend
Slowing+23%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Mapbox, so you can see the experience inside your AI.

It does not authenticate your account with Mapbox. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Mapbox Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_fTy0n36D4L7Wh6xNifvBicHEiOQXR2KxRxltgy1H/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Mapbox capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "mapbox-maps-geospatial-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_fTy0n36D4L7Wh6xNifvBicHEiOQXR2KxRxltgy1H/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Mapbox owners ask.

  • 01

    Can I calculate which areas are reachable within a 10-minute drive through my agent?

    Yes. Use the get_isochrones capability 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).

  • 02

    How do I optimize a delivery route with multiple stops through a conversation?

    The solve_optimization capability determines the most efficient order to visit a list of coordinates. Your agent will process the request and return the optimized sequence, minimizing either travel time or distance for your logistics workflow.

  • 03

    Can my agent generate a map image for a specific location?

    Absolutely. Use the generate_static_map capability by specifying the center, zoom, and resolution. Your agent will provide a usable Mapbox static image URL, perfect for visual verification without needing a mapping library.