LinkDeal MCP
通过AI寻找热门的LinkedIn线索。丰富联系人信息,解锁评论,发送至Slack。
你可以用 LinkDeal MCP 做什么?
- 按公司域名查找线索 — 通过
find_leads_by_company搜索对特定公司帖子做出反应的 LinkedIn 用户。 - 按关键词或主题查找线索 — 通过
find_leads_by_keyword发现本周内对特定关键词帖子进行互动的线索。 - 丰富线索的联系方式 — 提供线索的 LinkedIn 链接至
enrich_lead,解锁其商务邮箱和电话号码。 - 丰富帖子的热门评论者信息 — 使用
enrich_lead_comments获取线索曾互动的帖子中最多 10 位评论者,包括姓名、职位和评论内容。 - 将线索发送至 Slack — 通过
send_leads_to_slack或send_all_leads_to_slack将特定线索或搜索到的所有线索发送至已配置的 Slack 频道。 - 查看积分余额与账单 — 通过
get_credits和get_billing_info获取当前积分余额、订阅状态及充值价格。
文档
Model Context Protocol
Connect your AI agent to LinkDeal.
LinkDeal exposes a fully authenticated MCP server at app.linkdeal.ai/api/mcp. Any MCP-compatible AI agent, including Claude, Cursor and OpenAI Codex, can find LinkedIn leads, enrich contacts and deliver them to Slack through natural language.
Claude DesktopCursorOpenAI Codex
Get startedView all 17 tools
17
MCP tools available
3
AI clients supported
1
API key to connect
How to connect in 3 steps
1
Sign up and go to Settings
Create a free LinkDeal account at app.linkdeal.ai/signup and navigate to Settings to generate your API key.
2
Add to your AI client config
Paste the config snippet into your Claude Desktop, Cursor or agent configuration file. Replace YOUR_API_KEY with your generated key.
3
Start finding leads in natural language
Ask your agent to find leads at a company, enrich a contact or send results to Slack. All 17 tools are available immediately.
Config snippets
Claude DesktopCursor / Codex
claude_desktop_config.jsonCopy
{
"mcpServers": {
"linkdeal": {
"command": "npx",
"args": [
"mcp-remote",
"https://app.linkdeal.ai/api/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}
Replace YOUR_API_KEY with the key generated in Settings. Keys start with ld_
17 available tools
get_credits
Check your current credit balance, subscription status and top-up pricing
top_up_credits
Top up credits using your saved payment method. Automatically uses your plan rate.
credits
find_leads_by_company
Find LinkedIn leads who reacted to posts at a specific company domain
domains, posts_to_scan, title_keywords, locations, min_connections
find_leads_by_keyword
Find leads who reacted to posts about a keyword or topic this week
keyword, date_posted, posts_to_scan, filters
enrich_lead
Unlock business email and phone number for a specific lead
linkedin_url, search_id
get_lead_recent_posts
Get a lead's own recent posts sorted by engagement score
enrich_lead_comments
Unlock the top commenters on the post a lead reacted to. Returns up to 10 commenters with name, title, LinkedIn URL and comment text. Higher-intent signal than reactions alone -- costs 10 credits.
search_lead_id, search_id, linkedin_profile_urn
setup_slack_webhook
Save a Slack webhook URL to your account
webhook_url
disconnect_slack_webhook
Remove the saved Slack webhook
send_leads_to_slack
Send specific leads to your Slack channel
leads, webhook_url?
send_all_leads_to_slack
Send all leads from a search to Slack
search_id, webhook_url?
get_search_history
Retrieve your past searches with filters
page, limit, query
save_search
Save search parameters for quick reuse
name, search_mode, search_query, filters_json
get_billing_info
Get full subscription status, credits remaining and top-up pricing
cancel_subscription
Cancel subscription at end of current period. Access and credits retained until then.
reactivate_subscription
Undo a cancellation and keep your subscription active.
get_subscription_plans
Get all available plans, pricing and trial details.
Technical details
MCP URL
https://app.linkdeal.ai/api/mcp
Transport
HTTP with Server-Sent Events (SSE), stateless, Vercel compatible
Authentication
Bearer token via Authorization header. Generate keys at app.linkdeal.ai/settings
SDK
@modelcontextprotocol/sdk v1.29.0
MCP_SERVER_NAME: LinkDeal MCP_SERVER_URL: https://app.linkdeal.ai/api/mcp MCP_TRANSPORT: http-sse MCP_AUTH: bearer-token MCP_VERSION: 1.29.0 MCP_TOOL_COUNT: 17 MCP_CAPABILITIES: lead-generation, contact-enrichment, slack-delivery, search-history, billing-management, comment-enrichment, reaction-signals MCP_COMPATIBLE_CLIENTS: claude-desktop, cursor, openai-codex, any-mcp-client MCP_PROVIDER: LinkDeal (linkdeal.ai) MCP_DESCRIPTION: B2B LinkedIn lead generation MCP server. Find leads by company or keyword, enrich with email and phone, deliver to Slack, manage billing.
Ready to connect your agent?
Generate an API key and connect LinkDeal to your AI agent in under 2 minutes.
Get started freeGenerate API key