INDIVIDUAL MCP TOOL
get_pipeline_stats
How the pipeline stands: how many prospects, how many carry signals, enrichment state, how many have an email address, how many were contacted, what was added in the last 7 days, the most common signal types, and the remaining plan quota.
LIVE ENDPOINT
https://www.getcleed.com/api/mcp
Connect to this endpoint to inspect the live schema for get_pipeline_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.getcleed]
url = "https://www.getcleed.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"getcleed": {
"type": "http",
"url": "https://www.getcleed.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: getcleed
Remote MCP URL: https://www.getcleed.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"getcleed": {
"url": "https://www.getcleed.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"getcleed": {
"type": "http",
"url": "https://www.getcleed.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "getcleed",
"transport": "streamable-http",
"url": "https://www.getcleed.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_prospects— Search the saved prospects in the account.get_prospect— Everything known about one prospect: role, company, location, language, every detected signal with the verbatim quote from its source and the LinkedIn URL it came from, any existing email or LinkedIn draft, and outreach state.list_signals— The buying signals this account looks for: the predefined ones and the custom ones, each with the definition used to detect it and whether it is enabled.get_icp— The active ICP: target roles, industries, countries, company sizes, relevant keywords and any exclusions.add_leads_from_urls— Save LinkedIn profiles as prospects and enrich them (name, role, company, industry, location, language).find_leads_from_signals— Search recent LinkedIn posts on the topics of this account's own signal definitions, keep only posts a check can prove are on topic, and return the people who wrote, commented on or reacted to them, filtered against the ICP (role, industry, country) and ranked.import_sourced_leads— Save candidates returned by find_leads_from_signals.analyze_prospects— Run the signal pipeline on prospects: enrich anyone missing company data, read their recent LinkedIn activity, and detect buying signals.