← WebMCP Directory

Tool tree

mitosislabs.ai

liveAI Agents & Fintech
https://mitosislabs.ai/
AI was built to serve humanity, yet most of the world can’t reach it, trust it, or enjoy it. Mitosis Labs is a human–AI interface company closing that gap — making AI intuitive, reliable and secure,…
Explore capabilities

page: /

get_pricinganswer

Get current Mitosis plans, prices, and credit allowances.

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get current Mitosis plans, prices, and credit allowances.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
search_docsanswer

Search Mitosis documentation and product pages.

View tool JSON
{
  "name": "search_docs",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Mitosis documentation and product pages.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
mitosis_overviewanswer

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, and the connect guide.

View tool JSON
{
  "name": "mitosis_overview",
  "kind": "answer",
  "impl": "imperative",
  "description": "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, and the connect guide.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
mitosis_get_pricinganswer

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 page.

View tool JSON
{
  "name": "mitosis_get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "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 page.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
mitosis_sign_upact

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.

View tool JSON
{
  "name": "mitosis_sign_up",
  "kind": "act",
  "impl": "imperative",
  "description": "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.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "plan": {
        "type": "string",
        "enum": [
          "solo",
          "team",
          "scale",
          "business"
        ],
        "description": "Optional plan to preselect."
      }
    }
  },
  "page": "/"
}
mitosis_navigateact

Navigate to a section of the Mitosis website. Returns the resolved URL. Use `mitosis_overview` first if unsure which pages exist.

View tool JSON
{
  "name": "mitosis_navigate",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate to a section of the Mitosis website. Returns the resolved URL. Use `mitosis_overview` first if unsure which pages exist.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "page": {
        "type": "string",
        "enum": [
          "home",
          "graph",
          "pricing",
          "signup",
          "login",
          "docs",
          "backups",
          "blog",
          "about"
        ],
        "description": "home: Homepage; graph: The memory graph — your agents’ source of truth; pricing: Pricing and plans; signup: Create an account / start a free trial; login: Sign in; docs: Documentation; backups: Agent workspace backups; blog: Blog; about: About Mitosis"
      }
    },
    "required": [
      "page"
    ]
  },
  "page": "/"
}
mitosis_connect_agentanswer

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).

View tool JSON
{
  "name": "mitosis_connect_agent",
  "kind": "answer",
  "impl": "imperative",
  "description": "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).",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}

page: /backups

mitosis_backup_subscribetransact

Navigate to Mitosis Backups checkout to subscribe ($2/month or $12/year ($0.99/month billed annually)). Returns the checkout URL.

View tool JSON
{
  "name": "mitosis_backup_subscribe",
  "kind": "transact",
  "impl": "imperative",
  "description": "Navigate to Mitosis Backups checkout to subscribe ($2/month or $12/year ($0.99/month billed annually)). Returns the checkout URL.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "plan": {
        "type": "string",
        "enum": [
          "monthly",
          "annual"
        ],
        "description": "Billing frequency. Annual saves 50%."
      }
    }
  },
  "page": "/backups"
}
mitosis_backup_install_sdkanswer

Get the SDK install command for Mitosis Backups CLI. Returns the npm install command and quickstart instructions.

View tool JSON
{
  "name": "mitosis_backup_install_sdk",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get the SDK install command for Mitosis Backups CLI. Returns the npm install command and quickstart instructions.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/backups"
}
mitosis_backup_check_healthanswer

Check the health of the current user's backups. Returns last snapshot time, schedule status, and storage usage. Requires authentication.

View tool JSON
{
  "name": "mitosis_backup_check_health",
  "kind": "answer",
  "impl": "imperative",
  "description": "Check the health of the current user's backups. Returns last snapshot time, schedule status, and storage usage. Requires authentication.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/backups"
}
mitosis_backup_listanswer

List the current user's backup snapshots. Returns snapshot manifests with IDs, timestamps, and sizes. Requires authentication.

View tool JSON
{
  "name": "mitosis_backup_list",
  "kind": "answer",
  "impl": "imperative",
  "description": "List the current user's backup snapshots. Returns snapshot manifests with IDs, timestamps, and sizes. Requires authentication.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "limit": {
        "type": "number",
        "description": "Max results (default 10)"
      },
      "agentName": {
        "type": "string",
        "description": "Filter by agent name"
      }
    }
  },
  "page": "/backups"
}
mitosis_get_api_infoanswer

Get API documentation and discovery endpoints for Mitosis Backups. Returns URLs for the API catalog, MCP server card, agent skills index, and full documentation.

View tool JSON
{
  "name": "mitosis_get_api_info",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get API documentation and discovery endpoints for Mitosis Backups. Returns URLs for the API catalog, MCP server card, agent skills index, and full documentation.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/backups"
}