← Registry

Developer Tools

anygas.xyz

Provides gasless cross-chain token transfers and yield account management across multiple blockchains.

x402 supported2 endpoints46 known toolsFirst detected July 25, 2026Last detected August 6, 2026

ENDPOINT 1

https://api.anygas.xyz/mcp

No auth detected

MCP server metadata

Name
robyn
Version
1.0.3
Capabilities
tools.listChanged

Known tools 23

robyn_mesh

List the Robyn gasless chains and the cross-chain route graph (22 EVM nodes + Stellar), plus the relayer/Permit2 addresses.

Inferred read-only
robyn_quote

Best gasless route to move a token from one Robyn chain to another.

Inferred read-only
robyn_preflight

Run this before robyn_prepare/robyn_submit.

Inferred read-only
robyn_vip_status

Check whether an address holds a recognised member NFT and what it gets.

Inferred read-only
robyn_route_status

Status of an in-flight route by id (BRIDGING → DONE), with the destination tx once delivered.

Inferred read-only
robyn_cross_chain

Plan a gasless cross-chain move and get the exact payload to sign.

Inferred read-only
robyn_prepare

Turn a plain-language or structured intent into a concrete plan plus the EXACT payload to sign.

Inferred read-only
robyn_sandbox_do

Runs the identical path end to end against the sandbox: no key, no funds, no broadcast.

Inferred read-only
robyn_submit

Relay an intent you already signed.

Inferred read-only
robyn_netting_info

Explains the opt-in netting ledger: transfers between two ENROLLED accounts settle as a book entry — no chain, no gas, no fee, instant, at ANY size including amounts below every per-chain cost floor.

Inferred read-only
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.

Potential side effects
robyn_netting_preview

Free and read-only.

Inferred read-only
robyn_netting_statement

Internal transfers produce NO transaction hash because no transaction occurs — this append-only journal is their only record.

Inferred read-only
robyn_netting_reserves

Publishes what Robyn OWES across all netting accounts against the real relayer float backing it, per chain.

Inferred read-only
robyn_netting_enroll_payload

Returns the EXACT message the account must sign with its OWN key to open a custodial balance.

Potential side effects
robyn_netting_transfer_payload

Returns the exact string to sign, with the correct next nonce, for a free instant transfer between two ENROLLED accounts.

Potential side effects
robyn_errors

The full error taxonomy: every errorCode, whether it is retryable, and the suggested recovery action.

Inferred read-only
robyn_7702_delegate

The canonical Robyn EIP-7702 batch-executor delegate: its address on each of the 22 EVM chains, the ABI, and the EIP-712 scheme for executeSigned.

Inferred read-only
robyn_7702_check

Check that a signed EIP-7702 authorization tuple recovers the expected account, and whether its nonce matches the live account nonce.

Inferred read-only
robyn_sponsor_7702

Price or request an EIP-7702 sponsored transaction: Robyn submits your signed authorization as a type-4 transaction and PAYS THE GAS, so your account needs no native token.

Inferred read-only
robyn_yield_account

An agent's own Aave v3 / Moonwell position (aUSDC/mUSDC) per chain + the capped allowance it granted the relayer + live APY (best-yield auto-selected).

Inferred read-only
robyn_yield_quote

Read-only JIT quote: how a spend would be fulfilled from an agent's Aave yield venue (draw <= your allowance -> Aave/Moonwell withdraw -> gasless deliver).

Inferred read-only
robyn_yield_spend

Spend from your yield (Aave v3 or Moonwell) with ONE EIP-712 signature: Robyn pulls only up to your on-chain aUSDC/mUSDC allowance, unwinds exactly what is needed, and delivers gaslessly; the remainder keeps earning.

Inferred read-only

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.

ENDPOINT 2

https://anygas.xyz/mcp

No auth detected

MCP server metadata

Name
robyn
Version
1.0.3
Capabilities
tools.listChanged

Known tools 23

robyn_mesh

List the Robyn gasless chains and the cross-chain route graph (22 EVM nodes + Stellar), plus the relayer/Permit2 addresses.

Inferred read-only
robyn_quote

Best gasless route to move a token from one Robyn chain to another.

Inferred read-only
robyn_preflight

Run this before robyn_prepare/robyn_submit.

Inferred read-only
robyn_vip_status

Check whether an address holds a recognised member NFT and what it gets.

Inferred read-only
robyn_route_status

Status of an in-flight route by id (BRIDGING → DONE), with the destination tx once delivered.

Inferred read-only
robyn_cross_chain

Plan a gasless cross-chain move and get the exact payload to sign.

Inferred read-only
robyn_prepare

Turn a plain-language or structured intent into a concrete plan plus the EXACT payload to sign.

Inferred read-only
robyn_sandbox_do

Runs the identical path end to end against the sandbox: no key, no funds, no broadcast.

Inferred read-only
robyn_submit

Relay an intent you already signed.

Inferred read-only
robyn_netting_info

Explains the opt-in netting ledger: transfers between two ENROLLED accounts settle as a book entry — no chain, no gas, no fee, instant, at ANY size including amounts below every per-chain cost floor.

Inferred read-only
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.

Potential side effects
robyn_netting_preview

Free and read-only.

Inferred read-only
robyn_netting_statement

Internal transfers produce NO transaction hash because no transaction occurs — this append-only journal is their only record.

Inferred read-only
robyn_netting_reserves

Publishes what Robyn OWES across all netting accounts against the real relayer float backing it, per chain.

Inferred read-only
robyn_netting_enroll_payload

Returns the EXACT message the account must sign with its OWN key to open a custodial balance.

Potential side effects
robyn_netting_transfer_payload

Returns the exact string to sign, with the correct next nonce, for a free instant transfer between two ENROLLED accounts.

Potential side effects
robyn_errors

The full error taxonomy: every errorCode, whether it is retryable, and the suggested recovery action.

Inferred read-only
robyn_7702_delegate

The canonical Robyn EIP-7702 batch-executor delegate: its address on each of the 22 EVM chains, the ABI, and the EIP-712 scheme for executeSigned.

Inferred read-only
robyn_7702_check

Check that a signed EIP-7702 authorization tuple recovers the expected account, and whether its nonce matches the live account nonce.

Inferred read-only
robyn_sponsor_7702

Price or request an EIP-7702 sponsored transaction: Robyn submits your signed authorization as a type-4 transaction and PAYS THE GAS, so your account needs no native token.

Inferred read-only
robyn_yield_account

An agent's own Aave v3 / Moonwell position (aUSDC/mUSDC) per chain + the capped allowance it granted the relayer + live APY (best-yield auto-selected).

Inferred read-only
robyn_yield_quote

Read-only JIT quote: how a spend would be fulfilled from an agent's Aave yield venue (draw <= your allowance -> Aave/Moonwell withdraw -> gasless deliver).

Inferred read-only
robyn_yield_spend

Spend from your yield (Aave v3 or Moonwell) with ONE EIP-712 signature: Robyn pulls only up to your on-chain aUSDC/mUSDC allowance, unwinds exactly what is needed, and delivers gaslessly; the remainder keeps earning.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for anygas.xyz was fetched 2026-07-27T20:57:39.647Z.

Trust status Neutral

anygas.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.