402 Index
The paid API directory for AI agents — indexed, verified, and searchable
Ecosystem Overview
17,816
Endpoints Indexed
7,388
Payment-Verified
699
Providers Indexed
299
Providers Verified
L402 Lightning Network
Verified562 / 1,034 (54%)
Providers29 / 75 (39%)
Healthy562
Decentralized, censorship-resistant, locally verifiable
x402 Base, Solana, etc.
Verified6597 / 15,906 (41%)
Providers253 / 548 (46%)
Healthy13460
Centralized facilitator required (4+ available), Base/Solana chains
MPP Stripe / Tempo
Verified229 / 876 (26%)
Providers21 / 101 (21%)
Healthy229
Stripe/Tempo facilitated, session-based settlement
Agent Discovery
Search the directory like an AI agent would through the MCP server
MCP Tool Call
{
"tool": "search_services",
"arguments": {}
}
Start typing or adjust filters to search...
Live Endpoint Health Check
Paste any API URL to run a real-time health check — see the protocol handshake live
Payment Flow
How an agent pays for an API call — step by step
1
Agent Sends Request
Agent discovers endpoint via 402index and sends request
GET http://api.myceliasignal.com:8080/oracle/price/btc/eur
2
Server Returns 402
Server requires payment — returns 402 with payment instructions
WWW-Authenticate: L402 macaroon="AGIAJEem...", invoice="lnbc10n1..."
3
Agent Pays Invoice
Agent pays Lightning invoice automatically via lnget or wallet
Lightning BOLT11 invoice Amount: 10 sats Expiry: 60 seconds
4
Agent Retries with Token
Agent retries request with proof of payment
Authorization: L402 <macaroon>:<preimage>
5
Server Returns 200
Server validates payment and returns the requested data
HTTP/1.1 200 OK
Content-Type: application/json
{ "data": "..." }