Pay-per-call Google Maps Street View static images via MPP on Tempo L2.
What it does
This endpoint provides on-demand static Street View imagery from Google Maps, wrapped behind the Micropayment Protocol (MPP) on the Tempo L2 network. Each request is a one-shot charge (intent="charge") settled in pathUSD on chain 4217. The price per call is 7,000 base units; assuming pathUSD uses 6 decimals, that works out to $0.007 (seven tenths of a cent) per image.
The endpoint is part of a broader Google Maps proxy suite hosted at googlemaps.mpp.tempo.xyz that also advertises geocoding, directions, places, routes, tiles, weather, and air quality capabilities. However, this specific path (/maps/streetview) serves only static Street View images. The underlying Google Maps Street View Static API typically accepts parameters such as location (lat/lng or address), heading, pitch, fov, and size. No OpenAPI schema or documentation pages were found on the provider's domain, so exact query-parameter support must be inferred from the standard Google Maps Street View Static API.
The endpoint is live and returning a well-formed 402 MPP challenge. The fee payer flag is set to true, meaning the provider covers on-chain transaction fees. The challenge expires in April 2026, indicating long-lived pricing stability. Because no docs, schema, or usage examples are published by the provider, agents should experiment with standard Google Street View parameters and inspect responses to confirm supported options.
Capabilities
Use cases
- —Fetching street-level imagery for a given address or coordinate pair
- —Embedding Street View thumbnails in location-based apps or reports
- —Automated visual inspection of storefronts or properties
- —Providing geographic context images to AI agents during research tasks
- —Generating visual previews for real-estate or travel applications
Fit
Best for
- —AI agents needing programmatic, pay-per-call access to Street View without managing Google API keys
- —Developers who want crypto-settled micropayments for map imagery
- —Low-volume or bursty workloads where per-call pricing is more economical than a subscription
Not for
- —High-volume batch downloads where a direct Google Maps API key with volume discounts is cheaper
- —Interactive or embedded Street View panoramas (this returns static images only)
- —Use cases requiring 360° navigable Street View experiences
Quick start
curl -H "Authorization: Payment <signed-tempo-token>" \
"https://googlemaps.mpp.tempo.xyz/maps/streetview?location=40.714728,-73.998672&size=600x400"Endpoint
Quality
The endpoint is live with a valid 402 MPP challenge confirming pricing and settlement details. However, no OpenAPI schema, documentation, or usage examples are available from the provider. Parameter support is inferred from the standard Google Maps Street View Static API, and the currency contract address could not be independently verified for decimals.
Warnings
- —No documentation or OpenAPI schema found on the provider domain — all 5 crawled pages returned 404.
- —Currency contract address 0x20c0…8b50 on chain 4217 is assumed to be pathUSD with 6 decimals; if decimals differ, the actual price changes.
- —Exact supported query parameters are inferred from the upstream Google Maps Street View Static API and are not confirmed by the provider.
Citations
- —The endpoint returns a 402 MPP challenge with method=tempo, intent=charge, amount=7000, chainId=4217https://googlemaps.mpp.tempo.xyz/maps/streetview
- —Part of a broader Google Maps suite offering geocoding, directions, places, routes, tiles, weather, air qualityhttps://googlemaps.mpp.tempo.xyz/maps/streetview