ArgorantDocs

Connect a client

The canonical MCP setup for every client. One URL, one OAuth prompt, then start with counts.

Endpoints

WhatURL
MCP server (streamable HTTP)https://mcp.argorant.com/mcp
Authorization server metadatahttps://mcp.argorant.com/.well-known/oauth-authorization-server
Protected resource metadatahttps://mcp.argorant.com/.well-known/oauth-protected-resource
Connector manifesthttps://mcp.argorant.com/manifest.json

OAuth 2.1 authorization code with PKCE. Clients that cannot be pre-registered self-register at the registration endpoint (dynamic client registration). Refresh tokens are issued.

Per client

ClientWhereSteps
ClaudeCustomize → Connectors → Add custom connectorPaste the URL, sign in. Team and Enterprise: an owner adds it, members connect. Guide
ChatGPTSettings → Security and login → Developer mode → Plugins → +Name it Argorant, paste the URL under Connection, OAuth. Guide
CodexPluginsInstall the Argorant plugin; it carries the MCP connection and five skills. Guide
Custom runtimeAny MCP client with OAuthPoint at the URL, complete the flow, call argorant_account first.

First calls

  1. argorant_account shows the connected account, scopes and daily usage.
  2. argorant_count_people and argorant_preview_people are free and safe.
  3. Anything that spends credits or sends email asks the agent to confirm with the user first; the tool descriptions say so and the annotations mark them.

On this page