Skip to main content
Glama

@pipeworx/mapbox

Mapbox MCP — geocoding, directions, matrix, isochrones, static maps URLs, tilequery. Free tier ~50k req/mo.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Auth

  • Platform: PLATFORM_MAPBOX_KEY. BYO: ?_apiKey=… (Mapbox access token).

Related MCP server: Mapbox MCP Server

Tools

  • geocode_forward(query, country?, types?, proximity?, bbox?, autocomplete?, limit?, language?, fuzzyMatch?) — address → coords

  • geocode_reverse(lon, lat, country?, types?, language?, limit?) — coords → address

  • directions(coordinates, profile?, alternatives?, geometries?, overview?, steps?, annotations?, voice_instructions?, banner_instructions?, language?) — routing

  • directions_matrix(coordinates, profile?, sources?, destinations?, annotations?) — distance/time matrix

  • isochrone(profile, coordinates, contours_minutes?, contours_meters?, contours_colors?, polygons?, denoise?, generalize?) — isochrones

  • map_matching(coordinates, profile?, geometries?, radiuses?, steps?, annotations?, overview?, timestamps?, tidy?) — snap GPS trace to roads

  • tilequery(tileset_id, lon, lat, radius?, limit?, dedupe?, geometry?, layers?) — tile feature query

  • static_image_url(style_id, lon, lat, zoom, width, height, bearing?, pitch?, retina?) — returns a Static Image API URL (image not fetched server-side)

profile: driving | walking | cycling | driving-traffic. coordinates: [[lon, lat], …].

Data source

https://api.mapbox.com

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "mapbox": {
      "url": "https://gateway.pipeworx.io/mapbox/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Mapbox data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Enables integration with Mapbox API for navigation and location services, including directions between coordinates or places, travel time/distance matrices, and geocoding to search places and convert addresses to coordinates.
    5
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Wraps the Geoapify Location Platform to enable geolocation and map data access through natural language queries via the Pipeworx MCP gateway.
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • Provides AI assistants with direct access to Mapbox developer APIs and documentation.

  • Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.

  • AI access to Mapbox docs, API references, style specs, and guides. No token required.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-mapbox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server