Seller dashboard

Manage your listings, verification and earnings. The full self-serve dashboard is on the way — today you publish and manage listings via the API.

Dashboard UI coming soon. Until then, use the marketplace API with your X-Seller-Key.

1 · Register

POST /v1/marketplace/sellers returns a one-time sellerKey. Store it safely — only its hash is kept and it cannot be recovered.

2 · Publish

POST /v1/marketplace/services with header X-Seller-Key and your service details (name, MCP endpoint, price per call, category). The listing starts pending.

3 · Track

List your services with GET /v1/marketplace/services?seller=<id>, or see them live in Browse. Earnings & verification land here next.

See the API docs for full request/response shapes. Get the trust badge on Get Verified.

Verification & badge

Your status

GET /v1/marketplace/sellers/me (with X-Seller-Key) returns your verified, subscriptionUntil and kycStatus.

Subscribe — $20/mo

POST /v1/marketplace/verify/subscribe (x402-paid, X-Seller-Key) activates or renews the badge for 30 days. Paid to FiatDock via x402 — non-custodial.

Verify identity

POST /v1/marketplace/verify/start begins KYC (Sumsub). Your badge goes live when the subscription is current and KYC is approved.

Live badge revenue switches on with base mainnet (Decision D3); on base-sepolia the whole flow runs for testing. More: Get Verified.