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

18

MCP tools available

3

AI clients supported

1

API key to connect

Diagram showing Claude, Cursor and OpenAI Codex connecting to LinkDeal MCP server with animated request and response lines

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 18 tools are available immediately.

Config snippets

claude_desktop_config.json
{
  "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_

18 available tools

1.

get_credits

Check your current credit balance, subscription status and top-up pricing

2.

top_up_credits

Top up credits using your saved payment method. Automatically uses your plan rate.

credits
3.

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
4.

find_leads_by_keyword

Find leads who reacted to posts about a keyword or topic this week

keyword, date_posted, posts_to_scan, filters
5.

enrich_lead

Unlock business email and phone number for a specific lead

linkedin_url, search_id
6.

get_lead_recent_posts

Get a lead's own recent posts sorted by engagement score

linkedin_url, search_id
7.

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
8.

setup_slack_webhook

Save a Slack webhook URL to your account

webhook_url
9.

disconnect_slack_webhook

Remove the saved Slack webhook

10.

send_leads_to_slack

Send specific leads to your Slack channel

leads, webhook_url?
11.

send_all_leads_to_slack

Send all leads from a search to Slack

search_id, webhook_url?
12.

get_search_history

Retrieve your past searches with filters

page, limit, query
13.

save_search

Save search parameters for quick reuse

name, search_mode, search_query, filters_json
14.

get_billing_info

Get full subscription status, credits remaining and top-up pricing

15.

cancel_subscription

Cancel subscription at end of current period. Access and credits retained until then.

16.

reactivate_subscription

Undo a cancellation and keep your subscription active.

17.

get_subscription_plans

Get all available plans, pricing and trial details.

18.

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, filters

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 Machine-Readable Metadata

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: 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.

Ready to connect your agent?

Generate an API key and connect LinkDeal to your AI agent in under 2 minutes.