← Back to Plugins
MCP Server MCP

Robyn — Gasless Cross-Chain for AI Agents

github By github 👁 1 views ▲ 0 votes

Gasless cross-chain for AI agents: 25 nodes incl. Solana & native Bitcoin. One signature, no gas.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.anygas.xyz/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "anygas-mcp",
      "version": "1.0.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Robyn gateway (gasless quote/route/execute API). Optional — defaults to https://api.anygas.xyz/svc.",
          "name": "ROBYN_SVC"
        },
        {
          "description": "Optional hex private key. If set, the server signs and submits gasless intents autonomously; if omitted, it returns unsigned intents for the agent/user to sign.",
          "isSecret": true,
          "name": "ROBYN_SIGNER_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...