mcp-devkit-server
Verified Safeby mapbox
Overview
Provides AI assistants with direct access to Mapbox developer APIs for geospatial data visualization, map styling, token management, and user feedback processing, helping developers build Mapbox applications more efficiently.
Installation
npx @mapbox/mcp-devkit-serverEnvironment Variables
- MAPBOX_ACCESS_TOKEN
- MAPBOX_API_ENDPOINT
- OTEL_EXPORTER_OTLP_ENDPOINT
- OTEL_SERVICE_NAME
- OTEL_TRACING_ENABLED
- OTEL_LOG_LEVEL
- VERBOSE_ERRORS
- ENABLE_MCP_UI
Security Notes
The server securely handles `MAPBOX_ACCESS_TOKEN` via environment variables and validates all tool inputs using Zod schemas to mitigate common injection risks. External HTTP requests are managed through a robust `HttpPipeline`. Public Mapbox access tokens (pk.*) are embedded in URLs generated by `geojson_preview_tool`, `preview_style_tool`, and `style_comparison_tool` for client-side visualization, which is standard for these APIs but means the token is publicly exposed in the generated URLs. There are no `eval` or similar dangerous patterns detected. The parsing of `OTEL_EXPORTER_OTLP_HEADERS` from environment variables, if controlled by a malicious actor, could pose a risk, but this is an operational configuration, not exposed to runtime user input.
Similar Servers
mcp-server
Integrates Mapbox's Model Context Protocol (MCP) server with AI agents, enabling them to access Mapbox's location-based tools for geospatial intelligence.
logseq-mcp-tools
Provides AI assistants structured access to a Logseq knowledge graph for retrieval, summarization, analysis, and modification.
heroui-mcp
Provides HeroUI component documentation and theme data to AI assistants via Model Context Protocol (MCP) servers.
devbox-mcp-server
Seamlessly integrate AI agents with Microsoft Dev Box services for natural language interactions to manage Dev Boxes, configurations, and pools.