Back to Home
mapbox icon

mcp-devkit-server

Verified Safe

by 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

Run Command
npm run build && node dist/esm/index.js

Environment 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

Stats

Interest Score45
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars37
Forks6
Last Update2026-01-15

Tags

MapboxAI AssistantDeveloper ToolsGeospatialMapping