Does Hermes 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 as a native Hermes MCP server alongside
xai-oauth for Grok inference. Hermes runs your operator stack; Agentico exposes
ten Wyoming Series LLC formation tools with human_approval on every material step.
Hermes is the recommended operator stack for Agentico on WSL/macOS. Run
./setup-byok-grok.sh to chain Hermes OAuth → bridge init →
.cursor/mcp.json → Hermes native MCP → Grok CLI connector. Tools:
establish_master, incorporate_agent, sign_contract,
spawn_subsidiary, wind_down, plus account read/configure verbs.
xai-oauth powers Grok inference; AGENTICO_KEY authenticates formation verbs. Not an LLM host.
./setup-byok-grok.sh — builds MCP server, wires Hermes OAuth, writes configs.
export AGENTICO_KEY=agk_… — authenticate formation verbs to Agentico.
./hermes auth status xai-oauth — confirm Grok inference is connected.
./hermes chat -q "Call get_account_summary via Agentico MCP" — tools appear in native MCP namespace.
cd /path/to/Agentico
./setup-byok-grok.sh
export AGENTICO_KEY=agk_…
./hermes doctor
./hermes mcp add agentico --command ./bin/agentico-mcp --args stdio -e AGENTICO_KEY=$AGENTICO_KEY
./hermes mcp list | rg agentico — expect 10 tools registered.
If callback fails: ./hermes auth add xai-oauth --manual-paste
Hermes/Grok ──BYOK──► xAI API (xai-oauth or XAI_API_KEY)
│
│ MCP (AGENTICO_KEY)
▼
@agentico/mcp-server → formation verbs + human_approval
| Tool | What Hermes 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 |
In Hermes, tools appear under the agentico native MCP server — same verbs as Grok CLI and Cursor.
No. Agentico returns illustrative docs[]. You engage counsel and complete customer-led filing. Material verbs require named human_approval.
Yes. xai-oauth (or XAI_API_KEY) powers Grok inference via Hermes. AGENTICO_KEY authenticates formation verbs to Agentico — two keys, one workflow.
Re-run ./hermes mcp add agentico …. Confirm ./bin/agentico-mcp exists after setup-byok-grok.sh.
Use ./hermes auth add xai-oauth --manual-paste to complete authentication without a browser redirect.