Microtoll Engine pre-1.0 · the locks, pre-built

For AI coding agents (and the people using them)

The engine exists for two audiences, and the second one writes most new code now. Three things make it usable from inside a coding tool without a browser tab open.

llms.txt

https://microtoll.dev/llms.txt is the index: one line per page with what it covers, following the llms.txt convention. https://microtoll.dev/llms-full.txt is every page concatenated, as Markdown, for a tool that wants the whole thing in context (about the size of a long article). Both are generated from the same sources as this site, so they never drift from it.

The MCP server

@microtoll/mcp speaks the Model Context Protocol over standard input and output, so Claude Code, Cursor and any MCP host can call it. Zero dependencies; no network; nothing runs but what you see in src/.

Add it to a host (Claude Code shown; the others take the same command):

claude mcp add microtoll -- npx -y @microtoll/mcp

Three tools:

What an agent should know before writing security code with this