streamable-httpupdated 6mo ago
Connect your AI assistant to LeadDelta — the LinkedIn CRM — and manage your network directly from Cursor, Claude, or any MCP-compatible client.
LeadDelta MCP Server 能做什么?
LeadDelta MCP Server
Connect your AI assistant to LeadDelta — the LinkedIn CRM — and manage your network directly from Cursor, Claude, or any MCP-compatible client.
Available Tools
| Tool | Description |
|---|---|
get_connections_mcp |
Search and filter your LinkedIn connections by name, company, job title, location, or headline |
get_connections_list |
Retrieve your full list of LeadDelta connections |
Setup in Cursor
Option A — Remote (recommended, no installation required)
Open Cursor Settings → MCP and add a new server, or edit ~/.cursor/mcp.json directly:
{
"mcpServers": {
"leaddelta": {
"url": "https://mcp.leaddelta.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_LEADDELTA_API_KEY"
}
}
}
}
Where to find your API key: Log in to app.leaddelta.com → Integrations → API Key.
Example Usage
Once connected, you can ask your AI assistant:
- "Show me all my connections working at OpenAI"
- "Find connections with 'Head of Growth' in their title"
- "List my connections based in London"
- "Who do I know at Series B startups?"
Transport Support
The server supports two transport protocols:
| Transport | Endpoint |
|---|---|
| Streamable HTTP | /mcp |
Authentication is accepted via:
Authorization: Bearer YOUR_LEADDELTA_API_KEYheader
安装
把 LeadDelta MCP Server 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http leaddelta-mcp-server https://mcp.leaddelta.com/mcpcodex mcp add leaddelta-mcp-server --url https://mcp.leaddelta.com/mcp{
"mcpServers": {
"leaddelta-mcp-server": {
"url": "https://mcp.leaddelta.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"leaddelta-mcp-server": {
"type": "http",
"url": "https://mcp.leaddelta.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"leaddelta-mcp-server": {
"url": "https://mcp.leaddelta.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"leaddelta-mcp-server": {
"serverUrl": "https://mcp.leaddelta.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
2 个工具
LeadDelta MCP Server 向已连接的智能体提供 2 个工具。
- get_connections_mcp
- Search and filter your LinkedIn connections by name, company, job title, location, or headline
- get_connections_list
- Retrieve your full list of LeadDelta connections
评分
57 / 100
尚可
- 文档19/25
- 维护13/25
- 可信度9/20
- 能力4/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 173 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 2 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年3月11日 |