ton-mcp
@kriuchkov
About ton-mcp
This MCP Server allows you to interact with the TON Blockchain
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ton-mcp": {
"command": "bun",
"args": [
"run",
"start"
],
"env": {
"LOG_LEVEL": "3"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ton-mcp?
The ton-mcp server is a Model Context Protocol (MCP) server that enables interaction with a Ton wallet. It allows users to perform operations such as sending transactions, checking balances, and more through an LLM application.
How to use ton-mcp?
Configure the server by adding an entry to your MCP client’s configuration file with the command bun and args ["run", "start"]. Set the environment variable LOG_LEVEL as needed.
Key features of ton-mcp
- Interact with your Ton wallet via MCP
- Send transactions
- Check balances
- Perform various wallet operations
Use cases of ton-mcp
- Send Ton transactions from an LLM interface
- Check Ton wallet balance through an AI assistant
FAQ from ton-mcp
—
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ICSS
chokcoco不止于 CSS
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments