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. Integrate Mapbox mapping and location services into your AI agent—access vector/raster tiles, static images, directions, and manage datasets.

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 · 27 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 / 07

01-04

4 capabilities in this set.

Part of 27 available through Mapbox.

  1. 01

    Searchbox forward

    Forward search using the Search Box API

  2. 02

    Searchbox retrieve

    Retrieve full details for a searchbox suggestion

  3. 03

    Get static image

    Get a static map image

  4. 04

    Get vector tile

    Mvt or .vector.pbf) from a Mapbox-hosted tileset. Get a vector tile from Mapbox

Capability set02 / 07

05-08

4 capabilities in this set.

Part of 27 available through Mapbox.

  1. 05

    List datasets

    List Mapbox datasets for a user

  2. 06

    List tokens

    List access tokens for a user

  3. 07

    Publish tileset

    Publish a Mapbox Tiling Service (MTS) tileset

  4. 08

    Searchbox reverse

    Reverse search using the Search Box API

Capability set03 / 07

09-12

4 capabilities in this set.

Part of 27 available through Mapbox.

  1. 09

    Searchbox suggest

    Interactive location search with autocomplete

  2. 10

    Geocode batch

    Batch geocoding (v6)

  3. 11

    Geocode forward

    Forward geocoding (v6)

  4. 12

    Get dataset feature

    Retrieve a specific feature from a dataset

Capability set04 / 07

13-16

4 capabilities in this set.

Part of 27 available through Mapbox.

  1. 13

    Get isochrone

    Computes reachable areas within a specified time or distance

  2. 14

    Get map matching

    Snaps fuzzy GPS traces to the road network

  3. 15

    Get tilequery

    Retrieve data about specific features from tilesets at a point

  4. 16

    Create token

    Create a new access token

Capability set05 / 07

17-20

4 capabilities in this set.

Part of 27 available through Mapbox.

  1. 17

    Delete token

    Delete an access token

  2. 18

    Create tileset source

    Create a Mapbox Tiling Service (MTS) source

  3. 19

    Geocode reverse

    Reverse geocoding (v6)

  4. 20

    Get directions

    Calculate optimal routes and turn-by-turn instructions

Capability set06 / 07

21-24

4 capabilities in this set.

Part of 27 available through Mapbox.

  1. 21

    Get feedback

    Get user feedback

  2. 22

    Get matrix

    Returns travel times or distances between many points

  3. 23

    Get optimization

    Retrieve a previously submitted optimization solution

  4. 24

    Submit feedback

    Submit user feedback

Capability set07 / 07

25-27

3 capabilities in this set.

Part of 27 available through Mapbox.

  1. 25

    Submit optimization

    Solves the Traveling Salesperson Problem for fleet routing

  2. 26

    Get raster tile

    Png, .jpg, .webp, .grid.json) from a Mapbox-hosted tileset. Get a raster tile from Mapbox

  3. 27

    Update dataset feature

    Update a specific feature in a dataset

Observed, not estimated

1113ms average. Fast in production.

Mapbox is checked daily against the live service.

Daily averagePeak 1469ms
Aug 20Today
Fastest day
878ms
Slowest day
1469ms
14-day trend
Slowing+21%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 27 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_feuCsMrdUMQVcySXmvWHZ3qiBeFWtDMTgS8QvxFG/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-alternative-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_feuCsMrdUMQVcySXmvWHZ3qiBeFWtDMTgS8QvxFG/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 driving directions between two points using this server?

    Yes! Use the get_directions capability. You need to provide a routing profile (like mapbox/driving) and the coordinates as a semicolon-separated string of longitude and latitude.

  • 02

    How do I find information about map features at a specific coordinate?

    You can use the get_tilequery capability. By providing a tileset ID and the longitude/latitude, the agent will retrieve data about the specific features located at that point.

  • 03

    Is it possible to update my Mapbox datasets through the AI?

    Yes, the update_dataset_feature capability allows you to modify a specific feature within a dataset by providing the dataset ID, feature ID, and the new GeoJSON data.