Yaktool for AI agents

Agents keep rewriting the same ad-hoc validators — and each one misses the edge cases. yaktool-mcp puts all 70 Yaktool checks inside your agent: the same rule engine as this site, with every check numbered, severity-graded and backed by an official source.

Install

Claude Code

claude mcp add yaktool -- npx -y yaktool-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yaktool": { "command": "npx", "args": ["-y", "yaktool-mcp"] }
  }
}

Cursor and other MCP clients

Any stdio-capable MCP client works — the command is npx -y yaktool-mcp. Requires Node.js ≥ 20. Package: yaktool-mcp on npm.

Why not just let the agent write a validator?

All 70 tools

Every tool mirrors a check you can also run in the browser — same engine, same rules, same results.