Skip to main content

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.

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.

Available tools

Once connected, your AI assistant can use these tools:
ToolDescription
get_my_contextReturns your user identity and organization
query_peopleQuery people records with filters, sorting, and pagination
query_companiesQuery company records with filters, sorting, and pagination
get_filter_schemaDiscover available filters (country, seniority, industry, etc.)
list_signal_configsList all configured signals for your organization
create_profile_signalCreate a signal tracking a LinkedIn profile
create_search_signalCreate a signal monitoring posts matching a boolean query
create_event_signalCreate a signal tracking event attendance
export_people_csvExport up to 100,000 people records as CSV
export_companies_csvExport up to 100,000 company records as CSV

How authentication works

Clearcue supports two authentication methods for MCP: 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.
  1. Go to Settings > Integrations > Clearcue MCP in your Clearcue dashboard
  2. Click Generate Key and give it a name
  3. Copy the token (it starts with clc_ and is only shown once)
  4. Pass it as a Bearer token in your MCP client’s authorization header
You can revoke or delete API keys at any time from the same settings page. All requests — whether via OAuth or API key — are scoped to your organization. You can only access data you have permission to see.

Server URL

Use this URL when configuring any MCP client:
https://api.tools.clearcue.ai/mcp

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?”