Grok · Custom MCP · v0.2 alpha

Incorporate every agent — directly from Grok

Add Agentico as a Custom connector at grok.com/connectors. Grok discovers ten Wyoming Series LLC formation tools and calls them like built-in integrations — with human_approval on every material step.

Add in Grok → BYOK overview
10 MCP tools Custom connector human_approval Grok CLI + web

TL;DR

Agentico ships an MCP server for Grok. Connect via Grok CLI (grok mcp add), project .grok/config.toml, or grok.com/connectors → Custom with a tunneled HTTPS URL. Tools: establish_master, incorporate_agent, sign_contract, spawn_subsidiary, wind_down, plus account read/configure verbs. AGENTICO_KEY authenticates to Agentico; Grok handles inference. Not an LLM host.

Grok CLI (fastest)

  1. Clone & build

    ./setup-grok-connector.sh — builds MCP server, writes .grok/config.toml.

  2. Verify

    grok mcp doctor agentico — expect handshake OK and 10 tools.

  3. Chat

    Open Grok, enable the agentico connector via /mcps, and ask naturally.

one-liner
grok mcp add agentico -e AGENTICO_KEY=$AGENTICO_KEY -- ./bin/agentico-mcp stdio
grok mcp doctor agentico

grok.com/connectors (web & SuperGrok)

  1. Start HTTP MCP

    AGENTICO_KEY=agk_... ./bin/agentico-mcp serve 3001

  2. Tunnel

    ngrok http 3001 — copy the HTTPS forwarding URL.

  3. Add connector

    grok.com/connectors → New Connector → Custom → URL https://<tunnel>/mcp

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 Grok discovers

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

In Grok, tools appear namespaced as agentico__incorporate_agent, etc.

Example prompts

"Use Agentico to list my Wyoming series."
"Incorporate a research agent series named knox-research with human_approval from Jane Doe."
"Sign a contract between ser_ops and ser_research with terms hash abc123 — I attest as Jane Doe."
"What's my guided setup state for master formation?"

FAQ

Does Grok 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 a separate Grok API key for Agentico?

No. Grok powers inference (SuperGrok or xAI). AGENTICO_KEY authenticates formation verbs to Agentico.

Can I use sandbox without a key?

Yes — AGENTICO_MOCK=1 returns simulated responses for connector testing.

Get AGENTICO_KEY Developer docs Bring your own AI