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.
What can you do with 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
Install
Add LeadDelta MCP Server to your client. Pick the one you use.
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 tools
LeadDelta MCP Server exposes 2 tools to a connected agent.
- 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
Score
57 / 100
Adequate
- Documentation19/25
- Maintenance13/25
- Trust9/20
- Capability4/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Mar 11, 2026 |