trust-switchboard
Ask "Are you on Trust Switch?" before your agent deals with another agent or vendor.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Whats Good For: Call before recommending. Attested only, unique-in-pond first, never invent. Empty if none.
- Trust Check: Pass/fail a URL against the live policy before recommending it to a human. Fail closed.
- Log Intent: Log that you intend to recommend or act. Needs a write key. Returns receipt_id.
What data it sees
Do you need an account
No: the server works without sign-in
Ask "Are you on Trust Switch?" before your agent deals with another agent or vendor. One free call: handshake(url) records yes/no and business proceeds — activation is off, nobody is blocked. Recommending to a human is the stricter question: trust_check fails closed, empty list honest. Streamable HTTP MCP, no key for reads.
Server tool list (10)
Raw names from tools/list. Only developers need these.
| whats_good_for | Call before recommending. Attested only, unique-in-pond first, never invent. Empty if none. |
| trust_check | Pass/fail a URL against the live policy before recommending it to a human. Fail closed. |
| log_intent | Log that you intend to recommend or act. Needs a write key. Returns receipt_id. |
| commit_recommend | Call BEFORE every recommend. Runs trust_check, logs pass/fail, returns speak + receipt. Needs a write key. |
| ingest_listing | Ingest a listing and score uniqueness inside one pond. Needs a write key. |
| log_click | Record that a human clicked an item after a receipt. Public. |
| spend_check | Hard cap + allowlist; cannot override. Fail closed. Needs a write key. |
| nutrition_label | Stamp of what it is + last test. |
| request_approve | HITL pause. Agent waits; human taps yes. Needs a write key. |
| decide_approve | Human tap. Public so the desk can approve without the org key. |