Back to Home
BACH-AI-Tools icon

mcp-google-maps

Verified Safe

by BACH-AI-Tools

Overview

This MCP server provides an interface for Google Maps functionalities, enabling programmatic access to places search, geocoding, directions, elevation data, and static map generation through the Model Context Protocol.

Installation

Run Command
npx bachstudio-mcp-google-maps

Environment Variables

  • GOOGLE_MAPS_API_KEY
  • DEFAULT_LANGUAGE
  • DEFAULT_REGION
  • MAX_REQUESTS_PER_SECOND
  • MAX_REQUESTS_PER_DAY
  • ENABLE_CACHING
  • CACHE_TTL
  • PORT

Security Notes

The server uses environment variables for the Google Maps API key, which is good practice. It explicitly includes a caution within the code (`src/services/map-directions.ts`) that static map URLs generated contain the API key and should not be sent directly to clients, indicating developer awareness of a potential exposure vector. No direct 'eval' or malicious patterns were found. DNS rebinding protection is enabled for the HTTP transport. The overall security relies heavily on correct configuration of environment variables and cautious handling of generated URLs by downstream consumers.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-04

Tags

google-mapsgeocodingplaces-apidirectionsmcp-server