MCP ExplorerExplorer

Ton Mcp

@kriuchkovon 10 months ago
1 MIT
FreeCommunity
AI Systems
#ai#claude-ai#mcp#mcp-server#ton#ton-blockchain
This MCP Server allows you to interact with the TON Blockchain

Overview

What is Ton Mcp

ton-mcp is a Model Context Protocol (MCP) Server that facilitates interaction with the TON Blockchain, allowing users to manage their Ton wallet and perform various operations.

Use cases

Use cases for ton-mcp include developing AI-driven applications that require blockchain interaction, creating custom workflows that integrate with the TON Blockchain, and enhancing user interfaces with blockchain functionalities.

How to use

To use ton-mcp, add a server entry to your configuration file with the necessary command and environment settings. This includes specifying the command to run the server and setting the log level.

Key features

Key features of ton-mcp include the ability to send transactions, check balances, and integrate seamlessly with LLM applications and external data sources through the Model Context Protocol.

Where to use

ton-mcp can be used in various domains such as blockchain applications, AI-powered tools, and any environment that requires interaction with the TON Blockchain.

Content

ton-mcp

This repository contains the Ton MCP (Model Context Protocol) Server. This MCP Server allows you to interact with your Ton wallet and perform various operations such as sending transactions, checking balances, and more.

What is MCP (Model Context Protocol)?

You can read more about the Model Context Protocol here: https://modelcontextprotocol.io

But in a nutshell

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you’re building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.

Configuration

Add a server entry to your configuration file:


"mcpServers": { 
  "ton-mcp": { 
    "command": "bun", 
    "args": ["run",  "start"], 
    "env": { 
      "LOG_LEVEL": "3" 
    } 
  } 
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers