TON BLOCKCHAIN MCP

by devonmojito

Not rated
GitHub

About

Interact with the TON blockchain using natural language.

Details

Author
devonmojito
Categories
Database, Other, Finance

Setup

Install TON BLOCKCHAIN MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/devonmojito/ton-blockchain-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

A Model Context Protocol (MCP) server for natural language interaction with theTON blockchain.

- Natural Language Processing: Understand complex blockchain queries in plain English
- Trading Analysis: Analyze trading patterns, profitability, and strategies
- Hot Trends Detection: Find trending tokens, active pools, and high-activity accounts
- Forensics & Compliance: Conduct blockchain investigations and compliance checks
- Real-time Data: Access live TON blockchain data through TON API

To securely provide sensitive configuration (such as your TON API key), create a.envfile in the project root directory. This file will be loaded automatically if present.

git clone https://github.com/devonmojito/ton-blockchain-mcp.git cd ton-blockchain-mcp

Using TON MCP Server with Claude Desktop

You can easily use this MCP server with Claude Desktop for natural language blockchain queries. Below are some example use cases:

To use this MCP server with Claude Desktop, add the following to your Claude Desktop config:

- You might need to replace the Python env setup with your own.

{ "mcpServers": { "ton-mcp-server": { "command": "/Users/devon/ton-mcp/ton-blockchain-mcp/venv/bin/python", "args": [ "-m", "tonmcp.mcp_server" ], "cwd": "/Users/devon/ton-mcp/ton-blockchain-mcp/src", "env": { "PYTHONPATH": "/Users/devon/ton-mcp/ton-blockchain-mcp/src" }, "stdio": true } } }

- "What's the balance of address EQD1234...?"
- "Find hot trading pairs in the last hour"
- "Analyze trading patterns for this wallet"
- "Show suspicious activity for address ABC"
- "Trace money flow from this address"

MCP Tools & System Prompts Documentation

Analyze a TON address for its balance, jetton holdings, NFTs, and recent activity. Optionally performs deep forensic analysis ifdeep_analysisis True. Use for questions about account overview, holdings, or activity.

- address(str): TON address to analyze
- deep_analysis(bool, optional): Enable deep forensic analysis

Get details and analysis for a specific TON blockchain transaction by its hash. Use for questions about a particular transaction, its participants, value, or type.

Find trending tokens, pools, or accounts on the TON blockchain for a given timeframe and category. Use for questions about what's hot, trending, or popular on TON.

- timeframe(str, optional): Time period (e.g., 1h, 24h, 7d)
- category(str, optional): Type of trends (tokens, pools, accounts)

Analyze trading patterns for a TON address over a specified timeframe. Use for questions about trading activity, frequency, jetton transfers, or DEX swaps for an account.

- address(str): TON address
- timeframe(str, optional): Time period (e.g., 24h)

Get the current real-time TON price in the specified currency (default: USD) and recent price changes. Use this tool whenever you need the latest TON price for calculations, analysis, or reporting.

- currency(str, optional): The fiat or crypto currency to get the TON price in (default: 'usd').

Get the current price and recent changes for specified jetton tokens (not TON) in the given currency. Provide a list of jetton master addresses as tokens. Use this tool to fetch real-time prices for any token except TON.

- tokens(list of str): List of jetton master addresses to get prices for (excluding 'ton').
- currency(str, optional): The fiat or crypto currency to get the price in (default: 'usd').

- trading_analysis: Generate trading analysis prompts
- forensics_investigation: Generate forensics prompts
- trend_analysis: Generate trend analysis prompts
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request

This project is licensed under the MIT License - see theLICENSEfile for details.

For support, please open an issue on GitHub

⚠️ WARNING: This project is in Beta. Do not trust any numbers provided by the LLM model. Nothing in this project constitutes financial advice. Use at your own risk.

Interact with the COTI blockchain for private token and NFT operations, including ERC20 and ERC721, with privacy features.

Access Solana blockchain data using the Helius API.

Provides on-chain tools to interact with the Polygon PoS blockchain.

Read/write to over 2k blockchains, enabling data querying, contract analysis/deployment, and transaction execution, powered by Thirdweb.

MCP server for Base L2 DeFi operations with 9 monetized endpoints: gas estimates, yield farming, token analysis, contract audit, wallet health, DEX quotes, price feeds, mnemonic generation. Built with FastMCP Python SDK.

Interact with BNB Chain and other EVM-compatible networks using natural language and AI assistance.

MCP server for the COTI privacy blockchain. Lets AI agents create wallets, deploy and manage private ERC-20 tokens and NFTs, run confidential smart contracts, and debug transactions using Garbled Circuits / MPC. 30+ tools, open source.

Interact with the CW-Social smart contract on Cosmos-based blockchains.

Blockchain RPC via DRPC. Exposes eth_call, eth_getBalance, gas estimation, and other JSON-RPC methods as MCP tools across 100+ blockchains

A comprehensive toolkit for Ethereum blockchain analysis directly within Claude AI.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.