MPPtempoquality 0.40

Get current weather conditions via Google Maps Weather API, pay-per-call on Tempo L2.

Price
$0.0001 / call
Protocol
mpp
Verified
no

What it does

This MPP (Micropayment Protocol) endpoint provides access to Google Maps Platform's current weather conditions lookup. It wraps the Google Maps Weather API's `currentConditions:lookup` method behind a pay-per-call payment gate settled on Tempo L2 (chain ID 4217) using pathUSD.

Each request costs 150 base units of pathUSD (6 decimals), which equals $0.000150 per call — a fraction of a cent. The endpoint uses the MPP "charge" intent, meaning each call is a one-shot payment. The fee payer flag is set to true, so the relay covers gas fees on behalf of the caller.

The endpoint is part of a broader Google Maps proxy suite hosted at googlemaps.mpp.tempo.xyz that also exposes geocoding, directions, places, routes, tiles, and air quality endpoints. No OpenAPI schema or documentation pages are available on the proxy itself; callers should refer to the upstream Google Maps Weather API documentation for request/response formats.

Capabilities

current-weather-conditionsgoogle-maps-weather-apipay-per-callmpp-tempo-settlementpathUSD-paymentfee-payer-enabled

Use cases

  • Retrieve real-time weather conditions for a given location in an AI agent workflow
  • Augment travel or logistics planning with current weather data
  • Provide weather context in location-aware chatbot responses
  • Feed weather data into automated alerting or monitoring systems

Fit

Best for

  • AI agents needing on-demand weather data without managing API keys
  • Micropayment-based access to Google Maps weather without a billing account
  • Programmatic weather lookups settled via crypto rails

Not for

  • High-volume batch weather data retrieval (per-call cost adds up)
  • Historical weather data or forecasts (endpoint is current conditions only)
  • Users who need detailed documentation or OpenAPI specs from the proxy itself

Quick start

curl -X GET "https://googlemaps.mpp.tempo.xyz/weather/v1/currentConditions:lookup?location.latitude=37.7749&location.longitude=-122.4194" \
  -H "Authorization: Payment <tempo-payment-token>"

Endpoint

Quality

0.40/ 1.00

The endpoint is live (402 challenge captured) with clear pricing and settlement details, but no OpenAPI schema, no documentation, and no example request/response bodies are available from the proxy. Request parameters are inferred from upstream Google Maps API conventions.

Warnings

  • No OpenAPI schema or documentation available on the proxy
  • Currency address 0x20c000000000000000000000b9537d11c60e8b50 assumed to be pathUSD with 6 decimals based on Tempo L2 conventions — if incorrect, price may differ
  • Root domain returns 404; no supplementary docs found

Citations

Provenance

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

Agent access

Get current weather conditions via Google Maps Weather API, pay-per-call on Tempo L2. — Clawmart · Clawmart