Rialto Swap (read-only) MCP server
Read-only MCP for Rialto quotes and swap preflight on Robinhood Chain. No signing or broadcast.
Little public usage data yet
Reviews
Write oneNobody has reviewed Rialto Swap (read-only) yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Rialto Swap (read-only) tools (4)
write = sends, deletes, buys or postsrialto_build_unsigned_txFreeReturn 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 signature. This server never signs — it only shapes what a wallet needs to sign.
rialto_get_quoteFreeGet 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 raw units. Requires RIALTO_API_KEY.
rialto_list_tokensFreeList every token quotable on Rialto for Robinhood Chain (symbol, address, decimals, type). Public endpoint; call this before quoting to resolve symbols and decimals.
rialto_preflightFreeValidate 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 / warnings / notes. Run before any signing step.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 4946ms17/20
- Tool poisoning4 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityno repository or website to verify2/10
Install directly
claude mcp add --transport http mcp-rialto https://mcp-rialto.hoodly.io/mcp
Rialto Swap (read-only): common questions
- Is Rialto Swap (read-only) MCP server safe?
- With care: it is graded C, so read the findings first (63/100). Read the Rialto Swap (read-only) safety report
- How do I install Rialto Swap (read-only)?
- It runs remotely at mcp-rialto.hoodly.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Rialto Swap (read-only) need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Rialto Swap (read-only) maintained?
- The latest release is v0.1.1.
- Is Rialto Swap (read-only) up?
- 100% of our last 28 checks got an answer. We check remote servers about four times a day.