INDIVIDUAL MCP TOOL
guard_base_trade
Complete pre-sign trade guard with route and simulation evidence.
LIVE ENDPOINT
https://api.usesaferoute.com/mcp
Connect to this endpoint to inspect the live schema for guard_base_trade and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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
check_base_swap— Wallet-free approved-token Base swap safety preflight.get_safe_swap_quote— Safety-checked noncustodial Base swap quote.prove_safe_action— Create a signed pre-sign ALLOW, BLOCK, or REVIEW receipt.check_token_risk— Approved Base token risk and liquidity check.preflight_transaction— Decode and simulate approved Base ERC-20 calldata.prepare_token_transfer— Prepare a bounded, simulated unsigned Base token transfer.verify_transaction_intent— Compare a mined Base transaction with buyer intent.verify_swap_execution— Verify a standard-mode SafeRoute Base execution against its signed receipt.