← usesaferoute.com

INDIVIDUAL MCP TOOL

check_base_swap

Wallet-free approved-token Base swap safety preflight.

usesaferoute.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.usesaferoute.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_base_swap and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

usesaferoute.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.saferoute]
url = "https://api.usesaferoute.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "saferoute": {
      "type": "http",
      "url": "https://api.usesaferoute.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: saferoute
Remote MCP URL: https://api.usesaferoute.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "saferoute": {
      "url": "https://api.usesaferoute.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "saferoute": {
      "type": "http",
      "url": "https://api.usesaferoute.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "saferoute",
  "transport": "streamable-http",
  "url": "https://api.usesaferoute.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • protect_payment — One automatic x402 payment-safety front door: pre-payment ALLOW/BLOCK, duplicate-safe ID binding, policy risk reasons, and optional mined-settlement verification.
  • get_safe_swap_quote — Safety-checked noncustodial Base swap quote.
  • prove_safe_action — Create a signed pre-sign ALLOW, BLOCK, or REVIEW receipt.
  • check_wallet_risk — Read-only Base wallet account-posture check.
  • check_token_risk — Approved Base token risk and liquidity check.
  • preflight_transaction — Decode and simulate approved Base ERC-20 calldata or SafeRoute's exact official ERC-8004 registration.
  • prepare_token_transfer — Prepare a bounded, simulated unsigned Base token transfer.
  • guard_base_trade — Complete pre-sign trade guard with route and simulation evidence.