Connect

Connect DeepCell to
any agent platform.

CLI for local agents like Claude Code and Cowork. MCP server for web platforms like claude.ai, Manus, and ChatGPT. One product, two paths — same 20+ commands.

Local agents

DeepCell CLI

Ask your Claude Code, Cowork, or other local agent to install the CLI and login for you.

terminal
# Install the CLI $ pip install deepcell-cli # Ensure the CLI is on your PATH $ export PATH="$HOME/.local/bin:$PATH" # Authenticate $ deepcell login

To make the PATH change permanent, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc.

Start a chat in Claude Code

Use deepcell cli to create a dcf model, starting with deepcell --help

Works with

Claude Code

Anthropic's CLI agent for coding and terminal workflows.

Cowork

Anthropic's agentic environment for teams and enterprises.

OpenWork

Open-source desktop AI coworker with MCP and multi-LLM support.

What your agent gets

Every command works the same whether invoked via CLI or MCP — structured JSON output, full audit trail.

JSON-first output

Every command returns structured JSON. Agents parse directly — no scraping.

Version control

Git-like operations — log, diff, restore — for structured financial data.

Batch editing

Edit single values or pass a JSON file for bulk updates across models.

Excel export

Export to .xlsx with live formulas intact or values-only for downstream use.

Dimensional queries

Address any value by Item, Context, and Status — not row and column.

OAuth 2.1 + PKCE

Industry-standard authorization. No client secrets required for web agents.

Token rotation

15-minute JWT lifetime with refresh tokens rotated on every use.

Scoped access

Blocked commands prevent auth-bypass. Every MCP call is logged for audit.

What it looks like when your agent runs it

Every command returns plain text — token-light, easy for any agent to parse and act on.

terminal
# Query a projected revenue value $ deepcell query model.deepcell Revenue FY2025E projected 1500000 # Batch edit from a JSON file $ deepcell edit model.deepcell --batch changes.json 3 edit(s) applied rev:a1b2c3d4 ✓ 3 edit(s) applied # Export to Excel with live formulas $ deepcell to-excel model.deepcell -o forecast.xlsx --formulas ✓ Exported to forecast.xlsx (28473 bytes)

How it works

Step 01

app.product.connect.steps.0.title

app.product.connect.steps.0.desc

Step 02

app.product.connect.steps.1.title

app.product.connect.steps.1.desc

Step 03

app.product.connect.steps.2.title

app.product.connect.steps.2.desc

Get started

One product. Any platform.
Your agent handles the rest.

Install the CLI or connect via MCP — either way, your agent gets 20+ commands for querying, editing, and exporting financial models.