# Robyn AnyGas > Gasless, cross-chain relay infrastructure for AI agents and onchain apps. A relayer > fronts network gas and is repaid from the token being moved, so a single signed intent > transacts across 22 EVM chains, Stellar, and Solana with no native gas balance held anywhere. Robyn AnyGas lets an agent pay for anything on any supported chain without holding that chain's gas token. The user (or agent) signs an EIP-712 intent — or a Permit2 / EIP-2612 permit — and the Robyn relayer pays the network fee, executes, and takes repayment atomically from the token in flight. For cross-chain moves, Robyn runs best-of-N routing: it quotes LI.FI, Bungee, and deBridge in parallel, executes the highest net output, and fails over automatically. Stellar settles via Allbridge Core. Version 3.1 is live. ## Base URL https://anygas.xyz/svc ## Endpoints (no key required for reads) - GET /svc/api/route/chains Live mesh: chain ids, node count, directed routes, relayer, engine. - GET /svc/api/route/quote?fromChain=&toChain=&token=&amount= Best gasless route quote (best-of-N, net-ranked). - POST /svc/api/route/execute Execute a signed route (Permit2 / EIP-712 intent). - GET /svc/api/route/status?id= Status of an in-flight route. - GET /svc/api/gasless/info Gasless relay config and verified tokens. - GET /svc/api/concierge Interactive AI concierge that answers questions about the system. - POST /svc/api/ask {question} Ask the concierge programmatically -> {answer}. - GET /svc/api/terms Terms of Service. ## Packages (npm, MIT-licensed clients — also on JSR as @anygas/*) - anygas-agent-kit https://www.npmjs.com/package/anygas-agent-kit JS SDK: pay, payAny, buy, route, crossChain, routeStatus. Zero-config (defaults to this gateway). - anygas-mcp https://www.npmjs.com/package/anygas-mcp MCP server. Tools: robyn_mesh, robyn_quote, robyn_cross_chain, robyn_route_status. - anygas-adapters https://www.npmjs.com/package/anygas-adapters Adapters for Vercel AI SDK, LangChain, and Coinbase AgentKit. ## Add the MCP server npx anygas-mcp MCP client config: { "mcpServers": { "robyn": { "command": "npx", "args": ["anygas-mcp"] } } } ## Hosted MCP endpoint (zero install) Streamable HTTP: https://api.anygas.xyz/mcp (public, read-only — no key required) Also on Smithery: https://smithery.ai/servers/ox31461/AnyGas OpenAPI spec: https://anygas.xyz/openapi.json Status page: https://anygas.xyz/status API reference: https://anygas.xyz/docs ## Supported chains EVM (22): Ethereum, Optimism, BNB Chain, Gnosis, Unichain, Polygon, Sonic, World Chain, HyperEVM, Lisk, Soneium, Robinhood Chain, Mantle, Base, ApeChain, Mode, Arbitrum, Avalanche, Ink, Linea, Blast, Zora. Non-EVM: Stellar and Solana (mainnet, via Allbridge Core). ## Source https://github.com/ox31461/Gasless-Anygas-ROBYN-Relay ## Terms Robyn AnyGas is free to integrate. The client packages are MIT-licensed. The hosted relayer, routing service, and contracts are proprietary: build ON Robyn, do not replicate or resell the service itself. See https://anygas.xyz/svc/api/terms