Gelato Network Connector for AI agents.
12 live capabilities
Automate Web3 transactions and account abstraction across multiple blockchains.
Waiting for input…
Why people use Gelato Network
Gelato Network: Automating Web3 Infrastructure for Developers
With this Connector, you just tell your agent what you want to do. You describe the transaction, and the agent handles the fee lookups, the relaying, and the status checks. You get a finished transaction and a receipt without ever leaving your chat interface.
What Vinkius changes
You get a way to automate complex blockchain infrastructure tasks through simple natural language commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Relaying a Polygon Transaction
A developer asks their agent to relay a signed transaction to a specific address on Polygon.
- Real-world use case 02
Calculating Gas for a dApp
A developer wants to know the cost of a complex move.
- Real-world use case 03
Monitoring Cross-Chain Tasks
A protocol team needs to know if a cross-chain move finished.
Complete set · 12capabilities
The complete Gelato Network capability set.
These are the exact actions your AI can choose when you ask it to work with Gelato Network.
01—04
4 capabilities in this set.
Part of 12 available through Gelato Network.
- 01 Capability
Bundler send user operation
Submit an ERC-4337 UserOperation to the Gelato Bundler. This is how you actually trigger account abstraction actions.
- 02 Capability
Bundler supported entry points
See a list of the EntryPoint addresses that the Bundler supports. Check this to make sure your network setup is compatible.
- 03 Capability
Relayer get capabilities
See which payment tokens and fee collectors are supported by the relayer. This helps you know what your users can actually use for fees.
- 04 Capability
Relayer get fee data
Get current token exchange rates and gas price data for the network. Use this to see the latest market data for relaying.
05—08
4 capabilities in this set.
Part of 12 available through Gelato Network.
- 05 Capability
Relayer get fee quote
Get a specific fee quote based on a required gas amount. This is perfect for getting a firm price before you commit.
- 06 Capability
Relayer get status
Check the current status of a transaction that was sent to the relayer. Use this to see if your task is still pending or done.
- 07 Capability
Bundler estimate user operation gas
Get an estimate of the gas required for a specific UserOperation. This helps you plan costs before you submit anything to the chain.
- 08 Capability
Bundler get user operation by hash
Find the details of a UserOperation using its unique hash. You can use this to look up the specifics of a past operation.
09—12
4 capabilities in this set.
Part of 12 available through Gelato Network.
- 09 Capability
Bundler get user operation gas price
Check the current gas prices specifically for UserOperations. This gives you a clear picture of the current network costs.
- 10 Capability
Bundler get user operation receipt
Pull the final receipt for a submitted UserOperation. Use this to confirm that a transaction actually finished correctly.
- 11 Capability
Relayer send transaction sync
Send a transaction and wait for it to be included in a block. This is useful when you need to know the result immediately.
- 12 Capability
Relayer send transaction
Submit a signed transaction to get a unique 32-byte task ID for tracking. This is the standard way to relay transactions and get a tracking ID.
Set up in minutes
One URL. Then ask Gelato Network to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Gelato Network from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GEOLbnCleYGrUXwyjYCQIsNu6juUEnsytlCxzwcq/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Gelato Network, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Gelato Network for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GEOLbnCleYGrUXwyjYCQIsNu6juUEnsytlCxzwcq/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Gelato Network URL.
- Step 03
Save and start
Save the connection and enable Gelato Network in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gelato-network": {
"url": "https://edge.vinkius.com/vk_preview_GEOLbnCleYGrUXwyjYCQIsNu6juUEnsytlCxzwcq/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Gelato Network
Open Agent mode in chat and ask: "Using Gelato Network, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gelato-network": {
"url": "https://edge.vinkius.com/vk_preview_GEOLbnCleYGrUXwyjYCQIsNu6juUEnsytlCxzwcq/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Gelato Network
Ask Copilot: "Using Gelato Network, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gelato-network": {
"url": "https://edge.vinkius.com/vk_preview_GEOLbnCleYGrUXwyjYCQIsNu6juUEnsytlCxzwcq/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Gelato Network
Open Cascade and ask: "Using Gelato Network, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gelato-network": {
"url": "https://edge.vinkius.com/vk_preview_GEOLbnCleYGrUXwyjYCQIsNu6juUEnsytlCxzwcq/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Gelato Network
Ask Cline: "Using Gelato Network, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gelato-network --transport http "https://edge.vinkius.com/vk_preview_GEOLbnCleYGrUXwyjYCQIsNu6juUEnsytlCxzwcq/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Gelato Network
Ask Claude: "Using Gelato Network, show me...". 12 tools are ready
Where the request belongs
Work Gelato Network can move forward.
This is for the Web3 developer who is tired of manual transaction relaying and the DevOps engineer who needs to monitor multi-chain infrastructure without constant tab switching.
Web3 Developer
They use this to build gasless user experiences and account abstraction into their dApps without writing custom relayer logic.
DevOps Engineer
They use this to monitor transaction statuses and fee costs across multiple networks from a single chat interface.
Protocol Team Member
They use this to automate fee calculations and transaction relaying for their own cross-chain operations.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBiconomy (Account Abstraction)
Simplify blockchain interactions with Account Abstraction. get quotes, execute supertransactions, and track status via Biconomy.
Tatum (Blockchain Infra)
Simplify blockchain development with Tatum. estimate fees, track portfolios, and manage real-time webhook subscriptions across multiple chains.
Celoscan (Celo Network Explorer)
Access Celo network data via Celoscan. check account balances, track transactions, and inspect smart contracts directly from your AI agent.
Covalent
Equip your AI agent to query unified blockchain data including balances, transactions, and NFTs across 100+ chains.
Toket
Accept crypto payments on your website with a checkout widget that supports Bitcoin, Ethereum, and major stablecoins.
Alchemy
Manage blockchain data. audit wallets, NFTs, and transactions via AI.
Bring your own AI
Change the model, client or framework. Keep Gelato Network connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Gelato Network.
The practical details behind the request, access and result.
What does the Gelato Network MCP actually do for my Web3 app?
It connects your AI agent to Gelato's infrastructure. This lets your agent handle things like relaying transactions, checking fees, and managing account abstraction for you.
Can I use this to create gasless transactions for my users?
Yes. By using the account abstraction capabilities, your agent can submit UserOperations so your users don't have to deal with gas fees directly.
How does this help with ERC-4337 account abstraction?
It gives your agent the ability to interact with the Gelato Bundler. It can estimate gas and submit UserOperations, making it much easier to implement account abstraction.
Can my AI agent check if a transaction was successful?
Yes, your agent can query the status of any relayed task using a unique ID and even pull the final receipt to confirm the result.
Does this support multiple different blockchains?
Yes, it supports relaying and fee intelligence across various supported blockchain networks.
How do I get real-time gas prices for specific tokens?
Your agent can request a specific fee quote based on the amount of gas you need and the specific tokens you want to use for payment.
Is this good for monitoring cross-chain relaying?
It's ideal for that. You can ask your agent to monitor the status of cross-chain tasks in real-time without having to manually check the blockchain.
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.
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.
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.
One connection away
Give your agent a direct line to Gelato Network.
Connect Gelato Network once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available