# SafeRoute (remote · api.usesaferoute.com)

Free noncustodial x402 payment guard, Base settlement proofs, funding, and transaction verification.

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

## Components

- remote · `api.usesaferoute.com`: 60/100 (this document), [markdown](https://verifymcp.io/servers/crystalsignal-saferoute/api.md), [page](https://verifymcp.io/servers/crystalsignal-saferoute/api)

## Channel facts

- Endpoint: `https://api.usesaferoute.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.15.0`

## 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-08-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 13 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**: 54/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 922 tokens (~70/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http crystalsignal-saferoute https://api.usesaferoute.com/mcp
```

### Codex

```toml
[mcp_servers.crystalsignal-saferoute]
url = "https://api.usesaferoute.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "crystalsignal-saferoute": {
      "type": "remote",
      "url": "https://api.usesaferoute.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add crystalsignal-saferoute --url https://api.usesaferoute.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  crystalsignal-saferoute:
    url: "https://api.usesaferoute.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "crystalsignal-saferoute": {
      "type": "http",
      "url": "https://api.usesaferoute.com/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-08-21 (score 60, +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-08-19 (score 59, +1)

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

### 2026-08-17 (score 58, +1)

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

### 2026-08-15 (score 57, +1)

- [functional] Server version: 0.14.0 → 0.15.0

### 2026-08-14 (score 56, 0)

- [functional] New tool “check_wallet_risk”

### 2026-08-13 (score 56, 0)

- [functional improvement] Stability: unverified → 0.03
- [functional] Server version: 0.13.0 → 0.14.0
- [functional] New tool “protect_payment”

### 2026-08-12 (score 56)

First indexed and scored.

## MCP tools (13)

### `protect_payment` (~77 tokens)

One automatic x402 payment-safety front door: pre-payment ALLOW/BLOCK, duplicate-safe ID binding, policy risk reasons, and optional mined-settlement verification. Free and rate-limited; the buyer signs and pays.

Input parameters:

- `idempotencyKey` (string, required)
- `payment` (object, required)
- `settlement` (object)

### `check_base_swap` (~73 tokens)

Wallet-free approved-token Base swap safety preflight. Costs $0.001 USDC.

Input parameters:

- `amount` (string, required)
- `from` (string, required)
- `intentId` (string)
- `referralCode` (string)
- `sourceAgentId` (string)
- `to` (string, required)

### `get_safe_swap_quote` (~96 tokens)

Safety-checked noncustodial Base swap quote. Costs $0.01 USDC; the buyer signs and broadcasts.

Input parameters:

- `amount` (string, required)
- `executionMode` (string)
- `from` (string, required)
- `intentId` (string)
- `referralCode` (string)
- `sourceAgentId` (string)
- `to` (string, required)
- `wallet` (string, required)

### `prove_safe_action` (~113 tokens)

Create a signed pre-sign ALLOW, BLOCK, or REVIEW receipt. Costs $0.05 USDC.

Input parameters:

- `action` (string, required)
- `amount` (string)
- `executionMode` (string)
- `from` (string)
- `intentId` (string)
- `referralCode` (string)
- `sourceAgentId` (string)
- `to` (string)
- `token` (string)
- `transaction` (object)
- `wallet` (string)

### `check_wallet_risk` (~59 tokens)

Read-only Base wallet account-posture check. Costs $0.01 USDC.

Input parameters:

- `intentId` (string)
- `referralCode` (string)
- `sourceAgentId` (string)
- `wallet` (string, required)

### `check_token_risk` (~58 tokens)

Approved Base token risk and liquidity check. Costs $0.03 USDC.

Input parameters:

- `intentId` (string)
- `referralCode` (string)
- `sourceAgentId` (string)
- `token` (string, required)

### `preflight_transaction` (~70 tokens)

Decode and simulate approved Base ERC-20 calldata or SafeRoute's exact official ERC-8004 registration. Costs $0.05 USDC.

Input parameters:

- `intentId` (string)
- `referralCode` (string)
- `sourceAgentId` (string)
- `transaction` (object, required)

### `prepare_token_transfer` (~80 tokens)

Prepare a bounded, simulated unsigned Base token transfer. Costs $0.10 USDC.

Input parameters:

- `amount` (string, required)
- `intentId` (string)
- `recipient` (string, required)
- `referralCode` (string)
- `sender` (string, required)
- `sourceAgentId` (string)
- `token` (string, required)

### `guard_base_trade` (~89 tokens)

Complete pre-sign trade guard with route and simulation evidence. Costs $0.49 USDC.

Input parameters:

- `amount` (string, required)
- `executionMode` (string)
- `from` (string, required)
- `intentId` (string)
- `referralCode` (string)
- `sourceAgentId` (string)
- `to` (string, required)
- `wallet` (string, required)

### `verify_transaction_intent` (~67 tokens)

Compare a mined Base transaction with buyer intent. Costs $0.05 USDC.

Input parameters:

- `intent` (object, required)
- `intentId` (string)
- `referralCode` (string)
- `sourceAgentId` (string)
- `transactionHash` (string, required)

### `verify_swap_execution` (~52 tokens)

Verify a standard-mode SafeRoute Base execution against its signed receipt. Free; referral payouts remain disabled.

Input parameters:

- `receipt` (object, required)
- `receiptSignature` (string, required)
- `transactionHash` (string, required)

### `route_agent_payment` (~60 tokens)

Prepare a bounded, simulated exact-buy route to a payer-owned Base USDC target covering the x402 payment and optional buffer. Costs $0.05 USDC; buyer confirms funding, then retries standard x402 once.

Input parameters:

- `request` (object, required)

### `list_supported_assets` (~28 tokens)

List SafeRoute's seven approved Base assets, limits, fees, and execution modes. Free.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/crystalsignal-saferoute/api#diagnostics

## Score history

- 2026-08-21: 60
- 2026-08-20: 59
- 2026-08-19: 59
- 2026-08-18: 58
- 2026-08-17: 58
- 2026-08-16: 57
- 2026-08-15: 57
- 2026-08-14: 56
- 2026-08-13: 56
- 2026-08-12: 56

## Links

- Remote endpoint: https://api.usesaferoute.com/mcp
- Repository: https://github.com/crystalsignal/saferoute
- Website: https://api.usesaferoute.com/
- Changelog RSS feed: https://verifymcp.io/servers/crystalsignal-saferoute/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/crystalsignal-saferoute/api.json
- HTML version of this page: https://verifymcp.io/servers/crystalsignal-saferoute/api
