56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"id": "gmaps",
|
|
"name": "Google Maps",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "gmaps/icon_sm.svg",
|
|
"icon_large": "gmaps/icon_lg.svg",
|
|
"user_description": "Get transit, driving, walking and cycling directions, geocode addresses, search nearby places, and compute distance matrices \u2014 powered by Google Maps Platform.",
|
|
"requires": [
|
|
"PYTHON",
|
|
"ENV"
|
|
],
|
|
"tags": [
|
|
"maps",
|
|
"mcp",
|
|
"local",
|
|
"google",
|
|
"navigation",
|
|
"transit"
|
|
],
|
|
"auth": {
|
|
"type": "api_key",
|
|
"delivery": "env",
|
|
"param": "GOOGLE_MAPS_API_KEY"
|
|
},
|
|
"folder": "gmaps",
|
|
"version": 4,
|
|
"version_string": "1.0.3",
|
|
"version_release_date": "2026-07-22",
|
|
"tools": [
|
|
{
|
|
"name": "status",
|
|
"display_name": "Status Check"
|
|
},
|
|
{
|
|
"name": "directions",
|
|
"display_name": "Directions"
|
|
},
|
|
{
|
|
"name": "geocode",
|
|
"display_name": "Geocode"
|
|
},
|
|
{
|
|
"name": "reverse_geocode",
|
|
"display_name": "Reverse Geocode"
|
|
},
|
|
{
|
|
"name": "search_places",
|
|
"display_name": "Search Places"
|
|
},
|
|
{
|
|
"name": "distance_matrix",
|
|
"display_name": "Distance Matrix"
|
|
}
|
|
]
|
|
} |