Server URL
Quick connect
Add Agent Loadout to Claude Code in one command:Add to Claude Code
Supported clients
Claude Code
Add with
claude mcp add --transport http. Works in the CLI and in the VS Code extension.Codex CLI
Configure the MCP server URL in your Codex profile. Authentication uses the same OAuth flow.
Cursor
Add Agent Loadout as a custom MCP server in Cursor’s settings. No plugin installation needed.
ChatGPT
Enable Developer mode in ChatGPT settings, then add the server URL as a custom plugin connection using OAuth.
Same token, same capabilities
Each MCP tool maps directly to a REST endpoint. Use whichever interface is more convenient — the same agent token, the same scoped permissions, and the same audit trail apply to both. You never need to manage two separate sets of credentials.What happens after connecting
Once connected, your client discovers all available tools automatically. Which tools are active depends on the agent’s granted permissions and your workspace’s enabled features:- Email tools require
email:readand/oremail:send - Vault tools require
vault:metadata,vault:use, and/orvault:write - Wallet tools require
wallet:readand/orwallet:pay(feature-flagged) - Compute tools require
compute:read,compute:run, and/orcompute:admin(feature-flagged)
Access to a credential’s value must be explicitly enabled on the credential itself. Wallet and machine features must also be available in your workspace plan.
Learn more
MCP Tools Reference
Every tool, grouped by category, with scope requirements and descriptions.
MCP OAuth
Discovery documents, PKCE flow, token lifetimes, and scope definitions for client developers.