> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Server

> Model Context Protocol के माध्यम से Claude और अन्य AI assistants को Tenderly से जोड़ें: simulations, tracing, contract inspection, और RPC टूल।

Tenderly MCP Server AI assistants को Tenderly तक सीधी पहुँच देता है, Virtual Environments बनाना, transactions simulate करना, execution ट्रेस करना, contracts का निरीक्षण करना, और बहुत कुछ। अपने पूरे smart contract विकास workflow को चलाने के लिए Claude में प्राकृतिक भाषा का उपयोग करें।

<Note>
  MCP Server के लिए एक [Tenderly account](https://dashboard.tenderly.co/register) और कम से कम एक project की आवश्यकता होती है।
</Note>

## शुरुआत करें

<CardGroup cols={3}>
  <Card title="Quickstart" href="/ai-tools/quickstart" />

  <Card title="Tools Reference" href="/ai-tools/tools" />

  <Card title="उदाहरण" href="/ai-tools/examples" />
</CardGroup>

## MCP क्या है?

[Model Context Protocol (MCP)](https://modelcontextprotocol.io/) Anthropic द्वारा एक open standard है जो AI मॉडल को बाहरी टूल्स और डेटा स्रोतों से जुड़ने देता है। RPC responses को copy-paste करने या curl commands लिखने के बजाय, Claude सीधे Tenderly टूल्स को call कर सकता है, लाइव blockchain डेटा, transaction simulation, debugging, और Virtual Environment प्रबंधन सब कुछ बातचीत के भीतर होता है।

## क्षमताएँ

MCP Server सात क्षेत्रों में **59 टूल** प्रदान करता है:

* **Virtual Environments**: private blockchain परिवेश बनाएँ, fork करें, delete करें, और प्रबंधित करें। एक Virtual Environment को active सेट करें और उसके बाद के सभी टूल स्वचालित रूप से उस पर काम करते हैं। accounts fund करें, ERC-20 balances सेट करें, storage slots में लिखें, impersonated transactions भेजें, read-only contract calls करें, blocks mine करें, समय आगे बढ़ाएँ, और branching test scenarios के लिए snapshots save/restore करें।
* **Transaction Simulation**: gas खर्च किए बिना किसी भी समर्थित EVM नेटवर्क पर किसी भी transaction को simulate करें। decoded call traces, events, state changes, asset transfers, और balance diffs प्राप्त करें।
* **Transaction Tracing**: पूर्ण execution विवरण के साथ on-chain और Virtual Environment transactions को ट्रेस करें। call trees, gas breakdown, state diffs, और EIP-2930 access lists का निरीक्षण करें।
* **Advanced Trace Navigation**: सैकड़ों या हजारों internal calls वाले जटिल transactions को नेविगेट करने के लिए 16 टूल्स। इसमें trace size निरीक्षण, skeleton views, subtree drilling, failure detection, error path tracing, और fund flow विश्लेषण शामिल है।
* **Contract Inspection**: किसी भी address के लिए contract metadata प्राप्त करें: नाम, ABI, compiler version, token standards, और creation जानकारी।
* **Network Discovery**: Tenderly द्वारा समर्थित सभी 100+ EVM नेटवर्क सूचीबद्ध करें।
* **Project Management**: projects सूचीबद्ध करें और active project संदर्भ सेट करें।

हर टूल के विवरण के लिए पूर्ण [Tools Reference](/ai-tools/tools) देखें।

## समर्थित clients

Tenderly MCP Server किसी भी MCP-संगत client के साथ काम करता है:

* **Claude Code**: एक कमांड के साथ CLI के माध्यम से जोड़ें
* **Claude.ai**: Settings → Connectors के माध्यम से जुड़ें
* **Claude Desktop**: Settings → Connectors के माध्यम से जुड़ें
* **Cursor/VS Code**: अपने MCP config में server URL जोड़ें

प्रत्येक client के लिए सेटअप निर्देशों के लिए [Quickstart](/ai-tools/quickstart) देखें।

## Authentication

MCP Server [WorkOS](https://workos.com/) के माध्यम से OAuth 2.0 का उपयोग करता है। जब आप Claude से कनेक्ट करते हैं, तो आप log in और access authorize करने के लिए Tenderly पर redirect होंगे। Claude केवल आपकी अनुमतियों के दायरे में क्रियाएँ कर सकता है।

Claude में connector को disconnect करके किसी भी समय access revoke करें।
