Back to Home
mapbox icon

mcp-devkit-server

Verified Safe

by 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

Run Command
npx @mapbox/mcp-devkit-server

Environment 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

Stats

Interest Score45
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars30
Forks5
Last Update2025-12-04

Tags

MapboxgeospatialAI assistantdeveloper toolsmapping