Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-google-mapAgent-CoreX intelligently routes which tools from cablate/mcp-google-map your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-google-map": {
"command": "npx",
"args": [
"-y",
"mcp-google-map"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-google-mapAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use cablate/mcp-google-map directly without routing
npx -y mcp-google-mapNew to Agent-CoreX? View setup guide →