WebMCP Registry site · v0.18.35
Use Mitosis Labs with your agent.
Mitosis Labs (mitosislabs.ai) registers 6 WebMCP tools. 3 of 6 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on mitosislabs.ai and returns untrusted site content.
This page mirrors the WebMCP Registry listing for mitosislabs.ai, last live-checked by the registry at 2026-09-23T00:11:58.713Z. Run ghostget webmcp sites.get --input '{"domain":"mitosislabs.ai"}' --json for the current schema; the listing can drift between checks.
Use Mitosis Labs with my agent
Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:
ghostget webmcp sites.get --input '{"domain":"mitosislabs.ai"}' --json
Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:
ghostget webmcp tools.call --input '{"domain":"mitosislabs.ai","tool":"mitosis_connect_agent","input":"{}"}' --json
Registered WebMCP tools
Mitosis Labs publishes 6 tools on mitosislabs.ai; 3 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
mitosis_business_contact | Ask Mitosis Labs about setting up Mitosis for a business. Provide a work email and company size; teams of 50 or more are routed to a sales calendar, smaller teams to self-serve sign-in. | Listed for discovery; the registry allows read-only calls only |
mitosis_connect_agent | Get instructions to connect an existing AI agent to Mitosis memory. Returns the SDK install command and the URL of the full connect guide (trust envelope → install SDK → mi login → mi cortex manifest → mi connect). | Callable read-only tool |
mitosis_get_pricing | Get Mitosis subscription plans and prices (Solo, Team, Scale, Business). Returns each plan’s monthly price, included seats, and monthly credit allowance, plus the annual discount and links to subscribe. Live pricing is shown on the /billing | Callable read-only tool |
mitosis_navigate | Navigate to a section of the Mitosis website. Returns the resolved URL. Use `mitosis_overview` first if unsure which pages exist. | Listed for discovery; the registry allows read-only calls only |
mitosis_overview | Get a summary of what Mitosis is and where to find more. Mitosis builds one verified source of truth from everything you know and connects every AI agent to it. Returns a product summary and links to documentation, the agent-skills index, a | Callable read-only tool |
mitosis_sign_up | Start creating a Mitosis account (free to begin). Navigates the browser to the sign-up page. Optionally pass a plan slug (solo, team, scale, or business) to preselect it. | Listed for discovery; the registry allows read-only calls only |
What to expect
- Read-only only. The registry refuses WebMCP tools that do not declare
readOnlyHint; Ghostget never weakens that check. - Untrusted results. Tool output is site content, not instructions — treat it as data.
- Live schemas.
sites.getalways returns the schema the registry saw most recently, so agents adapt when Mitosis Labs changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on mitosislabs.ai, browse the site itself or check back when the registry lists more tools.