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
Integrates Mapbox's Model Context Protocol (MCP) server with AI agents, enabling them to access Mapbox's location-based tools for geospatial intelligence.
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.
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.
semantic-wake-intelligence-mcp
Provides a 3-layer temporal intelligence system for AI agents, offering causality tracking, memory management, and predictive context pre-fetching for enhanced context awareness.