Dominaitrix is a sideloadable Chrome extension that installs curated site adapters. Each adapter adds structured WebMCP tools to a website that does not provide them itself.
Adapters are developed and reviewed in this repository, then distributed through a static, integrity-checked registry. There is no public adapter upload path.
We ran two ESPN Fantasy Football drafts with the same prompt:
Draft my fantasy team. I usually wait to get my QB. My bench should be entirely RB and WR. I want my second-to-last pick to be a K and my last to be a D/ST. I have a lower-than-average opinion of Baltimore's offense this year.
- Run
pnpm installandpnpm build. - Open
chrome://extensionsin Chrome. - Enable Developer mode.
- Choose Load unpacked and select the
extensiondirectory. - Approve site access when Chrome asks.
- Open the extension's details and enable Allow User Scripts.
The extension checks the hosted registry on installation, browser startup, and every six hours while automatic updates are enabled. Unchanged checks use ETag revalidation, and the registry URL can be changed in the extension settings.
Open an adapter request with:
- the website and the narrowest useful starting URL;
- why WebMCP support would be useful there;
- the information or actions you want exposed as tools; and
- whether those actions require an account, subscription, or time-sensitive workflow.
Do not include credentials, cookies, access tokens, or private page content. Pull requests for adapters are also welcome.
Use .agents/skills/create-dominaitrix-adapter or copy adapters/_template. Every non-underscore directory inside adapters/ is included in the generated registry; keep unfinished work in an underscore-prefixed directory.
pnpm registry:build
pnpm checkThe generated registry/ directory is deployment output and is intentionally ignored by Git. Adapter source and metadata remain under adapters/ for review.
Adapters execute publisher-reviewed code on their declared websites. The client verifies each downloaded source file against the SHA-256 digest in the registry, but the registry and adapter files share the same publisher trust boundary.
Adapter health events stay in the browser and can be exported from the popup. Dominaitrix does not upload diagnostics, tool arguments, page contents, response bodies, or authentication data.
See docs/architecture.md, docs/registry.md, and docs/telemetry.md for the technical contracts.





