INDIVIDUAL MCP TOOL
double_quote
Compares ranked routes for TWO swap legs at once — "Double Out" (one source token split into two destinations) or "Double In" (two source tokens converging on one destination).
LIVE ENDPOINT
https://swap.vurto.cc/mcp
Connect to this endpoint to inspect the live schema for double_quote 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
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.vurto-swap]
url = "https://swap.vurto.cc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vurto-swap": {
"type": "http",
"url": "https://swap.vurto.cc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vurto-swap
Remote MCP URL: https://swap.vurto.cc/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": {
"vurto-swap": {
"url": "https://swap.vurto.cc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vurto-swap": {
"type": "http",
"url": "https://swap.vurto.cc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vurto-swap",
"transport": "streamable-http",
"url": "https://swap.vurto.cc/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
swap_quote— Compare ranked routes across providers for a swap, without building or spending anything.swap_build— Build a signable/sendable plan for a swap.double_build— Builds signable/sendable plans for BOTH legs of a Double Out or Double In swap — two ordinary swap_build calls under the hood, kept together for convenience.nn_quote— N:N — quotes a basket where N input tokens fund M output tokens in ONE atomic on-chain transaction.nn_build— Builds ONE signable/sendable atomic transaction executing every leg of an N:N basket through VurtoSwapRouter.prepare_signing— Synthesizes the local CLI signer invocation for one step of a swap_build plan.report_execution— Reports a completed swap, closing the loop.swap_status— Re-checks a swap.