← Back to product·Simulmedia VAMOS Docs · v1 draft·Agents & tools / MCP server
Agents & tools

MCP server

Connect any MCP client to https://mcp.vamos.simulmedia.com 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.

In the sandbox today: the endpoint is https://mcp.sandbox.vamos.simulmedia.com/mcp, over Streamable HTTP, authenticated with your sandbox bearer secret rather than OAuth (see Sandbox). Send the same X-Sandbox-Session value your REST calls use and both surfaces drive one run. The Sandbox column below says which tools answer there now; tools/list is always the authoritative set.

Seller tools

ToolDoesSandbox
publish_catalogPackages and taxonomy versions (integrity-checked)Planned
update_rates / update_availsCommit-versioned cards; tri-state availsPlanned
list_review_queueOrders awaiting your decisionPlanned
decide_orderApprove, reject, or counter, per unit; counters open a negotiation roundLive

The sandbox seller is read-only apart from the decision: it publishes a seeded catalog rather than accepting one, so the three publish tools have no endpoint behind them yet. list_review_queue has one (GET /v1/me/orders) and no tool wrapping it.

Buyer tools

ToolDoesSandbox
list_sellersSellers within your scopeLive
search_catalogPackages by seller, type, network, buy typeLive
get_availsTri-state availability, rates, locked-rate handlesLive
create_orderAny buy-type mix and workflow, including proposals from an audience plan or an open brief; idempotent on your external IDLive
get_orderThe current folded snapshot for one orderLive
get_eventsReplay an order's events in sequence, from after_seqLive
list_ordersSweeps across the order bookPlanned
confirm_orderResume document-path confirmationsPlanned
respond_negotiationAccept, counter, or withdrawPlanned
cancel_orderIdempotent cancelPlanned

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.