A discovery proxy for endpoints AI agents need — flight metrics, web search, email lookup. Free tier on every endpoint, no signup. Premium x402 micropayment ($0.001/call) only if you want SLA, batched, or multi-source.
Agents reach for the same handful of APIs over and over: web search, fare lookup, email lookup, geocoding, weather. We wrap them in agent-friendly shapes (deterministic JSON, no auth handshake, idempotent), expose a free tier on every endpoint so builders can prototype without a card, and gate the high-volume premium tier behind x402 — pay-as-you-go with stablecoins, no SaaS subscription. The endpoints are auto-discoverable via /.well-known/x402.json and listed in the public x402 Bazaar.
Every endpoint has a /try/* free-tier mirror (5 calls per IP per day, no key) and a paid /* production path gated by x402.
sample_size so callers can sanity-check thin routes. Source disclosed: Travelpayouts (Aviasales affiliate, derived quartiles).{name, domain} returns verified work email + confidence + source. For agentic outbound, recruiting agents, CRM enrichers.No "talk to sales", no quota tickets, no SDK auth dance. Every endpoint exposes the same JSON shape on the free and premium paths — drop one prefix and you're paying.
| Runtime | Next.js 14 App Router · edge functions on Vercel · production |
|---|---|
| Payment rail | x402 standard · facilitator settles in USDC on Base · ~80ms median settlement |
| Discovery | /.well-known/x402.json · auto-listed in public x402 Bazaar |
| Cache | Vercel KV · vendor-prefixed keys (no cross-vendor leakage) · 60s default TTL |
| SDK | npx agent-marketplace setup · auto-wires a wallet + endpoint catalog into Cursor / Claude Code / Cline |
| Source disclosure | Every response carries source + sample_size fields. No black-box aggregation. |
| Live URL | agent-marketplace-proxy.vercel.app · uptime 99.7% (30d) |
Drop our .well-known into your discovery layer and ship a flight tool, search tool, and email-finder tool without writing three integrations.
Listed in the public Bazaar. Reference implementation of "free tier on every endpoint + premium x402" — copy the pattern for your own surface.
One npx agent-marketplace setup command wires the wallet + catalog into your runtime. No SaaS dashboard, no team plan.
Fire one curl. See if the shape fits your agent.
open the live proxy