LinkDeal
Find B2B leads from LinkedIn engagement, enrich contacts and deliver to Slack.
Install
mcp_config.json
{
"mcpServers": {
"ai-linkdeal-www-mcp": {
"url": "https://app.linkdeal.ai/api/mcp",
"type": "sse"
}
}
}Documentation
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
Option 1: OAuth (recommended)
No API key needed. Just sign in with your LinkDeal account.
Claude.ai / Claude Desktop:
- Go to Settings > Connectors
- Click "Add connector"
- Enter URL:
https://app.linkdeal.ai/api/mcp - Select OAuth authentication
- Click Connect and sign in with your LinkDeal account
Cursor:
- Go to Settings > MCP
- Click "Add MCP Server"
- Enter URL:
https://app.linkdeal.ai/api/mcp - Select OAuth authentication
- Click Connect and sign in
ChatGPT:
- Click the + button in a conversation or go to Settings > Connectors
- Enter URL:
https://app.linkdeal.ai/api/mcp - Click Connect and sign in with your LinkDeal account
Option 2: API Key
- Sign up at app.linkdeal.ai and go to Settings to generate an API key
- Add the config below to your AI client
- Ask your agent to find leads in natural language
Claude Desktop:
```json { "mcpServers": { "linkdeal": { "command": "npx", "args": [ "mcp-remote", "https://app.linkdeal.ai/api/mcp", "--header", "Authorization: Bearer YOUR_API_KEY" ] } } } ```
Cursor / Codex:
```json { "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)
| Tool | Description |
|---|---|
find_leads_by_company | Find leads who reacted to posts at a company domain |
find_leads_by_keyword | Find leads reacting to posts about a keyword this week |
find_leads_by_natural_language | Semantic ICP search -- describe your ideal customer |
enrich_lead | Unlock business email and phone for a lead |
get_lead_recent_posts | Get a lead's own recent posts sorted by engagement |
enrich_lead_comments | Unlock top commenters on the post a lead reacted to |
send_leads_to_slack | Send specific leads to your Slack channel |
send_all_leads_to_slack | Send all leads from a search to Slack |
setup_slack_webhook | Save a Slack webhook URL to your account |
disconnect_slack_webhook | Remove the saved Slack webhook |
get_search_history | Retrieve past searches with filters |
save_search | Save search parameters for quick reuse |
get_credits | Check current credit balance and subscription status |
top_up_credits | Top up credits using your saved payment method |
get_billing_info | Get full subscription and pricing details |
get_subscription_plans | Get all available plans and trial details |
cancel_subscription | Cancel subscription at end of current period |
reactivate_subscription | Undo a cancellation |
Pricing
Plans start at £19/month with a 5-day free trial and 50 credits included.
| Action | Credits |
|---|---|
| Pipeline search | 5 per post scanned |
| ICP semantic search | 5 flat |
| Contact enrichment | 15 per lead |
| Recent posts unlock | 5 per lead |
| Comment unlock | 10 per lead |
Technical Details
- MCP URL:
https://app.linkdeal.ai/api/mcp - Transport: HTTP with Server-Sent Events (SSE), stateless
- Auth: OAuth 2.0 (recommended) or Bearer token via Authorization header
- OAuth: Dynamic client registration supported (RFC 7591)
- SDK:
@modelcontextprotocol/sdkv1.29.0 - Registry:
ai.linkdeal.www/mcpv1.0.4
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
- Website: linkdeal.ai
- App: app.linkdeal.ai
- MCP docs: linkdeal.ai/mcp
- Help: help.linkdeal.ai
Sourced from the repository README.
More in Developer Tools
- N8nFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.202,280
- Gemini CliAn open-source AI agent that brings the power of Gemini directly into your terminal.106,664
- World MonitorLive global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.84,026
- WorldmonitorReal-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface84,024
- Scrapling🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!76,275
- Ruflo🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated69,270