Authentication
The supported service uses one credential and one address:
| Credential | URL | Protocol |
|---|---|---|
MCP token idcd_mcp_... | https://mcp.idcd.com/mcp | Streamable HTTP + Bearer |
An MCP token is only for MCP connections; it is not a credential for the public REST API.
The current model is one long-lived credential with access to the full tool catalog. It remains valid until you explicitly revoke it. Revocation is irreversible; create a new credential if access is needed again. There is no expiry, renewal, credential type, tool scope, or IP restriction contract.
Create and copy
- Sign in to Dashboard → MCP Connection Tokens.
- Select Create token and enter only a name.
- Copy the token immediately; its plaintext is shown only once.
Bearer header
The client must send this header with every request:
Authorization: Bearer idcd_mcp_replace_with_your_token
Use the copyable configuration for Codex, Cursor IDE / Cloud, or Claude Code. Do not change the transport or endpoint.
Revocation
After you select Revoke in the dashboard, the token can no longer open new connections or call tools. If a token is exposed, revoke it first, then create a new token and update the client.