There are AI products utilizing TON Blockchain, such as agents and wallet tooling. Additionally, TON documentation is AI-friendly, and enables all kinds of AI workflows.Documentation Index
Fetch the complete documentation index at: https://companyname-a7d5b98e-closes-1950-ai-ai-ai-ai-ai-ai-ai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AI ecosystem
@ton/mcp
The main official entry point is @ton/mcp, a TON MCP server for agents. It exposes tools for balance checks, asset queries, transfers, TON DNS resolution, swaps, and agentic wallet management. Use @ton/mcp when an agent needs to operate on TON through MCP or through a skills-based setup.
For the catalog of official TON MCP servers, setup guides, and related skills, see the TON MCP portal.
Agentic wallets
Agentic wallet contracts provide self-custody wallets for autonomous AI agents operating on TON. They are used by@ton/mcp in its default agentic wallets mode.
Community
The AI Dev Wall on Telegram is a builder channel for TON AI tooling and project updates. This channel primarily features third-party, community resources.Documentation
TON documentation exposes several AI-facing surfaces:- The in-site assistant can answer questions over the docs and cite relevant pages. Assistant can be invoked by a shortcut Ctrl+K (or Cmd+K on macOS), a query in the floating input field at the bottom of each page, from any selection on the page, or via a button on each code block to explain its contents.
- MCP server allows reading and querying documentation pages via MCP clients:
https://docs.ton.org/mcp. Unlike@ton/mcp, it does not provide agents with tools to act on TON, only the documentation content. - The contextual menu can copy page content, open a page in external AI tools, or connect to the documentation MCP.
- The
llms.txtfile provides a machine-readable index of documentation pages. - Raw Markdown is available through
.mdpage routes. This is useful when a tool needs the page content without the site UI. For example, to obtain raw contents of this page, queryhttps://docs.ton.org/ecosystem/ai/overview.md.