Skip to main content
Glama

Street View MCP

by vlad-ds

get_metadata

Retrieve detailed metadata for Street View panoramas using address, coordinates, or panorama ID, including status, copyright, date, and location data. Supports custom search radius and source filtering.

Instructions

Fetch metadata about a Street View panorama.

Args: location: The address to check for Street View imagery lat_lng: Comma-separated latitude and longitude (e.g., "40.748817,-73.985428") pano_id: Specific panorama ID to fetch metadata for radius: Search radius in meters when using location or coordinates source: Limit Street View searches to selected sources ("default" or "outdoor")

Returns: Dict: Panorama metadata including status, copyright, date, pano_id, lat, lng

Input Schema

NameRequiredDescriptionDefault
lat_lngNo
locationNo
pano_idNo
radiusNo
sourceNodefault

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "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" }, "radius": { "default": 50, "title": "Radius", "type": "integer" }, "source": { "default": "default", "title": "Source", "type": "string" } }, "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