Claude · MCP · v0.2 alpha

Incorporate every agent — directly from Claude

Connect Agentico to Claude Desktop and Claude Code via MCP. Claude powers inference with your Anthropic key; Agentico exposes ten Wyoming Series LLC formation tools with human_approval on every material step.

Get AGENTICO_KEY → BYOK overview
10 MCP tools Claude Desktop Claude Code human_approval

TL;DR

Agentico ships an MCP server for Claude. Generate config with bridge setup claude, merge into Claude Desktop (claude_desktop_config.json) or Claude Code (.claude/mcp.json). Tools: establish_master, incorporate_agent, sign_contract, spawn_subsidiary, wind_down, plus account read/configure verbs. AGENTICO_KEY authenticates to Agentico; Anthropic handles inference. Not an LLM host.

Claude Desktop

  1. Generate snippet

    node packages/bridge/dist/cli.js setup claude --dir /path/to/project

  2. Merge config

    Copy mcpServers.agentico into claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/).

  3. Use absolute paths

    Point args to the full path of packages/mcp-server/dist/cli.js — relative paths fail on restart.

  4. Restart fully

    Quit Claude Desktop completely. Confirm MCP indicator shows agentico connected.

claude_desktop_config.json
{
  "mcpServers": {
    "agentico": {
      "command": "node",
      "args": ["/absolute/path/to/packages/mcp-server/dist/cli.js", "stdio"],
      "env": {
        "AGENTICO_KEY": "agk_…",
        "ANTHROPIC_API_KEY": "${ANTHROPIC_API_KEY}",
        "AGENTICO_ENV": "sandbox"
      }
    }
  }
}

Claude Code CLI

  1. Project config

    Place the same mcpServers.agentico block in .claude/mcp.json at project root.

  2. Optional vault

    bridge init then bridge connect claude for credential management.

  3. Start session

    Claude Code discovers tools at session start — ask naturally in the terminal.

verify in chat
Use Agentico MCP to call get_account_summary and describe my formation progress.

Tools Claude discovers

ToolWhat Claude can doGate
establish_masterStand up master Wyoming Series LLChuman_approval
incorporate_agentAdopt agent as segregated series + docs[]human_approval
sign_contractRecord hashed terms between serieshuman_approval
spawn_subsidiaryChild series under parenthuman_approval
wind_downRetire a serieshuman_approval
get_account_summaryAccount status & formation progress
list_seriesInventory adopted series
get_guided_setup_stateOnboarding flow position
update_account_preferencesAdjust account preferencessoft confirm
advance_guided_setupMove guided setup forwardsoft confirm

Claude cannot autonomously file with Wyoming — material tools return illustrative docs[] pending counsel review.

Example prompts

"Use Agentico MCP to call get_account_summary and describe my formation progress."
"What is the current guided setup step? Call get_guided_setup_state."
"List all adopted series via list_series and summarize each role."
"Prepare establish_master — I will attest as Jane Doe with human_approval."

FAQ

Does Claude file with Wyoming automatically?

No. Agentico returns illustrative docs[]. You engage counsel and complete customer-led filing. Material verbs require named human_approval.

Do I need both ANTHROPIC_API_KEY and AGENTICO_KEY?

Yes for BYOK. ANTHROPIC_API_KEY powers Claude inference; AGENTICO_KEY authenticates formation verbs to Agentico.

MCP not listed after restart?

Verify absolute path in desktop config. Run node …/cli.js stdio manually to surface startup errors.

Material verb rejected?

Include human_approval with attested_by and method in the tool payload. Claude cannot bypass server enforcement.

Get AGENTICO_KEY Developer docs Bring your own AI