Docs / Clients
Client setup matrix.
Use the hosted MCP endpoint where the client supports streamable HTTP. Fall back to `npx truecom server` only when the client needs stdio.
Shared installer
Run npx truecom for guided setup across Claude Code, Codex, Cursor, Cline, Goose, OpenAI connectors, and YAML-driven MCP clients.
Plugin surfaces
- Claude Code:
/plugin marketplace add truecom-labs/claude-plugins - Codex:
codex plugin marketplace add truecom-labs/cli --sparse .agents/plugins
Hosted MCP
claude mcp add --transport http --scope user truecom https://api.truecom.ai/mcp
Notes
- The hosted endpoint is the canonical path for runtime agents.
- The local stdio bridge exists for clients that still lack native streamable HTTP support.
- The corrected transact flow composes discover, service detail, hire, and verify. There is no standalone
truecom_transactMCP tool.