# 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. Returns ranked results with titles, URLs, and content excerpts. 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 documentation including endpoints, parameters, rate limits, and authentication for all Mapbox APIs (Geocoding, Directions, Static Images, Tilequery, etc.) MIME type: text/markdown
- resource://mapbox-sdk-docs - Mapbox SDK and client library documentation for mobile (iOS, Android, Flutter) and web (Mapbox GL JS, Search JS) platforms MIME type: text/markdown
- resource://mapbox-guides - Mapbox guides, tutorials, and how-tos including Studio Manual, map design guides, and best practices MIME type: text/markdown
- resource://mapbox-examples - Mapbox code examples, API playgrounds, and interactive demos for testing and learning MIME type: text/markdown
- resource://mapbox-reference - Mapbox reference documentation including tilesets, data products, accounts, pricing, and other reference materials 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
