Back to Discover

mcp

connector

LinkDeal

Find B2B leads from LinkedIn engagement, enrich contacts and deliver to Slack.

View on GitHub
0 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add LinkDeal/mcp

README

LinkDeal MCP Server

Find B2B leads from LinkedIn post engagement, enrich contact details, and deliver to Slack -- all through natural language with any MCP-compatible AI agent.

What it does

LinkDeal surfaces people actively reacting to LinkedIn posts at target companies or around keywords. Your AI agent can:

  • Find leads by company domain or keyword
  • Search semantically by ICP description
  • Enrich leads with business email and phone
  • Unlock recent posts and top commenters for outreach context
  • Send leads directly to Slack
  • Manage searches, saved searches and billing

Quickstart

  1. Sign up at app.linkdeal.ai and go to Settings to generate an API key
  2. Add the config below to your AI client
  3. Ask your agent to find leads in natural language

Configuration

Claude Desktop

{
  "mcpServers": {
    "linkdeal": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://app.linkdeal.ai/api/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}

Cursor / Codex

{
  "mcpServers": {
    "linkdeal": {
      "url": "https://app.linkdeal.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with the key from Settings. Keys start with ld_

Available Tools (18)

ToolDescription
find_leads_by_companyFind leads who reacted to posts at a company domain
find_leads_by_keywordFind leads reacting to posts about a keyword this week
find_leads_by_natural_languageSemantic ICP search -- describe your ideal customer
enrich_leadUnlock business email and phone for a lead
get_lead_recent_postsGet a lead's own recent posts sorted by engagement
enrich_lead_commentsUnlock top commenters on the post a lead reacted to
send_leads_to_slackSend specific leads to your Slack channel
send_all_leads_to_slackSend all leads from a search to Slack
setup_slack_webhookSave a Slack webhook URL to your account
disconnect_slack_webhookRemove the saved Slack webhook
get_search_historyRetrieve past searches with filters
save_searchSave search parameters for quick reuse
get_creditsCheck current credit balance and subscription status
top_up_creditsTop up credits using your saved payment method
get_billing_infoGet full subscription and pricing details
get_subscription_plansGet all available plans and trial details
cancel_subscriptionCancel subscription at end of current period
reactivate_subscriptionUndo a cancellation

Pricing

Plans start at £19/month with a 5-day free trial and 50 credits included.

ActionCredits
Pipeline search5 per post scanned
ICP semantic search5 flat
Contact enrichment15 per lead
Recent posts unlock5 per lead
Comment unlock10 per lead

Technical Details

  • MCP URL: https://app.linkdeal.ai/api/mcp
  • Transport: HTTP with Server-Sent Events (SSE), stateless
  • Auth: Bearer token via Authorization header
  • SDK: @modelcontextprotocol/sdk v1.29.0

Example Prompts

"Find me 10 leads at hubspot.com who reacted to LinkedIn posts this week"

"Search for VP of Sales at B2B SaaS companies in the UK using Salesforce"

"Enrich the top 5 leads from my last search and send them to Slack"

Links

Rendered live from LinkDeal/mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
sse remoteHosted sse endpointmcp-serverhttps://app.linkdeal.ai/api/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.