Model Context Protocol
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.
18
MCP tools available
3
AI clients supported
1
API key to connect
Create a free LinkDeal account at app.linkdeal.ai/signup and navigate to Settings to generate your API key.
Paste the config snippet into your Claude Desktop, Cursor or agent configuration file. Replace YOUR_API_KEY with your generated key.
Ask your agent to find leads at a company, enrich a contact or send results to Slack. All 18 tools are available immediately.
{
"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_
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.
creditsfind_leads_by_company
Find LinkedIn leads who reacted to posts at a specific company domain
domains, posts_to_scan, title_keywords, locations, min_connectionsfind_leads_by_keyword
Find leads who reacted to posts about a keyword or topic this week
keyword, date_posted, posts_to_scan, filtersenrich_lead
Unlock business email and phone number for a specific lead
linkedin_url, search_idget_lead_recent_posts
Get a lead's own recent posts sorted by engagement score
linkedin_url, search_idenrich_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_urnsetup_slack_webhook
Save a Slack webhook URL to your account
webhook_urldisconnect_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, querysave_search
Save search parameters for quick reuse
name, search_mode, search_query, filters_jsonget_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.
find_leads_by_natural_language
Semantic ICP search using natural language. Find leads matching a description like "VP of Sales at SaaS companies in the UK".
query, posts_to_scan, filtersMCP_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: 18 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.
Generate an API key and connect LinkDeal to your AI agent in under 2 minutes.