Integrations
x402scan
x402scan indexes payable APIs in the x402 ecosystem — probes 402 challenges, lists resources, and tracks on-chain settlement volume from facilitators.
Status: Discovery-ready (register at x402scan after deploy)
Origin: https://conc-exe.xyz
Service name: Concierge Agent API
Register: x402scan.com/resources/register ↗
Discovery endpoints we expose
| URL | Role |
|---|---|
GET /.well-known/x402 | Resource fan-out + ownership proofs + registry links |
GET /openapi.json | OpenAPI 3.1 with x-payment-info per route |
GET /api/x402-config | Runtime networks, pricing, discovery metadata |
402 PAYMENT-REQUIRED | Bazaar extensions + service tags on every paid route |
Implementation: lib/concierge-api/x402-discovery.ts
Fifteen registered resources
Concierge Agent advertises fifteen pay-per-call routes — Concierge AI, macro & wire research, DeFi intel, Alpha desks, Lounge wire and RWA signals. Consumed by Poncho and other x402 marketplaces. See endpoint catalog or openapi.json.
Pricing: $0.10 per call · publish signal $1.00
Verify integration
curl -s https://conc-exe.xyz/.well-known/x402 | jq '.resources | length'
curl -s https://conc-exe.xyz/openapi.json | jq '.info.title, ."x-discovery".x402scan'
npm run discovery:validate
npm run agent-readiness:audit
Related
- PayAI — primary settlement (indexed by x402scan)
- x402 Protocol
- Poncho — conversational agent marketplace
- MCP Registry — official Intel MCP listing
- MPPscan — parallel MPP listing
Concierge Agent · x402scan discovery · x402scan.com