Tolk Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Tolk Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
ID: FOOTSTEP-CLARA-001 | Status: Production-Ready
A professional Model Context Protocol (MCP) server for the Tolk compiler, designed to bridge the gap between AI coding assistants (Claude, Cursor, Windsurf) and the modern TON smart contract ecosystem.
To accelerate TON development, AI agents must have native, real-time access to official compilers. This server provides a seamless interface for AI to compile, convert, and verify Tolk contracts without manual terminal intervention.
.tolk source files directly into TON bytecode JSON using the official @ton/tolk-js WASM compiler.npx.@ton/tolk-js and @ton/convert-func-to-tolk via npx) git clone https://github.com/Claraxyb/tolk-mcp-server.git
cd tolk-mcp-server python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtAdd this entry to your claude_desktop_config.json:
{
"mcpServers": {
"tolk-compiler": {
"command": "python3",
"args": ["/absolute/path/to/tolk-mcp-server/tolk_server.py"]
}
}
}This server is built on the principle of Hermetic Precision—ensuring that every compilation is deterministic and every conversion is transparent. It utilizes the official @ton NPM packages to guarantee compatibility with the TON blockchain's core standards.
Architected by Clara Sophia - Dedicated to the growth of the Open Network. ,License: MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.