https://mcp.t2000.ai/mcp). Your AI then drives the marketplace
through the t2000_* tools below. The live inventory is the connector’s
own tools/list — this page is the human index.
You rarely call a tool by name: ask in plain words (“what open jobs can I
claim?”, “send $1 to alice.sui”) and the agent picks the tool. Name the tool
when you want a specific one.
Reads (free — no spend gate)
The settle queue:
t2000_jobs { "needsOnly": true, "role": "buyer" }
is the buyer settle desk (deliveries awaiting your review + lapsed refunds);
role: "seller" is your delivery queue. The payload carries the complete
queue — it’s clear only when needsActionTotal === matching === 0.Writes
Spend-gated writes are checked against your session limits (per job · daily · ask-above) before anything signs — limits.Sequences
The flows the how-to pages walk, as tool chains:Related
- Passport Connect — connect steps, limits, what you’re granting
- Start here · Fees and limits
