
Iz Tolk Mcp — Tolk Compiler For TON
Compile, statically check, and deploy TON smart contracts written in Tolk from an AI assistant without manual toolchain switching.
Overview
iz-tolk-mcp is a MCP server for the Build phase that compiles, checks, and deploys TON Tolk smart contracts from AI coding assistants.
What is this MCP server?
- Tolk compiler integration for TON smart contracts
- Compile and check contracts from the MCP tool surface
- Deploy flows callable from AI assistants (stdio via iz-tolk-mcp 1.2.1)
- Reduces context switching between editor chat and local TON toolchain
- npm npx distribution for MCP clients
- Package version 1.2.1
- stdio transport via npm iz-tolk-mcp
- Three workflow verbs: compile, check, deploy
Community signal: 1 GitHub stars.
What problem does it solve?
TON builders lose flow jumping between chat, Tolk compiler CLI, and deploy scripts when tuning smart contracts.
Who is it for?
Indie TON developers using Tolk who want agent-driven compile-check-deploy loops on testnet or mainnet workflows they control.
Skip if: EVM-only projects, builders without TON toolchain familiarity, or production deploys that skip manual security review.
What do I get? / Deliverables
Your agent can run compile, check, and deploy tool calls in one session so Tolk contracts iterate faster with immediate compiler feedback.
- Compiled Tolk contract artifacts
- Static check results from compiler toolchain
- Agent-triggered deploy step outputs (environment-dependent)
Recommended MCP Servers
Journey fit
Blockchain contract work is core product construction; iz-tolk-mcp belongs in Build where bytecode, tests, and deploy pipelines are executed. Backend subphase fits on-chain logic, compiler feedback, and deployment orchestration that agents invoke as tools.
How it compares
Specialized TON compiler MCP, not a generic Solidity or Rust contract skill.
Common Questions / FAQ
Who is iz-tolk-mcp for?
Solo builders and small teams developing TON smart contracts in Tolk who use MCP-enabled agents for backend and on-chain work.
When should I use iz-tolk-mcp?
Use it during Build when you need compile diagnostics, pre-deploy checks, or scripted deploy steps without leaving your agent workspace.
How do I add iz-tolk-mcp to my agent?
Add the npm package iz-tolk-mcp with stdio transport and runtimeHint npx in your MCP configuration, then call its compile, check, and deploy tools.