{
  "name": "io.github.mapbox/mcp-server",
  "description": "Mapbox's official MCP wraps the company's Search, Directions, Matrix, Isochrone, and Tiles APIs so an AI agent can geocode an address, plan a route, compute drive-time polygons, or look up POIs without a wrapper SDK. Available as a hosted remote endpoint at `https://mcp.mapbox.com/mcp` or as a local stdio server via `@mapbox/mcp-server`. Requires a Mapbox access token.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-06-11",
    "com.top-mcps/score": {
      "value": 84,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-17T11:53:23.798Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-17T07:09:46.813Z",
      "githubStars": 345,
      "lastCommitAt": "2026-06-10T17:29:34Z",
      "npmWeeklyDownloads": 823
    }
  },
  "repository": {
    "url": "https://github.com/mapbox/mcp-server",
    "source": "github"
  },
  "author": {
    "name": "Mapbox"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mapbox/mcp-server",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "MAPBOX_ACCESS_TOKEN",
          "description": "MAPBOX_ACCESS_TOKEN — required credential for Mapbox.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "network",
      "sandbox": "Authenticates with a Mapbox access token. API access scope matches the token's allowlist of APIs.",
      "gotchas": [
        "Secret tokens (`sk.*`) include billing-management scopes — never hand one to an agent. Use public tokens (`pk.*`) with the minimum scope set.",
        "The Static Images API counts against monthly billable image quota; high-volume agents can rack up bills fast."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/mapbox",
    "markdown": "https://top-mcps.com/mcp/mapbox.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
