https://docs.whitebit.com/mcp
Prerequisites
- Cursor, VS Code, or Claude Desktop installed
- An active internet connection
What MCP provides
The Model Context Protocol (MCP) gives AI tools direct access to the WhiteBIT documentation. Instead of relying on training data, the AI tool searches current documentation pages to generate accurate API code, answer integration questions, and surface the correct endpoint parameters.Cursor
Automatic setup
- Navigate to any WhiteBIT documentation page.
- Select the Copy page dropdown next to the document title.
- Select Connect to Cursor.
- Cursor opens with the WhiteBIT MCP server configured automatically.
Manual setup
- Open the command palette with Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux).
- Search for Open MCP settings and select the result. The
mcp.jsonfile opens. - Add the WhiteBIT documentation server configuration:
- Save the file.
- Restart Cursor.
What MCP tools do you have available? The WhiteBIT documentation search tool appears in the response.
VS Code
Automatic setup
- Navigate to any WhiteBIT documentation page.
- Select the Copy page dropdown next to the document title.
- Select Connect to VS Code.
- VS Code opens with the WhiteBIT MCP server configured automatically.
Manual setup
- Install an MCP-compatible extension in VS Code.
- Open the extension’s MCP server settings.
- Add the server URL:
https://docs.whitebit.com/mcp. - Save the configuration and restart VS Code.
VS Code MCP support varies by extension. Check the extension documentation for specific configuration instructions.
Claude Desktop
- Navigate to claude.ai/settings/connectors in a browser.
- Select Add custom connector.
- Enter the following details:
- Name:
WhiteBIT Docs - URL:
https://docs.whitebit.com/mcp
- Name:
- Select Add.
- When starting a Claude chat, select the attachments button and choose WhiteBIT Docs to activate the connector.
Test the connection
After configuration, test the MCP connection by asking the AI tool:Troubleshooting
MCP server connection failure
Verify the server URL is exactlyhttps://docs.whitebit.com/mcp. Check the internet connection, then restart the AI tool after making configuration changes.
Search tool not listed
Confirm the MCP server was added correctly by reviewing the configuration. Remove the server entry, re-add it, and restart the AI tool. Check the AI tool’s MCP support documentation for version requirements.Search returns no results
Try more general search terms. Useauthentication instead of HMAC-SHA512 private endpoint auth. Confirm the MCP connection is active by asking What MCP tools do you have available? before searching.
What’s next
- Contextual AI menu — Copy page content and open pages in AI chat tools directly from the browser
- API Reference Overview — Base URL, quickstart examples, and endpoint groups
- Authentication — Sign and authenticate private API requests
- Model Context Protocol documentation — MCP protocol reference for advanced configuration
- Mintlify MCP documentation — Mintlify-specific MCP server details