I was trying to integrate a specific API, but Claude kept hallucinating endpoints that didn't exist. I realized that I need these docs to be permanently connected to the project.
Usage: Prepend tomcp.org/ to any URL to instantly turn it into an MCP server.
Why MCP? It converts the page into clean Markdown. This helps the AI understand the structure better and uses significantly fewer tokens.
We built something in the CAPTCHA space recently and learned (the hard way) how much friction it can add if you’re not careful.
How are you balancing UX vs abuse?
Totally. Cloudflare workers have free 100K requests a day so im not worried about it now. The chat It has rate limits of 5 requests a day per IP, then you can add your own CF API key (saved locally).
you can read more in the repo - ami3466/tomcp