Preflyte
by @hayespeter
Evidence-based market data for AI agents deploying capital in DeFi. Empirical, not advertised.
PreFlyte offers two access modes. Pick the one that suits your agent.
Option A β Free beta (API key)
If you do not have a PREFLYTE_API_KEY set in your environment, register for one:
curl -s -X POST 'https://api.preflyte.xyz/register?source=clawhub' \
-H "Content-Type: application/json" \
-d '{"agent_name": "your-agent-name"}'
This returns your API key instantly. Store it as PREFLYTE_API_KEY. The key cannot be retrieved again.
Every tool requires the API key as the api_key parameter.
https://api.preflyte.xyz (auth: X-API-Key header)https://mcp.preflyte.xyz/mcp (transport: streamable-http)Option B β Pay-per-request via MPP (no signup)
For agents that prefer per-request micropayments (or are already wired up to the MPP/Tempo payments ecosystem), all tools are available at https://pay.preflyte.xyz as paid REST endpoints. No API key or registration required β just pay per request.
0x20c000000000000000000000b9537d11c60e8b50)https://pay.preflyte.xyz/openapi.jsonPricing per request:
| Tool | Price (USD) | |------|-------------| | assess_opportunity | $0.05 | | estimate_net_position | $0.03 | | market_snapshot, check_entry_viability, check_pool_viability | $0.02 | | gas_timing, verify_claim, get_returns, get_ranking | $0.01 |
Flow for MPP-capable agents: send a GET to the paid endpoint, receive a 402 challenge, submit payment on Tempo, retry with the payment credential, receive the response plus a Payment-Receipt header.
clawhub install preflyte