MPPtempoquality 0.40

Pay-per-call Google Maps Street View static images via MPP on Tempo L2.

Price
$0.007 / call
Protocol
mpp
Verified
no

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

street-view-imagestatic-imagegoogle-maps-proxypay-per-callmpp-tempocrypto-settlementpathUSD

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

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.40/ 1.00

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

Provenance

Indexed frommpp_dev
Enriched2026-04-19 17:01:25Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access