← mitosislabs.ai

INDIVIDUAL MCP TOOL

get_auth_instructions

Step-by-step instructions for obtaining a Mitosis API key so an agent can call the authenticated Backups REST API (/api/snapshots).

mitosislabs.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mitosislabs.ai/api/mcp/backups

No auth detected

Connect to this endpoint to inspect the live schema for get_auth_instructions and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

mitosislabs.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mitosis-backups]
url = "https://mitosislabs.ai/api/mcp/backups"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mitosis-backups": {
      "type": "http",
      "url": "https://mitosislabs.ai/api/mcp/backups"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mitosis-backups
Remote MCP URL: https://mitosislabs.ai/api/mcp/backups

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mitosis-backups": {
      "url": "https://mitosislabs.ai/api/mcp/backups"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mitosis-backups": {
      "type": "http",
      "url": "https://mitosislabs.ai/api/mcp/backups"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mitosis-backups",
  "transport": "streamable-http",
  "url": "https://mitosislabs.ai/api/mcp/backups"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_backup_pricing — Get Mitosis Backups pricing ($2/month or $12/year) and what the product covers (OpenClaw, Hermes, Claude Code, Codex workspaces).
  • list_backup_skills — List the published backup agent skills (create, list, restore, health, diff, schedule, subscribe) with SKILL.md manifests.