Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clustr-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Clustr provides a hosted MCP (Model Context Protocol) server that lets AI assistants like Claude, Cursor, and Windsurf interact with your Clustr network directly through natural language. Ask your AI assistant to search opportunities, manage target accounts, or import contacts without leaving your workflow.

Setup

The Clustr MCP server is hosted on Clustr’s infrastructure — no Node.js required, and it’s always up to date. Just point your AI client at the URL.

Prerequisites

Configure Your AI Client

Available Tools

Once connected, your AI assistant has access to the following tools:
ToolDescription
start_abm_searchStart an ABM search for a target company and get a shareable magic link immediately
get_abm_search_linkRetrieve the magic link for an existing ABM search without re-running the pipeline
import_contactsImport LinkedIn contacts for referral opportunity discovery. Results delivered via webhook.
search_opportunitiesSearch opportunities — by contact, company, or across your entire network
search_companiesSearch or lookup companies by name, domain, or LinkedIn URL
list_connectorsList people in your network with opportunity counts
get_network_statsGet an overview of your network — connectors, opportunities, top companies
get_job_statusGet the status and progress of an import job
list_jobsList import jobs with optional status filter
update_opportunityUpdate an opportunity’s status or notes
list_opportunity_statusesList available opportunity statuses for your tenant
create_target_accountsAdd target accounts for opportunity prioritization
list_target_accountsList or search your target accounts
delete_target_accountRemove a target account by ID, name, or LinkedIn URL
whats_newShow the MCP changelog and available tools

Example Prompts

Here are some things you can ask your AI assistant once Clustr is connected:
  • “Run an ABM search on Salesforce and give me the report link”
  • “Find referral opportunities at Stripe”
  • “What opportunities do we have through john-doe on LinkedIn?”
  • “Show me my top opportunities by confidence score”
  • “Give me an overview of my network”
  • “Who are my connectors?”
  • “Check the status of my last import”
  • “Mark opportunity X as Contacted”
  • “Add Stripe as a target account”
  • “List all our target accounts”

Authentication

The MCP server uses the same API key as the REST API. Pass it as a Bearer token in the Authorization header of your client config (HTTP transport) or as the CLUSTR_API_KEY environment variable (npm transport).

Troubleshooting

IssueSolution
401 UnauthorizedVerify your API key is correct and active in API settings
Tools not appearingRestart your AI client after updating config
Rate limitedWait a moment and retry. The error message includes retry timing.
Large responses truncatedUse page and page_size parameters to paginate results
CLUSTR_API_KEY environment variable is required (npm only)Set the CLUSTR_API_KEY env var in your client config