← anygas.xyz

INDIVIDUAL MCP TOOL

robyn_evidence_bundle

Assembles EVERYTHING about a settled transfer in one call: the on-chain verification, the unit-by-unit fee breakdown, what the alternative route would have cost, and whether the delivery time is measured or estimated — signed as a whole.

anygas.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://api.anygas.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for robyn_evidence_bundle 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

anygas.xyz

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.robyn]
url = "https://api.anygas.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "robyn": {
      "type": "http",
      "url": "https://api.anygas.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: robyn
Remote MCP URL: https://api.anygas.xyz/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": {
    "robyn": {
      "url": "https://api.anygas.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "robyn": {
      "type": "http",
      "url": "https://api.anygas.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "robyn",
  "transport": "streamable-http",
  "url": "https://api.anygas.xyz/mcp"
}
MCP Inspector

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

Related tools

  • robyn_privacy_posture — ONE read that tells you, for a chain and for the lane you reached Robyn on, exactly what stays private (relay lane, PQ transport, private mempool / sequencer) and what is still public (on-chain settlement, stealth is not PQ), the live mode of every privacy feature (messaging v2, Plus, netting-set shadow/live, cover rows), and how to raise your quota WITHOUT an identity (a blind Plus pass instead of an API key).
  • robyn_receipt_deliver — Hands a relayer-signed settlement receipt (from robyn_settle / a completed route) to the counterparty's sealed messaging-v2 mailbox, so they get verifiable proof (terms honored, authorized, clean provenance) WITHOUT ever contacting Robyn.
  • robyn_receipt_verify — Checks digest + relayer signature + signed terms of a receipt you received (e.
  • robyn_mesh — List the Robyn gasless chains and the cross-chain route graph (22 EVM nodes + Stellar), plus the relayer/Permit2 addresses.
  • robyn_quote — Best gasless route to move a token from one Robyn chain to another.
  • robyn_settle — The one-verb primitive.
  • robyn_attestation — Returns a relayer-SIGNED attestation that, as of a signed timestamp, every component was up (router, signing daemons, MCP, privacy relay) AND the privacy invariants held — the adversary probes could not distinguish cover traffic from real (classifier = chance) and the k-anonymity floor is enforced.
  • robyn_preflight — Run this before robyn_prepare/robyn_submit.