Documentation Index
Fetch the complete documentation index at: https://docs.coverbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication and authorization
The Coverbase MCP server uses OAuth 2.0. We do not store the AI assistant provider’s credentials, and the AI assistant provider does not receive your Coverbase password.OAuth 2.0
Short-lived access tokens with refresh-token rotation.
Permission inheritance
Tool calls run with the connected user’s permissions. The connector cannot escalate beyond what that user could do in the Coverbase UI.
Origin validation
The server validates the
Origin header on incoming MCP requests to prevent DNS rebinding attacks.Transport security
All connections use TLS 1.2 or higher with certificates from recognized authorities.
What we log
When the connector is invoked, we log:- The OAuth user identity
- The tool called
- The parameters passed
- The timestamp
- The outcome (success or error)
What we do not retain
- We do not retain the prompts you send to the AI assistant.
- We do not retain the conversation context the assistant maintains.
- We do not retain the assistant’s responses to you.
- We do not collect data outside the scope of the specific tool calls made by the assistant.
- We do not access the assistant’s chat history, memory, or files.
Revocation
You can revoke the connector at any time from your Coverbase account settings or from the assistant client’s connector settings. Revocation invalidates the OAuth token immediately.Write-action protection
Audit logging
Every tool call is logged with user identity, parameters, and outcome. Logs are available to admins in the Coverbase audit trail, alongside the audit trail for actions taken in the dashboard.Compliance
The Coverbase MCP server is part of our SOC 2 Type II audited platform and inherits the same controls as the core product.Vulnerability reporting
Report any security issue to security@coverbase.ai. We acknowledge reports within one business day and follow responsible-disclosure timelines.Full privacy policy
See the MCP section of the Coverbase Privacy Policy for full details.