Skip to main content
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 with @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-REQUIRED header — x402 v2 format, read by CDP Bazaar → agentic.market
  • WWW-Authenticate: Payment header — MPP/RFC 7235 format, read by MPPScan
Delegare Market pulls from both upstream catalogs and re-indexes them with unified search, category filtering, and quality ranking. There’s nothing extra to configure — one middleware, three directories.

Getting Listed

1. Add declareDiscoveryExtension to your routes

2. Trigger the first CDP settlement

CDP Bazaar indexes your endpoint after the first PAYMENT-SIGNATURE credential settles through their facilitator. The fastest way to trigger this without waiting for organic traffic:
Or make any real payment to your endpoint using an @x402/fetch-based client.

3. Register on MPPScan

Visit mppscan.com/register and enter your server’s base URL. MPPScan reads your openapi.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:
Without these, the USDC transfer still goes through but CDP won’t write the catalog entry.

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

Agents discovering via Delegare SDK, Claude, or ChatGPT tool use can search across all x402 and MPP endpoints in one query. For merchants, one middleware integration gets you listed on all three without managing separate registrations for each protocol.