ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Gelato Network with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate Web3 transactions via Gelato. relay transactions, manage ERC-4337 UserOperations, and get real-time gas estimates across multiple chains.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

The complete Gelato Network capability set.

These are the exact actions your AI can choose when you ask it to work with Gelato Network.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Gelato Network.

  1. 01

    Bundler estimate user operation gas

    Estimate gas for a UserOperation

  2. 02

    Bundler send user operation

    Submit an ERC-4337 UserOperation

  3. 03

    Relayer get fee data

    Get token exchange rates and gas price data

  4. 04

    Relayer send transaction

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

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Gelato Network.

  1. 05

    Bundler supported entry points

    List supported EntryPoint addresses

  2. 06

    Relayer get capabilities

    Get supported payment tokens and fee collectors

  3. 07

    Relayer get fee quote

    Get a fee quote for a specific gas amount

  4. 08

    Relayer get status

    Check the status of a relayed transaction

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Gelato Network.

  1. 09

    Bundler get user operation by hash

    Retrieve UserOperation details by hash

  2. 10

    Bundler get user operation gas price

    Get current gas prices for UserOperations

  3. 11

    Bundler get user operation receipt

    Get the receipt of a UserOperation

  4. 12

    Relayer send transaction sync

    Submit a transaction and wait for inclusion

Observed, not estimated

949ms average. Fast in production.

Gelato Network is checked daily against the live service.

Daily averagePeak 1196ms
Aug 20Today
Fastest day
771ms
Slowest day
1196ms
14-day trend
Slowing+48%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Gelato Network, so you can see the experience inside your AI.

It does not authenticate your account with Gelato Network. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Gelato Network Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_GEOLbnCleYGrUXwyjYCQIsNu6juUEnsytlCxzwcq/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Gelato Network capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "gelato-network-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_GEOLbnCleYGrUXwyjYCQIsNu6juUEnsytlCxzwcq/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Gelato Network owners ask.

  • 01

    How can I track the status of a transaction I just relayed?

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

  • 02

    Can I get a fee quote before sending a transaction?

    Yes! Use relayer_get_fee_quote by providing the chain ID, target token, and estimated gas amount. The agent will return the exact fee required for the operation.

  • 03

    Does this server support ERC-4337 Account Abstraction?

    Absolutely. You can use bundler_send_user_operation to submit operations and bundler_estimate_user_operation_gas to calculate the necessary gas limits for smart contract wallets.