Tenderly (Ethereum Dev Platform) Connector for AI agents.
4 live capabilities
Test and monitor Ethereum smart contracts without spending real gas.
Waiting for input…
Why people use Tenderly (Ethereum Dev Platform)
Tenderly for Ethereum Smart Contract Debugging
This Connector changes that by letting you describe the scenario to your agent. You can ask it to simulate a bundle of transactions and get an immediate breakdown of the state changes and gas costs. It turns a manual debugging process into a conversation.
What Vinkius changes
You get a sandbox to test blockchain interactions without the risk of real-world errors.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Debugging a complex swap
A developer wants to see if a three-step trade fails.
- Real-world use case 02
Mainnet testing without risk
A developer needs to test a new contract on the real mainnet without spending money.
- Real-world use case 03
Production monitoring
A DevOps lead wants to know every time a specific withdraw function is called.
Complete set · 4capabilities
The complete Tenderly (Ethereum Dev Platform) capability set.
These are the exact actions your AI can choose when you ask it to work with Tenderly (Ethereum Dev Platform).
01—04
4 capabilities in this set.
Part of 4 available through Tenderly (Ethereum Dev Platform).
- 01 Capability
Create alert
Set up notifications for specific method calls, state changes, or balance updates. It helps you stay informed about on-chain activity in real time.
- 02 Capability
Create virtual testnet
Generate a private mainnet replica with custom configurations for your dApp. This lets you test in a production-like environment.
- 03 Capability
Simulate bundle
Run a sequence of transactions together to see how they interact with each other. This is perfect for debugging complex DeFi protocols.
- 04 Capability
Simulate transaction
Predict the outcome and gas cost of a single transaction on any supported network. Use this to verify contract behavior before deployment.
Set up in minutes
One URL. Then ask Tenderly (Ethereum Dev Platform) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Tenderly (Ethereum Dev Platform) 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_N4CrFBeUVzbat4muj6uWeqLKjZIfSS9VAScUfQGd/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 Tenderly (Ethereum Dev Platform), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Tenderly (Ethereum Dev Platform) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_N4CrFBeUVzbat4muj6uWeqLKjZIfSS9VAScUfQGd/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 Tenderly (Ethereum Dev Platform) URL.
- Step 03
Save and start
Save the connection and enable Tenderly (Ethereum Dev Platform) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tenderly-ethereum-dev-platform": {
"url": "https://edge.vinkius.com/vk_preview_N4CrFBeUVzbat4muj6uWeqLKjZIfSS9VAScUfQGd/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 Tenderly (Ethereum Dev Platform)
Open Agent mode in chat and ask: "Using Tenderly (Ethereum Dev Platform), help me...". 4 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tenderly-ethereum-dev-platform": {
"url": "https://edge.vinkius.com/vk_preview_N4CrFBeUVzbat4muj6uWeqLKjZIfSS9VAScUfQGd/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 Tenderly (Ethereum Dev Platform)
Ask Copilot: "Using Tenderly (Ethereum Dev Platform), help me...". 4 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tenderly-ethereum-dev-platform": {
"url": "https://edge.vinkius.com/vk_preview_N4CrFBeUVzbat4muj6uWeqLKjZIfSS9VAScUfQGd/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 Tenderly (Ethereum Dev Platform)
Open Cascade and ask: "Using Tenderly (Ethereum Dev Platform), help me...". 4 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tenderly-ethereum-dev-platform": {
"url": "https://edge.vinkius.com/vk_preview_N4CrFBeUVzbat4muj6uWeqLKjZIfSS9VAScUfQGd/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 Tenderly (Ethereum Dev Platform)
Ask Cline: "Using Tenderly (Ethereum Dev Platform), help me...". 4 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tenderly-ethereum-dev-platform --transport http "https://edge.vinkius.com/vk_preview_N4CrFBeUVzbat4muj6uWeqLKjZIfSS9VAScUfQGd/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 Tenderly (Ethereum Dev Platform)
Ask Claude: "Using Tenderly (Ethereum Dev Platform), show me...". 4 tools are ready
Where the request belongs
Work Tenderly can move forward.
This is for the blockchain engineer who is tired of manually checking logs or the DeFi researcher who needs to see how a protocol behaves under specific conditions.
Smart Contract Engineer
Debugs contract logic and verifies state changes before deploying to the mainnet.
DeFi Researcher
Analyzes multi-step interactions in complex protocols to see how they affect one another.
Web3 DevOps
Monitors production contracts for specific events and manages private testing environments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsInfura (Ethereum Node RPC Provider)
Access Ethereum blockchain data via Infura. query blocks, check balances, estimate gas, and interact with smart contracts directly from any AI agent.
Etherscan
Query Ethereum and EVM-compatible blockchain data—check balances, transaction history, and token transfers directly from your AI agent.
Blockscout
Explore Ethereum-based blockchains directly from your AI agent. Query addresses, tokens, transactions, and smart contracts via Blockscout's open-source API.
Nodereal
High-performance blockchain infrastructure for Aptos and EVM networks. query accounts, blocks, and simulate transactions.
Blastscan (Blast Network Explorer)
Explore the Blast Network—check balances, track transactions, and inspect smart contracts directly from your AI agent.
Arbiscan (Arbitrum Explorer)
Explore Arbitrum blockchain data. check balances, track transactions, and inspect smart contract source code directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Tenderly 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 Tenderly.
The practical details behind the request, access and result.
Can I use the Tenderly MCP to test my smart contracts?
Yes, you can use it to simulate transactions and bundles to see how your code behaves. It gives you a preview of the results and gas costs before you deploy.
Does the Tenderly MCP cost gas to use?
No, simulations happen off-chain. You can run as many simulations as you need without spending any real assets or gas.
How do I create a private test environment with Tenderly MCP?
You can use the Virtual TestNet capability to fork the mainnet. This creates a private replica where you can test your dApp in a production-like environment.
Can the Tenderly MCP monitor my production contracts?
Yes, it allows you to set up alerts for specific method calls, state changes, or balance updates on your live contracts so you stay informed.
Can I simulate multiple transactions at once?
Yes, you can use the bundle simulation capability. This is ideal for seeing how a sequence of actions, like a multi-step swap, interacts with the blockchain.
Is the Tenderly MCP good for DeFi research?
It is excellent for research. It lets you trace complex interactions and analyze protocol behavior without needing to risk real capital.
Can I simulate a transaction without spending real ETH or gas?
Yes! Use the simulate_transaction capability. It runs the transaction against the latest state of the network in a virtual environment, providing full trace and results without any on-chain cost.
How do I create a private fork of Ethereum for testing?
You can use the create_virtual_testnet capability. Provide a slug, display name, and the network ID you want to fork from (e.g., 1 for Mainnet) to spin up a private RPC endpoint.
Can I monitor specific smart contract events automatically?
Absolutely. Use the create_alert capability with an alert_config object to monitor method calls, state changes, or emitted logs on any contract address.
One connection away
Give your agent a direct line to Tenderly.
Connect Tenderly once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available