← cellara.com

INDIVIDUAL MCP TOOL

whoami

Show current authentication status, active profile, and session info.

cellara.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://cellara.com/mcp/cellara-proof

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cellara.com

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.cellara-companion]
url = "https://cellara.com/mcp/cellara-proof"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cellara-companion": {
      "type": "http",
      "url": "https://cellara.com/mcp/cellara-proof"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cellara-companion
Remote MCP URL: https://cellara.com/mcp/cellara-proof

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": {
    "cellara-companion": {
      "url": "https://cellara.com/mcp/cellara-proof"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cellara-companion": {
      "type": "http",
      "url": "https://cellara.com/mcp/cellara-proof"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cellara-companion",
  "transport": "streamable-http",
  "url": "https://cellara.com/mcp/cellara-proof"
}
MCP Inspector

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

Related tools

  • login — Authenticate with Cellara using username/password.
  • add_profile — Add a profile with credentials for later use.
  • list_profiles — List all available profiles and show current authentication status.
  • switch_profile — Switch to a different profile.
  • list_sessions — List active browser sessions for the current user.
  • connect_session — Connect to a specific browser session by ID.
  • discover_session — Automatically discover and connect to an active browser session.
  • get_session_status — Check if connected to a browser session.