Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.mapbox/mcp-docs-server

io.github.mapbox/mcp-docs-server

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

Uptime
100.0%
1 direct probes · 30d
Response
1175ms
last probe
Tools
3
callable
Resources
10
readable
Prompts
0
available

Tools · 3

get_document_tool

Fetch the full content of a specific Mapbox documentation page by URL. Use this after get_latest_mapbox_docs_tool to follow a link from the index and retrieve the complete page content. For fetching m…

batch_get_documents_tool

Fetch the full content of multiple Mapbox documentation pages in a single call (max 20). More efficient than calling get_document_tool multiple times. Returns an array of results — failed pages includ…

search_mapbox_docs_tool

Search Mapbox documentation by keyword or natural language query. Searches across API reference, GL JS, Help Center, Style Spec, Studio, Search JS, iOS/Android Maps and Navigation SDKs, and Tilesets. …

Resources · 10

Mapbox Style Specification Guide

Mapbox GL JS style specification reference for layer types, paint/layout properties, and Streets v8 source layers

resource://mapbox-style-layers
Mapbox Streets v8 Fields Reference

Complete field definitions for all Mapbox Streets v8 source layers including available values for each field. Use this to understand what fields and values are available when filtering or styling map …

resource://mapbox-streets-v8-fields
Mapbox Token Scopes Reference

Reference guide for Mapbox access token scopes and their permissions. Use this to understand what each scope allows and which scopes are needed for different operations.

resource://mapbox-token-scopes
Mapbox Layer Type Mapping

Mapping of Mapbox Streets v8 source layers to compatible Mapbox GL JS layer types. Use this to understand which layer types (fill, line, symbol, etc.) work with which source layers.

resource://mapbox-layer-type-mapping
Mapbox Documentation

[DEPRECATED: Use granular resources like resource://mapbox-api-reference instead] Latest official Mapbox documentation, APIs, SDKs, and developer resources. Always up-to-date comprehensive coverage of…

resource://mapbox-documentation
Mapbox API Reference

Mapbox REST API reference index organized by service (Maps, Navigation, Search, Accounts). Lists all API endpoints with links to detailed reference pages covering parameters, rate limits, authenticati…

resource://mapbox-api-reference
Mapbox SDK Documentation

Mapbox GL JS documentation index: guides for getting started, adding data, globe/projections, indoor mapping, gestures, styling layers, and migration. Also includes links to API reference and code exa…

resource://mapbox-sdk-docs
Mapbox Guides

Mapbox Help Center documentation: troubleshooting guides, how-to tutorials, glossary, account and billing setup, and walkthroughs for common developer tasks. Use this for conceptual guidance and step-…

resource://mapbox-guides
Mapbox Examples

Mapbox interactive API playgrounds, demo applications, and code examples. Includes playground URLs for Directions, Search Box, Static Images, Isochrone, Matrix APIs, and demo apps for real estate, sto…

resource://mapbox-examples
Mapbox Reference

Complete catalog of all Mapbox products and documentation. Lists every product section (Maps SDKs, Navigation APIs, Search APIs, Studio, Style Spec, Tilesets, Data products, Help Center, Atlas, Unity,…

resource://mapbox-reference

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.mapbox/mcp-docs-server": {
      "url": "https://mcp-docs.mapbox.com/mcp",
      "transport": "streamable-http"
    }
  }
}