Back to Home
gvdlga icon

maps-mcp-server

Verified Safe

by gvdlga

Overview

Provides a set of geographical and mapping functionalities as an MCP (Model Context Protocol) service, typically consumed by AI agents, by wrapping Google Maps API calls.

Installation

Run Command
node dist/index.js

Environment Variables

  • MAPS_API_KEY
  • DASHBOARD_URL

Security Notes

The server demonstrates good security practices by externalizing API keys to environment variables or an API Key Manager, preventing hardcoding. Input validation is performed using Zod schemas and additional runtime checks for parameters like radius. Error handling is present to catch issues during API execution. All external API calls use HTTPS to Google Maps. No 'eval' or malicious patterns were identified.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-11-20

Tags

MapsGeocodingNavigationAI ToolsAPI