Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Rialto Swap (read-only)

io.github.hoodly-agent/mcp-rialto

Read-only MCP for Rialto quotes and swap preflight on Robinhood Chain. No signing or broadcast.

Uptime
100.0%
1 direct probes · 30d
Response
795ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

rialto_list_tokens

List every token quotable on Rialto for Robinhood Chain (symbol, address, decimals, type). Public endpoint; call this before quoting to resolve symbols and decimals.

rialto_get_quote

Get a best-execution swap quote from Rialto. Returns human-unit amounts, the guaranteed minimum, every fee line, route stats, and blockers (issues). sellAmount is a HUMAN decimal like "0.01", never ra…

rialto_preflight

Validate a Rialto quote (as returned by rialto_get_quote) against baseline safety checks — issues, settlement sanity, staleness, slippage ceiling, fee cap, zero-output guard. Returns ok / refusals / w…

rialto_build_unsigned_tx

Return the unsigned payload for a USER-signed wallet to complete: the tx object and, for Permit2 settlement, the EIP-712 typed data plus the byte offset where the wallet layer splices the 65-byte sign…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "rialto_swap_(read-only)": {
      "url": "https://mcp-rialto.hoodly.io/mcp",
      "transport": "streamable-http"
    }
  }
}