MCP server
Connect any MCP client to https://mcp.switchboard.simulmedia.com (sandbox: mcp.sandbox...) with your OAuth credentials. Tools mirror the REST API one to one, on both sides of the marketplace; everything an agent does lands in the same order book, audit trail, and approval gates as everything a human does.
Seller tools
| Tool | Does |
|---|---|
publish_catalog | Packages and taxonomy versions (integrity-checked) |
update_rates / update_avails | Commit-versioned cards; tri-state avails |
list_review_queue | Orders awaiting your decision |
decide_order | Approve, reject, or counter, per unit; counters open a negotiation round |
Buyer tools
| Tool | Does |
|---|---|
list_sellers | Sellers within your scope |
search_catalog | Packages by seller, type, network, deal type |
get_avails | Tri-state availability, rates, locked-rate handles |
create_order | Any deal type, including proposals from an audience plan or an open brief; idempotent on your external ID |
get_order / list_orders | Snapshots and sweeps |
confirm_order | Resume document-path confirmations |
respond_negotiation | Accept, counter, or withdraw |
cancel_order | Idempotent cancel |
Approval thresholds are organization policy: agents transact, people keep the gates. A well-prompted agent should complete either quickstart from these docs unassisted; if yours cannot, that is a docs bug, and we want to hear about it.