Real-time flight data via pay-per-call MPP endpoint on Tempo L2.
What it does
GoFlightLabs Flights is an MPP (Micropayment Protocol) endpoint that provides real-time flight information. It is hosted at goflightlabs.mpp.tempo.xyz/flights and settles payments via the Tempo method on chain ID 4217. Each API call costs 5000 base units of pathUSD (0.005 USD per request, assuming 6-decimal pathUSD), making it suitable for high-volume, low-cost flight data retrieval by AI agents or automated systems.
The endpoint responds to GET requests and returns flight data upon successful payment. It is part of the broader GoFlightLabs suite, which is described as offering real-time flight tracking, prices, schedules, and airline data. However, no OpenAPI schema, documentation pages, or example responses were found during crawling — the provider's root domain and common doc paths all return 404. This means the exact query parameters, response schema, and supported filters are unknown from the available material.
The MPP challenge is live and well-formed, with an expiry date of April 2026, indicating the endpoint is actively maintained. The fee-payer flag is set to true, meaning the endpoint provider covers transaction fees for the caller. Without documentation, callers will need to experiment with query parameters (likely standard aviation parameters such as flight number, airline IATA code, departure/arrival airport codes, etc.) or consult the upstream GoFlightLabs API documentation if available elsewhere.
Capabilities
Use cases
- —Querying real-time flight status for travel assistant agents
- —Building automated flight monitoring dashboards
- —Enriching travel booking workflows with live flight data
- —Powering chatbot responses about flight arrivals and departures
Fit
Best for
- —AI agents needing on-demand flight data with micropayment settlement
- —Automated travel assistants that query flight status per-request
- —Developers integrating real-time aviation data into agent pipelines
Not for
- —Bulk historical flight data analysis (no evidence of batch or historical endpoints)
- —Users who need detailed API documentation before integrating (docs are currently unavailable)
Quick start
curl -X GET "https://goflightlabs.mpp.tempo.xyz/flights?flight_iata=AA100" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The MPP challenge is live and well-formed, confirming the endpoint exists and is gated behind a valid payment challenge. However, no documentation, OpenAPI schema, example responses, or query parameter definitions were found. The listing is largely inferred from the challenge metadata and the existing Bazaar description.
Warnings
- —No API documentation found — all doc paths return 404
- —No OpenAPI or output schema available; request parameters and response format are unknown
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 is assumed to be pathUSD with 6 decimals but could not be independently verified
- —The quick_start_snippet query parameter (flight_iata) is speculative based on common aviation API conventions
Citations
- —Endpoint is live and returns a 402 MPP challenge with method=tempo, intent=charge, amount=5000, chainId=4217https://goflightlabs.mpp.tempo.xyz/flights
- —Part of GoFlightLabs: Real-time flight tracking, prices, schedules, and airline datahttps://goflightlabs.mpp.tempo.xyz/flights