The Clearcue MCP server lets you access your buying signals, leads, and pipeline data directly from your favorite AI assistant using the Model Context Protocol (MCP). Ask questions in natural language, filter people, set up signals, and export lists — all without leaving your AI tool.Documentation Index
Fetch the complete documentation index at: https://docs.clearcue.ai/llms.txt
Use this file to discover all available pages before exploring further.
Available tools
Once connected, your AI assistant can use these tools:| Tool | Description |
|---|---|
| get_my_context | Returns your user identity and organization |
| query_people | Query people records with filters, sorting, and pagination |
| query_companies | Query company records with filters, sorting, and pagination |
| get_filter_schema | Discover available filters (country, seniority, industry, etc.) |
| list_signal_configs | List all configured signals for your organization |
| create_profile_signal | Create a signal tracking a LinkedIn profile |
| create_search_signal | Create a signal monitoring posts matching a boolean query |
| create_event_signal | Create a signal tracking event attendance |
| export_people_csv | Export up to 100,000 people records as CSV |
| export_companies_csv | Export up to 100,000 company records as CSV |
How authentication works
Clearcue supports two authentication methods for MCP:OAuth 2.0 (recommended)
When you add the Clearcue connector in your AI assistant, it opens a browser window where you sign in with your Clearcue account. Once authorized, the AI assistant can securely access your organization’s data. This is the easiest option for tools that support OAuth, like Claude Desktop, claude.ai, and ChatGPT.API key
For MCP clients that don’t support OAuth — such as custom agents, automation platforms (n8n, Make), or CLI tools — you can generate a static API key instead.- Go to Settings > Integrations > Clearcue MCP in your Clearcue dashboard
- Click Generate Key and give it a name
- Copy the token (it starts with
clc_and is only shown once) - Pass it as a
Bearertoken in your MCP client’s authorization header
Server URL
Use this URL when configuring any MCP client:Setup guides
Claude
Connect Clearcue to Claude Desktop or claude.ai.
ChatGPT
Connect Clearcue to ChatGPT via connectors.
Example prompts
Once connected, try asking your AI assistant:- “Show me people from Germany with a C-Suite seniority level”
- “Which companies have the most interactions this month?”
- “Create a signal tracking engagers of linkedin.com/company/clearcue”
- “Export all people who showed buying intent in the last 7 days”
- “What signals do I have configured?”