The exact connection flow depends on which client you’re using. The general pattern is the same: point the client at the Coverbase MCP endpoint, complete the OAuth flow in your browser, and the tools become available in your session.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.
Server endpoint
Claude (claude.ai or Claude Desktop)
Add Coverbase
Click Add connector and select Coverbase from the directory, or paste the server endpoint as a custom connector.
Authorize
You’ll be redirected to Coverbase to authorize the connection. Sign in, review the requested scopes, and approve.
Claude Code
Add the Coverbase server to your project or user config:claude in your project. When you first invoke a Coverbase tool, Claude Code will prompt you to authorize via your browser.
Cursor
In Cursor’s settings, open the MCP section and add a new server with the endpointhttps://mcp.coverbase.app/mcp. Cursor handles the OAuth flow on first use.
Cline (VS Code)
Open the Cline settings, then the MCP Servers panel. Add a new remote server with the Coverbase endpoint. Authorize when prompted.Goose
https://mcp.coverbase.app/mcp. Authorize on first invocation.
MCP Inspector
Useful for debugging or one-off exploration without a full IDE setup:Other clients
Any client that supports MCP with OAuth 2.0 and Streamable HTTP transport should work. The OAuth discovery document is published at
https://mcp.coverbase.app/.well-known/oauth-authorization-server. Point your client at the server URL and the rest is standard.Troubleshooting
No tools appearing, permission denied errors, write actions not executing, and other common issues.