Serversio.github.mapbox/mcp-docs-server
S

io.github.mapbox/mcp-docs-server

io.github.mapbox/mcp-docs-server · v0.3.0
▦ npm
v0.3.0npm npm: @mapbox/mcp-docs-server🌐 https://mcp-docs.mapbox.com/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mapbox/mcp-docs-server",
  "description": "AI access to Mapbox docs, API references, style specs, and guides. No token required.",
  "repository": {
    "url": "https://github.com/mapbox/mcp-docs-server",
    "source": "github"
  },
  "version": "0.3.0",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mapbox/mcp-docs-server",
      "version": "0.3.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp-docs.mapbox.com/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}