Skip to main content
Every client that talks to Agent Loadout uses the same server URL and the same token. You connect once, the agent’s 33 MCP tools become available in your client, and swapping to a different client means pointing it at the same URL — no new agent, no new credentials. MCP server URL
The server uses OAuth 2.1 with PKCE. Clients that support browser-based OAuth (Claude Code, Cursor, ChatGPT) handle authentication automatically. For programmatic access, use a token you issue in the agent’s Tokens tab.
Run the following command in your terminal. Claude Code opens your browser so you can sign in, choose an agent, and approve its permissions.
Connect Claude Code
After you approve access in the browser:
  1. Return to your terminal — Claude Code reports 33 tools available.
  2. Open a new chat session and enable Agent Loadout in the tools menu if prompted.
  3. Ask Claude Code which agent it is connected to, and it will call get_agent to confirm.
No local installation or API key is required. To disconnect, revoke the token in the agent’s Tokens tab and remove agent-loadout from Claude Code’s MCP server list.

Try it after connecting

Once your client is connected, try these prompts in any chat session. Tool access follows the agent’s granted permissions and equipped resources.
Email, credentials, cards, and machines all share the same connection. Access to a credential’s value must be enabled for the agent. Cards and machines must also be available in your workspace. Sending and running machines follow your account’s plan limits.

Troubleshooting

Some accounts require Developer mode or a workspace administrator to enable custom connectors. Check the official setup guide linked in your client’s own documentation. For ChatGPT specifically, Developer mode must be enabled under Settings → Security and login before the custom connector UI appears.
Complete the access-approval step in the browser first, then return to your client. If the tools still do not appear:
  • Start a new conversation — some clients require a fresh session before tools become visible.
  • Look for a Refresh tools or Reconnect option in the client’s MCP or connector settings.
  • Make sure you approved permissions for the correct agent during the OAuth flow. If you are unsure, disconnect and reconnect to choose again.
This means the token used for the connection does not include the required capability, or the resource (inbox, credential, machine) is not equipped on the selected agent. To fix it:
  1. Open the agent’s Tokens tab and check which capabilities the token carries.
  2. Open the agent’s Equipment tab and confirm the inbox, vault entries, or machines are present.
  3. If you need to add capabilities, issue a new token with the required scopes and reconnect — or disconnect and reconnect to choose a different agent.
  1. In the Agent Loadout dashboard, open the agent’s Tokens tab.
  2. Find the token issued for that client and choose Revoke. This immediately stops all access from that token.
  3. In your client’s MCP or connectors settings, remove the Agent Loadout server entry.
You can reconnect at any time by pointing the client at https://agent-loadout.com/api/mcp again and completing a new OAuth flow.