maps-mcp-server
Verified Safeby 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
node dist/index.jsEnvironment 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
tiger-linear-mcp-server
This server acts as a wrapper for the Linear API, providing focused tools for LLMs to manage and query issue tracking and project data.
tiger-gh-mcp-server
Provides a set of focused tools to Large Language Models (LLMs) for interacting with the GitHub API, enabling capabilities like fetching issues, pull requests, commits, releases, and searching code within a specified organization.
tiger-memory-mcp-server
A backend server for a Minecraft-related application, likely providing data management or proxy services.
vulcan-file-ops
Transforms desktop AI assistants into powerful development partners by providing secure, user-controlled filesystem operations and code manipulation capabilities.