{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.mapbox/mcp-devkit-server",
    "description": "Provides AI assistants with direct access to Mapbox developer APIs and documentation.",
    "repository": {
        "url": "https://github.com/mapbox/mcp-devkit-server",
        "source": "github"
    },
    "version": "0.8.0",
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "@mapbox/mcp-devkit-server",
            "version": "0.8.0",
            "runtimeHint": "npx",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Your Mapbox access token. See docs for required scopes.",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "MAPBOX_ACCESS_TOKEN"
                }
            ]
        }
    ],
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://mcp-devkit.mapbox.com/mcp"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-05-05T16:10:16.833104Z",
            "publishedAt": "2026-05-05T16:10:16.833104Z",
            "updatedAt": "2026-05-05T16:10:16.833104Z",
            "isLatest": false
        }
    }
}