Skip to content

Commit 202a9d9

Browse files
authored
docs: add MCP server section to README and update demo GIF (#290)
* docs: add MCP server section to README and update demo GIF - Add MCP Server section with zero-install Claude Desktop config - Add AI-Ready bullet to Features list - Link to gotron-mcp repo and mcp.gotron.sh hosted endpoint - Update demo GIF with new sections (contract read, address conversion, SR detail) and fixed banner alignment * docs: clarify MCP config examples and hosted mode capabilities - Add Claude Code CLI example alongside Desktop JSON config - Note that Desktop remote servers use Settings > Connectors - Clarify hosted mode: read-only queries + unsigned tx builders - Link to gotron-mcp repo for local mode with signing support * docs: remove claude_desktop_config.json snippet for remote MCP Remote MCP servers should be added via Settings > Connectors in Claude Desktop, not via the config file. Keep only the UI instruction.
1 parent 44d53b3 commit 202a9d9

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/demo.gif

420 KB
Loading

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,21 @@ GoTRON SDK is built for **backend and infrastructure** teams that need performan
4646
- 🔐 **Secure Key Management**: Hardware wallet support, encrypted keystores
4747
- 🚀 **High Performance**: Native gRPC communication with TRON nodes
4848
- 🛠️ **Developer Friendly**: Comprehensive examples and documentation
49+
- 🤖 **AI-Ready**: [MCP server](https://github.com/fbsobreira/gotron-mcp) lets AI agents interact with TRON blockchain
50+
51+
## MCP Server
52+
53+
Connect AI agents to TRON via the [GoTRON MCP Server](https://github.com/fbsobreira/gotron-mcp). Zero install — hosted at [mcp.gotron.sh](https://mcp.gotron.sh).
54+
55+
**Claude Code:**
56+
57+
```bash
58+
claude mcp add gotron --scope user --transport http https://mcp.gotron.sh/mcp
59+
```
60+
61+
**Claude Desktop:** Add via Settings > Connectors using URL `https://mcp.gotron.sh/mcp`
62+
63+
Includes read-only blockchain queries, unsigned transaction builders, and full SDK documentation for AI-assisted development. See the [gotron-mcp repo](https://github.com/fbsobreira/gotron-mcp) for local mode with signing support.
4964

5065
## Quick Start
5166

0 commit comments

Comments
 (0)