-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
MCP Server Authentication Required: google-maps
The nightly stress test detected that the google-maps MCP server requires authentication to function properly. The server tools were not accessible during testing.
Test Details
- Test Session: stress-test-20260225-022355
- Test Date: 2026-02-25
- Server Container: mcp/google-maps
Required Authentication Token
Environment Variable: GOOGLE_MAPS_API_KEY
Token Type: API Key
How to Obtain:
- Visit: (console.cloud.google.com/redacted)
- Create or select a project
- Enable the Maps JavaScript API and related APIs (Places, Geocoding, etc.)
- Navigate to "Credentials" → "Create Credentials" → "API Key"
- Restrict the key to the required APIs
- Add to repository secrets as
GOOGLE_MAPS_API_KEY
Error Message
Server tools not accessible - no tools exposed through MCP Gateway
Suggested Configuration
{
"google-maps": {
"type": "stdio",
"container": "mcp/google-maps",
"env": {
"GOOGLE_MAPS_API_KEY": "\$\{GOOGLE_MAPS_API_KEY}"
}
}
}Next Steps
- Obtain
GOOGLE_MAPS_API_KEYfrom Google Cloud Console - Enable required Maps APIs on the project
- Add key to repository secrets as
GOOGLE_MAPS_API_KEY - Verify server works in next nightly test
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260225-022355
Generated by Nightly MCP Server Stress Test
Reactions are currently unavailable