Gelato Network

Gelato Network MCP Connector for Claude

A+

Automate Web3 transactions via Gelato — relay transactions, manage ERC-4337 UserOperations, and get real-time gas estimates across multiple chains.

12 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Gelato Network account to any AI agent and automate complex Web3 infrastructure workflows through natural conversation. Gelato provides the ultimate reliability for transaction relaying and account abstraction.

What you can do

  • Transaction Relaying — Submit signed transactions for relaying on various chains, supporting both asynchronous and synchronous (wait-for-inclusion) modes.
  • Account Abstraction (ERC-4337) — Submit and estimate gas for UserOperations using Gelato's high-performance Bundler.
  • Real-time Status Tracking — Monitor the lifecycle of your relayed tasks using unique task IDs to ensure successful on-chain execution.
  • Gas & Fee Intelligence — Retrieve token exchange rates, gas price data, and precise fee quotes for specific gas amounts and tokens.
  • Chain Capabilities — Query supported payment tokens and fee collector addresses for any supported blockchain network.

How it works

  1. Subscribe to this server
  2. Enter your Gelato API Key
  3. Start automating your Web3 operations from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Web3 Developers — integrate gasless transactions and account abstraction directly from your coding environment.
  • DevOps Engineers — monitor transaction statuses and manage infrastructure costs without leaving the terminal.
  • Protocol Teams — automate fee calculations and transaction relaying for cross-chain operations.
web3ethereumaccount-abstractionrelayergasless-transactions

12 tools expose this connector's capabilities to your AI agent.

bundler_estimate_user_operation_gas

Estimate gas for a UserOperation

bundler_get_user_operation_by_hash

Retrieve UserOperation details by hash

bundler_get_user_operation_gas_price

Get current gas prices for UserOperations

bundler_get_user_operation_receipt

Get the receipt of a UserOperation

bundler_send_user_operation

Submit an ERC-4337 UserOperation

bundler_supported_entry_points

List supported EntryPoint addresses

relayer_get_capabilities

Get supported payment tokens and fee collectors

relayer_get_fee_data

Get token exchange rates and gas price data

relayer_get_fee_quote

Get a fee quote for a specific gas amount

relayer_get_status

Check the status of a relayed transaction

relayer_send_transaction_sync

Submit a transaction and wait for inclusion

relayer_send_transaction

Returns a unique 32-byte task ID for tracking. Submit a signed transaction for relaying

See how to talk to your AI agent using Gelato Network.

Relay this signed transaction data to address 0x123... on Polygon (chainId 137).

I've submitted the transaction to Gelato Relayer. Your Task ID is 0xabc123... You can check its status anytime using this ID.

What is the current status of Gelato task 0x550e8400-e29b-41d4-a716-446655440000?

The task is currently 'ExecSuccess'. It was included in block 1523421. Would you like to see the full transaction receipt?

Estimate gas for this UserOperation on Optimism (chainId 10).

I've calculated the gas limits for your UserOperation on Optimism. The estimated callGasLimit is 45000 and verificationGasLimit is 120000.

Use the `relayer_get_status` tool with the Task ID returned during submission. It will provide the current execution state and, if completed, the transaction receipt logs.

Related Connectors