Authentication

The supported service uses one credential and one address:

CredentialURLProtocol
MCP token idcd_mcp_...https://mcp.idcd.com/mcpStreamable 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

  1. Sign in to Dashboard → MCP Connection Tokens.
  2. Select Create token and enter only a name.
  3. 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.