# Overview of AI in TON (/overview/ai/overview)



TON provides AI products utilizing TON Blockchain, such as agents and wallet tooling. Additionally, TON documentation is AI-friendly, and enables all kinds of AI workflows.

## AI ecosystem [#ai-ecosystem]

### `@ton/mcp` [#tonmcp]

The main official entry point is [`@ton/mcp`](/overview/ai/mcp), a TON MCP server for agents. It exposes tools for balance checks, asset queries, transfers, TON DNS resolution, swaps, and [agentic wallet](/overview/ai/wallets) management. Use [`@ton/mcp`](/overview/ai/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](https://mcp.ton.org/).

### Agentic wallets [#agentic-wallets]

[Agentic wallet contracts](/overview/ai/wallets) provide self-custody wallets for autonomous AI agents operating on TON. They are used by `@ton/mcp` in its default agentic wallets mode.

### Community [#community]

The [AI Dev Wall on Telegram](https://t.me/ai_dev_wall) is a builder channel for TON AI tooling and project updates. This channel primarily features third-party, community resources.

## Documentation [#documentation]

TON documentation exposes the following AI-facing surfaces:

* The contextual menu can copy page content or open a page in external AI tools.
* The [`llms.mdx`](https://docs.ton.org/llms.txt) file provides a machine-readable index of documentation pages.
* Documentation pages are available as raw Markdown through the `https://docs.ton.org/llms.mdx` page routes. This is useful when a tool needs page content without the site UI. For example, the raw conteе of this page is available at [`https://docs.ton.org/llms.mdx/overview/ai/overview.md`](https://docs.ton.org/llms.mdx/overview/ai/overview.md).
