Skip to main content
Glama

Street View MCP

by vlad-ds

get_street_view

Fetch and save Google Street View images using location, coordinates, or panorama ID. Specify image size, camera angle, and field of view to capture precise street-level visuals.

Instructions

Fetch a Street View image based on location, coordinates, or panorama ID and save to file.

Args: filename: Required filename to save the image (must not already exist in output directory) location: The address to get Street View image for (e.g., "Empire State Building, NY") lat_lng: Comma-separated latitude and longitude (e.g., "40.748817,-73.985428") pano_id: Specific panorama ID to fetch size: Image dimensions as "widthxheight" (e.g., "600x400") heading: Camera heading in degrees (0-360) pitch: Camera pitch in degrees (-90 to 90) fov: Field of view in degrees (zoom level, 10-120) radius: Search radius in meters when using location or coordinates source: Limit Street View searches to selected sources ("default" or "outdoor")

Returns: Image: The Street View image

Raises: ValueError: If filename already exists in output directory

Input Schema

NameRequiredDescriptionDefault
filenameYes
fovNo
headingNo
lat_lngNo
locationNo
pano_idNo
pitchNo
radiusNo
sizeNo600x400
sourceNodefault

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "filename": { "title": "Filename", "type": "string" }, "fov": { "default": 90, "title": "Fov", "type": "integer" }, "heading": { "default": 0, "title": "Heading", "type": "integer" }, "lat_lng": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Lat Lng" }, "location": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Location" }, "pano_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Pano Id" }, "pitch": { "default": 0, "title": "Pitch", "type": "integer" }, "radius": { "default": 50, "title": "Radius", "type": "integer" }, "size": { "default": "600x400", "title": "Size", "type": "string" }, "source": { "default": "default", "title": "Source", "type": "string" } }, "required": [ "filename" ], "type": "object" }
Install Server

Other Tools from Street View MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/vlad-ds/street-view-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server