ChatGPT · OpenAI · Codex · MCP · v0.2 alpha

Incorporate every agent — from ChatGPT and Codex

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.

Get AGENTICO_KEY → BYOK overview
10 MCP tools Codex CLI HTTP + stdio human_approval

TL;DR

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.

Codex CLI & stdio (fastest)

  1. Prerequisites

    export AGENTICO_KEY=agk_… and export OPENAI_API_KEY=sk-…

  2. Add MCP server

    Register agentico in your host's MCP config pointing to cli.js stdio.

  3. Smoke test

    AGENTICO_KEY=agk_… node packages/mcp-server/dist/cli.js stdio — expect handshake OK.

  4. Chat

    Ask your host to call Agentico tools — same ten verbs as every other connector.

stdio MCP config
{
  "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"
      }
    }
  }
}

ChatGPT custom MCP (HTTP)

  1. Start HTTP MCP

    AGENTICO_KEY=agk_… node packages/mcp-server/dist/cli.js serve 3001

  2. Tunnel

    ngrok http 3001 — copy the HTTPS forwarding URL.

  3. Register connector

    Add custom MCP in ChatGPT with URL https://<tunnel>/mcp and Bearer AGENTICO_KEY.

Custom connector fields
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

Tools ChatGPT discovers

ToolWhat ChatGPT 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

Formation verbs require explicit human_approval in the tool payload — the host cannot bypass server enforcement.

Example prompts

"Call get_account_summary on Agentico MCP and summarize my overseer and formation status."
"List all adopted series via list_series."
"Walk me through guided setup — call get_guided_setup_state for onboarding."
"Prepare sign_contract between ser_ops and ser_research — I attest as Jane Doe."

FAQ

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.

What if my host lacks MCP support?

Use Codex CLI, Cursor, or Hermes — same @agentico/mcp-server and ten tools. See Bring your own AI.

Two-key model — which key does what?

OPENAI_API_KEY powers ChatGPT / GPT inference (BYOK). AGENTICO_KEY authenticates formation verbs to Agentico.

Can I use sandbox without a live key?

Yes — AGENTICO_MOCK=1 returns simulated responses for connector testing without a production key.

Get AGENTICO_KEY Developer docs Bring your own AI