Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Mapbox

Mapbox

Mapbox is a platform that provides mapping, navigation, and location data services for developers to integrate into their applications.

28VIEWS
2725USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app mapboxnpx @composio/cli add cursor --app mapboxnpx @composio/cli add cursor --app mapboxnpx @composio/cli add cursor --app mapbox

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Batch Geocoding

Tool to perform batch forward or reverse geocoding for multiple locations. use when you need consistent geocoding of up to 50 queries in one call.

Forward Geocoding

Tool to convert free-form or structured address into geographic coordinates and place features. use when you need forward geocoding from text or address components.

Permanent Forward Geocoding

Tool to perform permanent forward geocoding. use when you need enterprise-grade permanent geocoding after confirming account privileges.

Permanent Reverse Geocoding

Tool to perform permanent reverse geocoding. use after obtaining coordinates to get cacheable place data. example: lon=-73.989, lat=40.733

Reverse Geocoding

Tool to reverse geocode coordinates into place names. use after obtaining coordinates.

Get Access Token

Tool to extract and validate mapbox access token from connection metadata. use when you need a valid token for downstream actions.

Request Style Embed Html

Tool to retrieve embeddable html for a mapbox style. use when you want to embed a style in an iframe after verifying access.

Retrieve Directions

Tool to retrieve directions between waypoints. use when you need navigation routes with optional turn-by-turn instructions after confirming origin and destination.

Retrieve Font Glyph Ranges

Tool to retrieve font glyph ranges as pbf tiles. use when you have confirmed the font name, codepoint range, and valid token.

Retrieve Matrix

Tool to retrieve a travel time and distance matrix. use when you need to compute travel durations and distances between multiple locations.

Retrieve Style

Tool to retrieve a mapbox style json. use when you need the full style definition by its id.

Retrieve Style Wmts

Tool to retrieve a wmts document for a mapbox style. use when you need the wmts capabilities xml for a specific style id.

Retrieve Tileset Metadata

Tool to retrieve metadata for a mapbox tileset. use when you need tilejson details including bounds, zooms, and layer info.

13 actions available