Does ChatGPT 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
Wire Agentico to ChatGPT (custom MCP), OpenAI API
orchestrators, and Codex CLI via stdio MCP. OpenAI powers inference with your key;
Agentico exposes ten Wyoming Series LLC formation tools with human_approval on every material step.
Agentico ships an MCP server for OpenAI surfaces. Connect via stdio MCP config
(Codex CLI, orchestrators) or HTTP + tunnel for web-based ChatGPT custom MCP.
Tools: establish_master, incorporate_agent, sign_contract,
spawn_subsidiary, wind_down, plus account read/configure verbs.
OPENAI_API_KEY powers inference; AGENTICO_KEY authenticates formation verbs. Not an LLM host.
export AGENTICO_KEY=agk_… and export OPENAI_API_KEY=sk-…
Register agentico in your host's MCP config pointing to cli.js stdio.
AGENTICO_KEY=agk_… node packages/mcp-server/dist/cli.js stdio — expect handshake OK.
Ask your host to call Agentico tools — same ten verbs as every other connector.
{
"mcpServers": {
"agentico": {
"command": "node",
"args": ["/absolute/path/to/packages/mcp-server/dist/cli.js", "stdio"],
"env": {
"AGENTICO_KEY": "agk_…",
"OPENAI_API_KEY": "sk-…",
"AGENTICO_ENV": "sandbox"
}
}
}
}
AGENTICO_KEY=agk_… node packages/mcp-server/dist/cli.js serve 3001
ngrok http 3001 — copy the HTTPS forwarding URL.
Add custom MCP in ChatGPT with URL https://<tunnel>/mcp and Bearer AGENTICO_KEY.
Name: Agentico LLC Entities
URL: https://your-tunnel.ngrok-free.app/mcp
Description: Wyoming Series LLC formation for AI agent fleets
Auth: Bearer AGENTICO_KEY
| Tool | What ChatGPT 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 |
Formation verbs require explicit human_approval in the tool payload — the host cannot bypass server enforcement.
No. Agentico returns illustrative docs[]. You engage counsel and complete customer-led filing. Material verbs require named human_approval.
Use Codex CLI, Cursor, or Hermes — same @agentico/mcp-server and ten tools. See Bring your own AI.
OPENAI_API_KEY powers ChatGPT / GPT inference (BYOK). AGENTICO_KEY authenticates formation verbs to Agentico.
Yes — AGENTICO_MOCK=1 returns simulated responses for connector testing without a production key.