maps-streamable-mcp-server
Verified Safeby iceener
Overview
This MCP server is designed for location-aware AI agents running on mobile devices to search places, get details, and plan routes using Google Maps Platform APIs.
Installation
bun devEnvironment Variables
- API_KEY
- BEARER_TOKEN
- AUTH_ENABLED
- AUTH_STRATEGY
- NODE_ENV
- MCP_PROTOCOL_VERSION
- RS_TOKENS_ENC_KEY
Security Notes
The server implements robust security practices, including explicit use of environment variables/secrets for API keys and bearer tokens, input validation via Zod schemas, and proper CORS configuration. It features a security middleware that validates origin and MCP protocol version, and a logger with sensitive data redaction. AES-256-GCM encryption is available for KV storage in Cloudflare Workers. While origin validation for production includes a placeholder that defaults to `true` (requiring explicit configuration by the user), the overall code design prioritizes security.
Similar Servers
mcp-server
Enables AI agents and applications with Mapbox's geospatial intelligence, including geocoding, routing, POI search, and map visualization.
agent-never-give-up-mcp
Provides metacognitive protocols to AI coding agents to help them recover from being stuck in common development scenarios without human intervention.
semantic-wake-intelligence-mcp
A Model Context Protocol (MCP) server providing AI agents with a 3-layer temporal intelligence system for memory, causality, and prediction.
google-maps-mcp-server
Empower AI agents with real-time Google Maps location intelligence (directions, places, geocoding, traffic, roads, elevation, safety) through a standardized Model Context Protocol (MCP) interface.