MPP & AgentCash
Concierge Agent is listed on MPPscan (Machine Payments Protocol). Settlement stays x402 USDC via PayAI (primary) with Dexter fallback — MPP is discovery and agent tooling, not a separate payment rail.
Origin: https://conc-exe.xyz
Service: Concierge Agent API · fifteen pay-per-call routes
Protocols advertised: x402 + mpp in /openapi.json
Live profile: conc-exe.xyz/go/mppscan ↗ (redirects to your MPPscan server URL when MPPSCAN_SERVER_URL is set in Vercel)
Set MPPscan profile URL (operators)
MPPscan gives each registration a unique /server/{hash}. That hash can change if you re-register — do not hardcode it in HTML.
- Open your working server page on MPPscan (from register →
https://conc-exe.xyz). - Copy the full URL from the browser address bar.
- In Vercel → Environment Variables, set
MPPSCAN_SERVER_URLto that exact URL. - Redeploy. Links on Integrations and docs use
/go/mppscanand will 302 to your profile.
Install on your agent
Same command shown on the MPPscan server dashboard — add all Concierge skills to an AgentCash client:
npx agentcash add https://conc-exe.xyz
Discover pricing and schemas without paying:
npx -y @agentcash/discovery@latest discover https://conc-exe.xyz
npx -y @agentcash/discovery@latest check https://conc-exe.xyz/api/concierge-intel-tvl
MPP structure (fifteen routes)
All routes use POST with JSON after payment. Intel routes also advertise GET for marketplace probes (returns 402 until paid POST).
| Route | Price | Category |
|---|---|---|
POST /api/concierge | $0.10 | Concierge AI |
POST /api/concierge-intel-tvl | $0.10 | DeFi Intel |
POST /api/concierge-intel-yields | $0.10 | DeFi Intel |
POST /api/concierge-intel-whales | $0.10 | DeFi Intel |
POST /api/concierge-intel-wallet | $0.10 | DeFi Intel |
POST /api/concierge-intel-verdict | $0.10 | DeFi Intel |
POST /api/concierge-intel-airdrop | $0.10 | Alpha Intel |
POST /api/concierge-intel-listing | $0.10 | Alpha Intel |
POST /api/concierge-intel-momentum | $0.10 | Alpha Intel |
POST /api/concierge-intel-macro | $0.10 | Research |
POST /api/concierge-intel-wire | $0.10 | Research |
POST /api/concierge-intel-scalp | $0.10 | Alpha Intel |
POST /api/news-open | $0.10 | Lounge · wire |
POST /api/lounge-signal-open | $0.10 | Lounge · RWA |
POST /api/lounge-signal-publish | $1.00 | Lounge · RWA |
Full catalog: Concierge Agent endpoints · Poncho · For Builders · openapi.json
Discovery documents
| URL | Role in MPP |
|---|---|
GET /openapi.json | Canonical — info.x-guidance, x-payment-info (x402 + mpp), input/output schemas, 402 responses |
GET /.well-known/x402 | Resource fan-out + links to MPPscan / x402scan |
GET /api/x402-config | Runtime networks, discovery.protocols, pricing flags |
402 PAYMENT-REQUIRED | Bazaar extensions.bazaar input + output schemas for agent invocation |
How MPP relates to x402
Discovery (MPP / AgentCash)
Agents read /openapi.json and MPPscan to learn routes, prices, and JSON shapes before calling.
Challenge (x402 v2)
Runtime 402 + PAYMENT-REQUIRED with USDC requirements on Solana and/or Base.
Settlement (PayAI + Dexter)
PAYMENT-SIGNATURE → verify/settle (PayAI primary; Dexter fallback on Base outage or second Solana accept) → 200 + JSON intelligence.
Registries
- MPPscan — Machine Payments Protocol explorer (listed)
- pay.sh — agent CLI catalog (
pay curl, Claude/Codex MCP) - OpenDexter — Dexter agent marketplace (auto-discovery on Dexter settlements)
- x402scan — x402 ecosystem registry (optional second listing)
- Integrations — partner stack and install command
Concierge Agent · MPP discovery · x402 settlement · mpp.dev