The MCP Server requires a Tenderly account and at least one project.
Get started
Quickstart
Tools Reference
Examples
What is MCP?
The Model Context Protocol (MCP) is an open standard by Anthropic that lets AI models connect to external tools and data sources. Instead of copy-pasting RPC responses or writing curl commands, Claude can call Tenderly tools directly, live blockchain data, transaction simulation, debugging, and Virtual Environment management all happen within the conversation.Capabilities
The MCP Server exposes 59 tools across seven areas:- Virtual Environments: Create, fork, delete, and manage private blockchain environments. Set a Virtual Environment as active and all subsequent tools operate on it automatically. Fund accounts, set ERC-20 balances, write to storage slots, send impersonated transactions, make read-only contract calls, mine blocks, time-travel, and save/restore snapshots for branching test scenarios.
- Transaction Simulation: Simulate any transaction on any supported EVM network without spending gas. Get decoded call traces, events, state changes, asset transfers, and balance diffs.
- Transaction Tracing: Trace on-chain and Virtual Environment transactions with full execution details. Inspect call trees, gas breakdown, state diffs, and EIP-2930 access lists.
- Advanced Trace Navigation: 16 tools for navigating complex transactions with hundreds or thousands of internal calls. Includes trace size inspection, skeleton views, subtree drilling, failure detection, error path tracing, and fund flow analysis.
- Contract Inspection: Retrieve contract metadata for any address: name, ABI, compiler version, token standards, and creation info.
- Network Discovery: List all 100+ EVM networks Tenderly supports.
- Project Management: List projects and set the active project context.
Supported clients
The Tenderly MCP Server works with any MCP-compatible client:- Claude Code: Add via CLI with one command
- Claude.ai: Connect through Settings → Connectors
- Claude Desktop: Connect through Settings → Connectors
- Cursor/VS Code: Add the server URL to your MCP config