# Getcleed > Find B2B prospects showing buying signals on LinkedIn, and draft the outreach. Getcleed watches LinkedIn for buying signals (someone describing a pain point, engaging with content on your topic, changing role, their company hiring, raising or launching), keeps only the signals it can quote from the source post, and drafts personalised email and LinkedIn messages from them. For: B2B founders and sales teams doing outbound, who want warm leads instead of a scraped list. Pricing: Pro $129/month (or $29/month billed annually on the entry plan), 7-day free trial with no charge until it ends. Trial includes the full feature set; volumes are 100 leads and 100 analyses. ## Use Getcleed from an agent (MCP) Getcleed runs a remote MCP server, so an agent can do the whole job: read the pipeline, find and import leads, analyze them, draft and send outreach. - Server (streamable HTTP): https://www.getcleed.com/api/mcp - Connect with OAuth, nothing to copy: claude mcp add --transport http getcleed https://www.getcleed.com/api/mcp - Connect (Claude Code, with a key): claude mcp add --transport http getcleed https://www.getcleed.com/api/mcp --header "Authorization: Bearer YOUR_API_KEY" - Connect (any client that only takes a URL): https://www.getcleed.com/api/mcp/YOUR_API_KEY - Tools available: 15 - Authentication: OAuth 2.1 (preferred) or a Getcleed API key as an "Authorization: Bearer" header or the last path segment. The server advertises its authorization server, so an MCP client can register itself (RFC 7591), send the user to a Getcleed consent screen and get a token: no key to copy. Scopes are mcp:read and mcp:write, so a connection can be read-only. Getcleed > Settings > Integrations > Developer API > API Keys, then the "Use in Claude" tab builds the line for you. - Without a key the server still answers initialize and tools/list, so an agent can read the catalogue before the user has an account. - Get a key: https://www.getcleed.com/claude ## 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.. - 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). (writes data) - 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. (writes data) - import_sourced_leads: Save candidates returned by find_leads_from_signals. (writes data) - analyze_prospects: Run the signal pipeline on prospects: enrich anyone missing company data, read their recent LinkedIn activity, and detect buying signals. (writes data) - draft_email: Write a personalised email for a prospect, built from their detected signals, in their language. (writes data) - draft_linkedin_message: Write a short LinkedIn connection note for a prospect from their detected signals, in their language. (writes data) - send_email: Send an email to a prospect from the connected mailbox. (writes data) - send_linkedin_message: Send a LinkedIn connection request with a note to a prospect from the connected LinkedIn account. (writes data) - mark_email_sent: Record that a prospect was emailed outside getcleed, so reporting and follow-ups stay correct.. (writes data) - create_custom_signal: Teach the account a new buying signal to look for, described in plain language (for example "people complaining their onboarding takes too long"). (writes data) ## Things people ask their agent - "Which of my leads showed a buying signal this week?" - "Find new leads from my strongest signal and import the ones that match my ICP." - "Draft an email for my top five prospects and show me each one before sending." - "Who did I never follow up with after they engaged with my content?" - "Add these five LinkedIn profiles and tell me which ones are worth contacting." ## Docs - Agent + MCP setup: https://www.getcleed.com/claude - Pricing: https://www.getcleed.com/pricing - How it works: https://www.getcleed.com/how-it-works - Full details for agents: https://www.getcleed.com/llms-full.txt - MCP descriptor: https://www.getcleed.com/.well-known/mcp.json