Self Exec · Infrastructure

toMCP.

Live sites, wrapped as MCP servers. Any agent reads a real page as clean markdown — no browser, no scraping, no auth dance. Two are live and verified.

tomcp-vvsvei verified live
target → hitthe.link
fetch_page(path)search(query)

Fetches any hitthe.link page and returns it as markdown; full-text search across the site. Verified: fetch_page("") returned the live VVSVEI interface (voice·vision·sms shell).

fetch_page("/vvsvei")  → "VVSVEI · voice vision sms · Xen …"
xen-xlrd-org verified live
target → xen.xlrd.org
fetch_page(path)

Fetches any xen.xlrd.org page as markdown. Verified: fetch_page("") returned the live "Xenphone OS — iOS 27 · dark" home.

fetch_page("")  → "Xenphone OS — iOS 27 · dark …"
The pattern

toMCP turns a deployed web property into an agent-readable surface. An agent (Claude, the trinity, any MCP client) can read what's actually live — current copy, current state — and reason over it without rendering a browser. The "godly" extension: harvest each page's API calls into a mapped DB and call services directly instead of driving UI.