market.delegare.dev is Delegare’s agent API marketplace. It aggregates endpoints from both major agent payment discovery networks — CDP Bazaar / agentic.market (x402) and MPPScan (MPP) — into a single searchable catalog. If you build a paid API withDocumentation Index
Fetch the complete documentation index at: https://docs.delegare.dev/llms.txt
Use this file to discover all available pages before exploring further.
@delegare/x402, your endpoint gets listed on Delegare Market automatically, alongside the upstream directories.
How Listing Works
When you use@delegare/x402 with declareDiscoveryExtension, your 402 response simultaneously emits:
PAYMENT-REQUIREDheader — x402 v2 format, read by CDP Bazaar → agentic.marketWWW-Authenticate: Paymentheader — MPP/RFC 7235 format, read by MPPScan
Getting Listed
1. Add declareDiscoveryExtension to your routes
2. Trigger the first CDP settlement
CDP Bazaar indexes your endpoint after the firstPAYMENT-SIGNATURE credential settles through their facilitator. The fastest way to trigger this without waiting for organic traffic:
@x402/fetch-based client.
3. Register on MPPScan
Visit mppscan.com/register and enter your server’s base URL. MPPScan reads youropenapi.json and WWW-Authenticate headers for discovery — no payment required.
4. You’re listed
Once both upstream sources have your endpoint, Delegare Market automatically picks it up on its next crawl. Check your listing at market.delegare.dev.Required env vars
For CDP Bazaar indexing to work (step 2), the middleware needs CDP credentials to authenticate the settlement call:What Agents See
A listing on Delegare Market shows agents:- Description — from
declareDiscoveryExtension({ description }) - Input parameters — from
inputSchema.properties - Output shape — from
output.schema - Price — from
requireX402Payment({ price }) - Payment methods — USDC on Base, plus fiat credit bundle if configured
- Live endpoint URL — directly callable by agents
Why One Marketplace Matters
| Directory | Protocol | Indexed via |
|---|---|---|
| agentic.market | x402 v2 | CDP Bazaar settlement |
| mppscan.com | MPP / RFC 7235 | openapi.json + WWW-Authenticate |
| market.delegare.dev | Both | Aggregated from both |