{
  "markdown": "# LinkDeal MCP Server\n\nFind B2B leads from LinkedIn post engagement, enrich contact details, and deliver to Slack -- all through natural language with any MCP-compatible AI agent.\n\n## What it does\n\nLinkDeal surfaces people actively reacting to LinkedIn posts at target companies or around keywords. Your AI agent can:\n\n- Find leads by company domain or keyword\n- Search semantically by ICP description\n- Enrich leads with business email and phone\n- Unlock recent posts and top commenters for outreach context\n- Send leads directly to Slack\n- Manage searches, saved searches and billing\n\n## Quickstart\n\n### Option 1: OAuth (recommended)\n\nNo API key needed. Just sign in with your LinkDeal account.\n\n**Claude.ai / Claude Desktop:**\n1. Go to Settings > Connectors\n2. Click \"Add connector\"\n3. Enter URL: `https://app.linkdeal.ai/api/mcp`\n4. Select OAuth authentication\n5. Click Connect and sign in with your LinkDeal account\n\n**Cursor:**\n1. Go to Settings > MCP\n2. Click \"Add MCP Server\"\n3. Enter URL: `https://app.linkdeal.ai/api/mcp`\n4. Select OAuth authentication\n5. Click Connect and sign in\n\n**ChatGPT:**\n1. Click the + button in a conversation or go to Settings > Connectors\n2. Enter URL: `https://app.linkdeal.ai/api/mcp`\n3. Click Connect and sign in with your LinkDeal account\n\n### Option 2: API Key\n\n1. Sign up at [app.linkdeal.ai](https://app.linkdeal.ai) and go to Settings to generate an API key\n2. Add the config below to your AI client\n3. Ask your agent to find leads in natural language\n\n**Claude Desktop:**\n\n\\`\\`\\`json\n{\n  \"mcpServers\": {\n    \"linkdeal\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://app.linkdeal.ai/api/mcp\",\n        \"--header\",\n        \"Authorization: Bearer YOUR_API_KEY\"\n      ]\n    }\n  }\n}\n\\`\\`\\`\n\n**Cursor / Codex:**\n\n\\`\\`\\`json\n{\n  \"mcpServers\": {\n    \"linkdeal\": {\n      \"url\": \"https://app.linkdeal.ai/api/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n\\`\\`\\`\n\nReplace `YOUR_API_KEY` with the key from Settings. Keys start with `ld_`.\n\n## Available Tools (18)\n\n| Tool | Description |\n|------|-------------|\n| `find_leads_by_company` | Find leads who reacted to posts at a company domain |\n| `find_leads_by_keyword` | Find leads reacting to posts about a keyword this week |\n| `find_leads_by_natural_language` | Semantic ICP search -- describe your ideal customer |\n| `enrich_lead` | Unlock business email and phone for a lead |\n| `get_lead_recent_posts` | Get a lead's own recent posts sorted by engagement |\n| `enrich_lead_comments` | Unlock top commenters on the post a lead reacted to |\n| `send_leads_to_slack` | Send specific leads to your Slack channel |\n| `send_all_leads_to_slack` | Send all leads from a search to Slack |\n| `setup_slack_webhook` | Save a Slack webhook URL to your account |\n| `disconnect_slack_webhook` | Remove the saved Slack webhook |\n| `get_search_history` | Retrieve past searches with filters |\n| `save_search` | Save search parameters for quick reuse |\n| `get_credits` | Check current credit balance and subscription status |\n| `top_up_credits` | Top up credits using your saved payment method |\n| `get_billing_info` | Get full subscription and pricing details |\n| `get_subscription_plans` | Get all available plans and trial details |\n| `cancel_subscription` | Cancel subscription at end of current period |\n| `reactivate_subscription` | Undo a cancellation |\n\n## Pricing\n\nPlans start at £19/month with a 5-day free trial and 50 credits included.\n\n| Action | Credits |\n|--------|---------|\n| Pipeline search | 5 per post scanned |\n| ICP semantic search | 5 flat |\n| Contact enrichment | 15 per lead |\n| Recent posts unlock | 5 per lead |\n| Comment unlock | 10 per lead |\n\n## Technical Details\n\n- **MCP URL:** `https://app.linkdeal.ai/api/mcp`\n- **Transport:** HTTP with Server-Sent Events (SSE), stateless\n- **Auth:** OAuth 2.0 (recommended) or Bearer token via Authorization header\n- **OAuth:** Dynamic client registration supported (RFC 7591)\n- **SDK:** `@modelcontextprotocol/sdk` v1.29.0\n- **Registry:** `ai.linkdeal.www/mcp` v1.0.4\n\n## Example Prompts\n\n> \"Find me 10 leads at hubspot.com who reacted to LinkedIn posts this week\"\n\n> \"Search for VP of Sales at B2B SaaS companies in the UK using Salesforce\"\n\n> \"Enrich the top 5 leads from my last search and send them to Slack\"\n\n## Links\n\n- Website: [linkdeal.ai](https://linkdeal.ai)\n- App: [app.linkdeal.ai](https://app.linkdeal.ai)\n- MCP docs: [linkdeal.ai/mcp](https://linkdeal.ai/mcp)\n- Help: [help.linkdeal.ai](https://help.linkdeal.ai)\n",
  "bytes": 4548,
  "sha": "82eb27eefb30644a7067b8b6760efe67f29696e522b8ba7537e836a3056f1d75",
  "repo_slug": "linkdeal/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_linkdeal_www_mcp_5994cb65/readme"
}