Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cablate/mcp-google-map",
"version": "0.0.39",
"mcpName": "io.github.cablate/google-map",
"description": "Google Maps tools for AI agents — geocode, search, directions, elevation via MCP server or standalone CLI",
"description": "17 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, map images via MCP server or standalone CLI",
"type": "module",
"main": "dist/index.js",
"bin": {
Expand Down
9 changes: 8 additions & 1 deletion server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cablate/google-map",
"title": "Google Maps MCP Server",
"description": "Google Maps tools for AI agents — geocode, search, directions, elevation. stdio + HTTP.",
"description": "17 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, map images, and more. stdio + HTTP.",
"repository": {
"url": "https://github.com/cablate/mcp-google-map",
"source": "github"
Expand All @@ -23,6 +23,13 @@
"isRequired": true,
"format": "string",
"isSecret": true
},
{
"name": "GOOGLE_MAPS_ENABLED_TOOLS",
"description": "Comma-separated list of tool names to enable (e.g. maps_geocode,maps_directions). Omit or set to * for all 17 tools.",
"isRequired": false,
"format": "string",
"isSecret": false
}
]
}
Expand Down
Loading