A Model Context Protocol (MCP) server for natural language interaction with the [TON blockchain](http://ton.org/).
If you already use Ton Blockchain MCP, the ton blockchain mcp mcp server is the piece that lets your assistant work with it directly. A Model Context Protocol (MCP) server for natural language interaction with the TON blockchain.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Prerequisites — The Prerequisites tool exposed by this serverInstallation — 1. Clone the repository: bash git clone https://github.com/devonmojito/ton-blockchain-mcp.git cd ton-blockchain-mcpTools — The Tools tool exposed by this serveranalyze_address — Analyze a TON address for its balance, jetton holdings, NFTs, and recent activity. Optionally performs deep forensic analysis if deep_analysis isget_transaction_details — Get details and analysis for a specific TON blockchain transaction by its hash. Use for questions about a particular transaction, its participantsfind_hot_trends — Find trending tokens, pools, or accounts on the TON blockchain for a given timeframe and category. Use for questions about what's hot, trending, oranalyze_trading_patterns — Analyze trading patterns for a TON address over a specified timeframe. Use for questions about trading activity, frequency, jetton transfers, or DEXget_ton_price — 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 TONget_jetton_price — Get the current price and recent changes for specified jetton tokens (not TON) in the given currency. Provide a list of jetton master addresses asConfiguration is passed through the environment: PYTHONPATH, TON_API_KEY, YOUR_TON_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Ton Blockchain MCP's toolset — Prerequisites, Installation, Tools and 6 more — is a fair guide to whether it matches your workflow. It is maintained by devonmojito; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | 1. Clone the repository: bash git clone https://github.com/devonmojito/ton-blockchain-mcp.git cd ton-blockchain-mcp |
| Tools | The Tools tool exposed by this server. |
| analyze_address | Analyze a TON address for its balance, jetton holdings, NFTs, and recent activity. Optionally performs deep forensic analysis if deep_analysis is True. Use for questions about account overview, holdings, or activity. |
| get_transaction_details | 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_hot_trends | 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. |
| analyze_trading_patterns | 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. |
| get_ton_price | 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. |
| get_jetton_price | 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. |
{
"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
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PYTHONPATH | Filesystem location the server is allowed to use. | Optional |
| TON_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_TON_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.