# Trust Switchboard (remote · 170.64.146.185.sslip.io)

Ask "Are you on Trust Switch?" before your agent deals with another agent. Free. Never blocks.

- Trust score: 67/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `170.64.146.185.sslip.io`: 67/100 (this document), [markdown](https://verifymcp.io/servers/paul-salviani-trust-switchboard/170.md), [page](https://verifymcp.io/servers/paul-salviani-trust-switchboard/170)

## Channel facts

- Endpoint: `https://170.64.146.185.sslip.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 53/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 582 tokens (~52/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 67/100
  - Stability observed for 20 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Trust Switchboard MCP server?

Trust Switchboard is a hosted endpoint at https://170.64.146.185.sslip.io/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http paul-salviani-trust-switchboard 'https://170.64.146.185.sslip.io/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "paul-salviani-trust-switchboard": {
      "url": "https://170.64.146.185.sslip.io/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "paul-salviani-trust-switchboard": {
      "type": "http",
      "url": "https://170.64.146.185.sslip.io/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.paul-salviani-trust-switchboard]
url = "https://170.64.146.185.sslip.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "paul-salviani-trust-switchboard": {
      "type": "remote",
      "url": "https://170.64.146.185.sslip.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add paul-salviani-trust-switchboard --url 'https://170.64.146.185.sslip.io/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  paul-salviani-trust-switchboard:
    url: "https://170.64.146.185.sslip.io/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "paul-salviani-trust-switchboard": {
      "Transport": "http",
      "Url": "https://170.64.146.185.sslip.io/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add paul-salviani-trust-switchboard -t streamable-http -u 'https://170.64.146.185.sslip.io/mcp'
```

### Other

```json
{
  "mcpServers": {
    "paul-salviani-trust-switchboard": {
      "type": "http",
      "url": "https://170.64.146.185.sslip.io/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 63, 0)

- [functional regression] Schema quality: 492 → 582
- [functional] New tool “handshake”

### 2026-09-12 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (11)

### `whats_good_for` (~51 tokens)

Call before recommending. Attested only, unique-in-pond first, never invent. Empty if none.

Input parameters:

- `limit` (integer)
- `pond` (string)
- `query` (string, required)

### `trust_check` (~34 tokens)

Pass/fail a URL against the live policy before recommending it to a human. Fail closed.

Input parameters:

- `url` (string, required)

### `handshake` (~90 tokens)

Bot meets bot: ask 'Are you on Trust Switch?' before dealing with another agent or vendor. Records yes/no. While activation is off (default) business proceeds either way. Not a recommend gate; use trust_check for that.

Input parameters:

- `activation` (string)
- `asker` (string)
- `context` (string)
- `their_answer` (string)
- `url` (string, required)

### `log_intent` (~64 tokens)

Log that you intend to recommend or act. Needs a write key. Returns receipt_id.

Input parameters:

- `action` (string, required)
- `policy_id` (string)
- `query` (string, required)
- `result` (string)
- `target_url` (string, required)

### `commit_recommend` (~63 tokens)

Call BEFORE every recommend. Runs trust_check, logs pass/fail, returns speak + receipt. Needs a write key.

Input parameters:

- `action` (string, required)
- `policy_id` (string)
- `query` (string, required)
- `target_url` (string, required)

### `ingest_listing` (~69 tokens)

Ingest a listing and score uniqueness inside one pond. Needs a write key.

Input parameters:

- `name` (string, required)
- `one_liner` (string)
- `org_id` (string)
- `pond` (string)
- `summary` (string)
- `url` (string, required)

### `log_click` (~45 tokens)

Record that a human clicked an item after a receipt. Public.

Input parameters:

- `item_id` (string)
- `item_url` (string, required)
- `receipt_id` (string)

### `spend_check` (~48 tokens)

Hard cap + allowlist; cannot override. Fail closed. Needs a write key.

Input parameters:

- `action` (string, required)
- `amount_usd` (number, required)
- `url` (string, required)

### `nutrition_label` (~24 tokens)

Stamp of what it is + last test.

Input parameters:

- `url` (string, required)

### `request_approve` (~56 tokens)

HITL pause. Agent waits; human taps yes. Needs a write key.

Input parameters:

- `action` (string, required)
- `amount_usd` (number)
- `query` (string, required)
- `target_url` (string, required)

### `decide_approve` (~38 tokens)

Human tap. Public so the desk can approve without the org key.

Input parameters:

- `approval_id` (string, required)
- `decision` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/paul-salviani-trust-switchboard/170#diagnostics

## Score history

- 2026-09-21: 67
- 2026-09-20: 67
- 2026-09-19: 66
- 2026-09-18: 66
- 2026-09-17: 65
- 2026-09-16: 65
- 2026-09-15: 64
- 2026-09-14: 64
- 2026-09-13: 63
- 2026-09-12: 63
- 2026-09-11: 62
- 2026-09-10: 62
- 2026-09-09: 61
- 2026-09-08: 61
- 2026-09-07: 61
- 2026-09-06: 60
- 2026-09-05: 60
- 2026-09-04: 59
- 2026-09-03: 59
- 2026-09-02: 58
- 2026-09-01: 58

## Common questions

### What is the Trust Switchboard MCP server?

Trust Switchboard is an MCP server listed in the public MCP registry as io.github.paul-salviani/trust-switchboard. Ask "Are you on Trust Switch?" before your agent deals with another agent. Free. Never blocks. This page covers its hosted endpoint (https://170.64.146.185.sslip.io/mcp).

### Is the Trust Switchboard MCP server safe to use?

Trust Switchboard scores 67 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Trust Switchboard MCP server expose?

Trust Switchboard exposes 11 tools: whats_good_for, trust_check, handshake, log_intent, commit_recommend, and 6 more. Their descriptions and schemas cost roughly 582 tokens of context every time the server is loaded.

### Does the Trust Switchboard MCP server require authentication?

No. We connected to Trust Switchboard without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Trust Switchboard MCP server still maintained?

Trust Switchboard is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://170.64.146.185.sslip.io/mcp
- Repository: https://github.com/paul-salviani/trust-switchboard
- Website: https://170.64.146.185.sslip.io/
- Changelog RSS feed: https://verifymcp.io/servers/paul-salviani-trust-switchboard/170.xml
- Changelog JSON feed: https://verifymcp.io/servers/paul-salviani-trust-switchboard/170.json
- HTML version of this page: https://verifymcp.io/servers/paul-salviani-trust-switchboard/170
