INDIVIDUAL MCP TOOL
robyn_netting_account
Whether an address is enrolled (and therefore custodied), its internal balance, recent history, and `nextNonce` — which you MUST use when signing the next transfer or withdrawal.
LIVE ENDPOINT
https://anygas.xyz/mcp
Connect to this endpoint to inspect the live schema for robyn_netting_account 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.robyn]
url = "https://anygas.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"robyn": {
"type": "http",
"url": "https://anygas.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: robyn
Remote MCP URL: https://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://anygas.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"robyn": {
"type": "http",
"url": "https://anygas.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "robyn",
"transport": "streamable-http",
"url": "https://anygas.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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_preflight— Run this before robyn_prepare/robyn_submit.robyn_vip_status— Check whether an address holds a recognised member NFT and what it gets.robyn_route_status— Status of an in-flight route by id (BRIDGING → DONE), with the destination tx once delivered.robyn_cross_chain— Plan a gasless cross-chain move and get the exact payload to sign.robyn_prepare— Turn a plain-language or structured intent into a concrete plan plus the EXACT payload to sign.robyn_sandbox_do— Runs the identical path end to end against the sandbox: no key, no funds, no broadcast.