II.
ToolServer JSON
Structured · livetool-server:mcp-google-maps
MCP Google Maps json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-google-maps",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP Google Maps",
"description": "MCP server providing Google Maps Platform access. Enables AI agents to geocode addresses, search for places, get directions, compute distance matrices, and query elevation data. Supports stdio transport.",
"protocol": "mcp",
"category": "other",
"repoUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps",
"npmPackage": "@modelcontextprotocol/server-google-maps",
"maintainer": "Anthropic",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:maps.geocode",
"tool-descriptor:maps.reverse-geocode",
"tool-descriptor:maps.search-places",
"tool-descriptor:maps.place-details",
"tool-descriptor:maps.directions",
"tool-descriptor:maps.distance-matrix",
"tool-descriptor:maps.elevation"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-google-maps",
"to": "tool-descriptor:maps.geocode",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-google-maps",
"to": "tool-descriptor:maps.reverse-geocode",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-google-maps",
"to": "tool-descriptor:maps.search-places",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-google-maps",
"to": "tool-descriptor:maps.place-details",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-google-maps",
"to": "tool-descriptor:maps.directions",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-google-maps",
"to": "tool-descriptor:maps.distance-matrix",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-google-maps",
"to": "tool-descriptor:maps.elevation",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-google-maps",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-google-maps",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-google-maps",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-google-maps",
"to": "provider:google",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-google-maps",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:maps.geocode",
"to": "tool-server:mcp-google-maps",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:maps.reverse-geocode",
"to": "tool-server:mcp-google-maps",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:maps.search-places",
"to": "tool-server:mcp-google-maps",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:maps.place-details",
"to": "tool-server:mcp-google-maps",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:maps.directions",
"to": "tool-server:mcp-google-maps",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:maps.distance-matrix",
"to": "tool-server:mcp-google-maps",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:maps.elevation",
"to": "tool-server:mcp-google-maps",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "scope-boundary:tool-server-mcp-google-maps.scope",
"to": "tool-server:mcp-google-maps",
"kind": "bounds_subject"
}
]
}