# mcp-docs-server MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-mapbox-mcp-docs-server
- Repository: https://github.com/mapbox/mcp-docs-server

## Install
- Command: `npx -y @mapbox/mcp-docs-server`
- Endpoint: https://mcp-docs.mapbox.com/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @mapbox/mcp-docs-server v0.3.0
- Remote endpoint: https://mcp-docs.mapbox.com/mcp

## Tools
- get_document_tool (Get Mapbox 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 multiple pages at once, use batch_get_documents_tool instead. Endpoint: https://mcp-docs.mapbox.com/mcp
- batch_get_documents_tool (Batch Get Mapbox 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 include an error message rather than failing the whole batch. Endpoint: https://mcp-docs.mapbox.com/mcp
- search_mapbox_docs_tool (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. Returns ranked results with titles, URLs, and descriptions. Use get_document_tool to fetch the full content of a result page. Endpoint: https://mcp-docs.mapbox.com/mcp

## Resources
- resource://mapbox-style-layers - Mapbox GL JS style specification reference for layer types, paint/layout properties, and Streets v8 source layers MIME type: text/markdown
- resource://mapbox-streets-v8-fields - 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 features. MIME type: application/json
- resource://mapbox-token-scopes - 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. MIME type: text/markdown
- resource://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. MIME type: application/json
- resource://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 all current Mapbox services. MIME type: text/markdown
- resource://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, authentication, and response formats (Geocoding, Directions, Static Images, Tilequery, Matrix, Isochrone, Optimization, Styles, Uploads, Datasets, and more). MIME type: text/markdown
- resource://mapbox-sdk-docs - 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 examples. For mobile/native SDKs (iOS, Android, Flutter), use resource://mapbox-reference to discover their documentation URLs. MIME type: text/markdown
- resource://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-by-step instructions. MIME type: text/markdown
- resource://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, store locator, etc. MIME type: text/markdown
- resource://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, etc.) with links to each product's own llms.txt index. Use this to discover what documentation exists and find the right URLs to fetch full docs. MIME type: text/markdown

## Prompts
Not captured

## Metadata
- Owner: io.github.mapbox
- Version: 0.3.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 15, 2026
- Source: https://registry.modelcontextprotocol.io
