Overview
Speed up your development efforts by using our MCP Server for Developers. Instead of the LLM hallucinating how our APIs work, it can instantly look up the correct way to integrate.We maintain two MCP Servers: one that executes tools for agentic AI, and
another that provides search across our documentation for developing with our
APIs. This server is the latter.
Quickstart
Usage
- Add the ccc-docs MCP server to your MCP-compatible client.
- Point the client to the URL:
How it helps you
Without MCP:- Generate accurate code using our latest API endpoints and parameters
- Answer specific questions about DNCScrub APIs and authentication
- Suggest best practices for TCPA compliance, scrubbing, and litigator checks
- Find the right documentation when you’re stuck on implementation
This MCP server provides documentation search only. It doesn’t execute API
calls directly—that keeps your development secure. For real-time compliance
operations, see MCP for Applications.
Claude
To use the CCC MCP server with Claude:1
Add the CCC MCP server to Claude
- Navigate to the Connectors page in Claude settings
- Select Add custom connector
- Add the following:
- Name:
Contact Center Compliance - URL:
https://docs.dnc.com/mcp
- Name:
- Select Add
2
Access CCC docs in your chat
- When using Claude, select the attachments button (the plus icon)
- Select the Contact Center Compliance connector
- Query Claude with CCC documentation as context
Cursor
To connect the CCC MCP server to Cursor, you can either use the automatic connection or configure it manually:- Automatic Connection
- Manual Configuration
1
Use the Connect to Cursor option
- On any CCC documentation page, select the Copy page dropdown next to the document header
- Select Connect to Cursor
- Cursor will automatically open with the CCC MCP server configured
2
Test the connection
In Cursor’s chat, ask “What tools do you have available?” to verify that Cursor has access to CCC documentation search.
VS Code
The CCC MCP server can also be configured with VS Code extensions that support MCP:- Install an MCP-compatible extension (such as Continue or Cline)
- Add the CCC server URL:
https://docs.dnc.com/mcp - Test the connection by querying CCC documentation
VS Code MCP support varies by extension. Check your specific extension’s
documentation for setup instructions.