GOOGLESUPER_MAPS_EMBED_API
Tool to generate an embeddable Google Map URL and HTML iframe code. Use when you need to display a map (place, view, directions, street view, search) on a webpage without JavaScript. Note: This API only works with API keys (no OAuth2 support). It generates embed URLs and does not make direct API ...
This record as markdown: /tools/googlesuper/googlesuper-maps-embed-api.md
What GOOGLESUPER_MAPS_EMBED_API does on Google Super
AI agents call GOOGLESUPER_MAPS_EMBED_API to retrieve information from Google Super without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
mode | string | — | The mode of the embedded map. |
view_params | object | — | Parameters for 'view' mode. |
place_params | object | — | Parameters for 'place' mode. |
search_params | object | — | Parameters for 'search' mode. |
directions_params | object | — | Parameters for 'directions' mode. |
streetview_params | object | — | Parameters for 'streetview' mode. |
Parameters from the server's own tool schema.
Why GOOGLESUPER_MAPS_EMBED_API is rated Low
This tool retrieves public map data and generates read-only embed codes. It has no side effects, does not modify data, does not execute code on systems, and does not create or delete resources. The output (URLs and HTML) is consumable content.
From the tool's definition Tool generates 'an embeddable Google Map URL and HTML iframe code' for displaying maps; explicitly stated as 'does not make direct API calls' and only produces embed URLs and HTML code without modifying or executing operations.
Risk signalsAccepts file system path (directions_params.destination) · High parameter count (46 properties)
Attacks that exploit this kind of access
The rule that runs GOOGLESUPER_MAPS_EMBED_API safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Google Super, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For GOOGLESUPER_MAPS_EMBED_API, this is the rule to start with:
GOOGLESUPER_MAPS_EMBED_API is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Google Super, apply this rule, and every GOOGLESUPER_MAPS_EMBED_API call is checked against it from then on.
Questions about GOOGLESUPER_MAPS_EMBED_API
Tool to generate an embeddable Google Map URL and HTML iframe code. Use when you need to display a map (place, view, directions, street view, search) on a webpage without JavaScript. Note: This API only works with API keys (no OAuth2 support). It generates embed URLs and does not make direct API calls. It is categorised as a Read tool in the Google Super MCP Server, which means it retrieves data without modifying state.
GOOGLESUPER_MAPS_EMBED_API accepts 6 parameters: mode, view_params, place_params, search_params, directions_params, streetview_params. The full parameter table on this page comes from the server's own tool schema.
Register the Google Super MCP server in PolicyLayer and add a rule for GOOGLESUPER_MAPS_EMBED_API: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Google Super. Nothing to install.
GOOGLESUPER_MAPS_EMBED_API is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the GOOGLESUPER_MAPS_EMBED_API rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for GOOGLESUPER_MAPS_EMBED_API. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
GOOGLESUPER_MAPS_EMBED_API is provided by the Google Super MCP server (googlesuper). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Google Super, and thousands of servers like it.
This server
Across the catalogue