mcp-devkit-server
Verified Safeby mapbox
Overview
Provides AI assistants with direct programmatic access to Mapbox developer APIs, enabling efficient interaction with Mapbox services for application development and resource management.
Installation
npm run build && node dist/esm/index.jsEnvironment Variables
- MAPBOX_ACCESS_TOKEN
- MAPBOX_API_ENDPOINT
- ENABLE_MCP_UI
- OTEL_SERVICE_NAME
- OTEL_EXPORTER_OTLP_ENDPOINT
- OTEL_TRACING_ENABLED
- OTEL_LOG_LEVEL
- NODE_ENV
Security Notes
The server correctly handles Mapbox Access Tokens by expecting them via environment variables or authentication context, not hardcoding them. It includes robust input validation using Zod schemas for all tools and performs checks for valid JWT token format. API interactions include error handling for network issues and specific Mapbox API error messages, including scope/permission errors. It does not use 'eval' or similar dangerous functions. The use of external UI resources and static images is managed, but like any external dependency, should be monitored.
Similar Servers
mcp-server
Enables AI agents and applications with Mapbox's geospatial intelligence, including geocoding, routing, POI search, and map visualization.
logseq-mcp-tools
Provides AI assistants structured access to a Logseq knowledge graph for retrieval, summarization, analysis, and modification.
heroui-mcp
Provides HeroUI design system component documentation and theme data to AI assistants/coding agents.
devbox-mcp-server
Seamlessly integrate AI agents with Microsoft Dev Box services for natural language interactions to manage Dev Boxes, configurations, and pools.