llms.txt files described in AI-assisted integration help an agent write your integration code. The MCP server is different: it lets an agent act on your live account.
Available tools
Each tool maps to a Web API endpoint and requires the corresponding access token permission. A connection that was only granted analytics permissions cannot create or block keys.
Enable MCP access
MCP access is disabled by default and is currently available for company accounts only.- Open Security settings and enable MCP access.
- Connected clients appear under Connected Apps, where you can review the permissions granted to each connection and revoke it at any time.
Connect a client
- Claude Code
- Claude Desktop and claude.ai
- ChatGPT
- Codex
- VS Code (GitHub Copilot)
- Cursor and other clients
/mcp inside Claude Code to start the authorization flow.Authenticate with an access token
Instead of the browser-based authorization flow, you can authenticate by sending an existing access token in thetoken header. This is useful for headless environments, CI pipelines, and automations, or when you want to reuse a token whose permissions you have already narrowed down.
Security recommendations
- Grant the minimum permissions for the task. For reporting and dashboards, analytics permissions are enough; key and customer write permissions are only needed if the agent should change your account.
- Data returned by the tools is processed by the AI model you use, so only grant read access to data you are comfortable sharing with your AI provider.
- Narrowing permissions also reduces, and can eliminate, the personal data that reaches the model. A connection limited to analytics permissions returns aggregated usage data, whereas customer permissions expose names and email addresses, and key permissions can expose fields such as notes and machine codes. This supports a data-minimization approach under GDPR and similar regulations.
- When you authenticate with an access token, you can additionally use feature lock for data masking to hide individual fields, such as notes, from license key responses.
- Review Connected Apps periodically and revoke connections you no longer use.
- Every tool call is executed as a regular Web API request, so MCP activity is recorded in the Web API log and can be audited like any other API usage.