← getcleed.com

INDIVIDUAL MCP TOOL

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.

getcleed.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.getcleed.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_signals and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

getcleed.com

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.
  • 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.
  • 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.