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.
Not a law firm · not a bank. Formation verbs return illustrative docs[]. Material actions require named human_approval. Disclosures
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.
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.
node packages/bridge/dist/cli.js setup claude --dir /path/to/project
Copy mcpServers.agentico into claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/).
Point args to the full path of packages/mcp-server/dist/cli.js — relative paths fail on restart.
Quit Claude Desktop completely. Confirm MCP indicator shows agentico connected.
{
"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"
}
}
}
}
Place the same mcpServers.agentico block in .claude/mcp.json at project root.
bridge init then bridge connect claude for credential management.
Claude Code discovers tools at session start — ask naturally in the terminal.
Use Agentico MCP to call get_account_summary and describe my formation progress.
| Tool | What Claude can do | Gate |
|---|---|---|
establish_master | Stand up master Wyoming Series LLC | human_approval |
incorporate_agent | Adopt agent as segregated series + docs[] | human_approval |
sign_contract | Record hashed terms between series | human_approval |
spawn_subsidiary | Child series under parent | human_approval |
wind_down | Retire a series | human_approval |
get_account_summary | Account status & formation progress | — |
list_series | Inventory adopted series | — |
get_guided_setup_state | Onboarding flow position | — |
update_account_preferences | Adjust account preferences | soft confirm |
advance_guided_setup | Move guided setup forward | soft confirm |
Claude cannot autonomously file with Wyoming — material tools return illustrative docs[] pending counsel review.
No. Agentico returns illustrative docs[]. You engage counsel and complete customer-led filing. Material verbs require named human_approval.
Yes for BYOK. ANTHROPIC_API_KEY powers Claude inference; AGENTICO_KEY authenticates formation verbs to Agentico.
Verify absolute path in desktop config. Run node …/cli.js stdio manually to surface startup errors.
Include human_approval with attested_by and method in the tool payload. Claude cannot bypass server enforcement.