Odel
LeadDelta MCP Server

LeadDelta MCP Server

@leaddeltaData & AnalyticsUpdated 3mo ago

MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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

ToolDescription
get_connections_mcpSearch and filter your LinkedIn connections by name, company, job title, location, or headline
get_connections_listRetrieve 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:

TransportEndpoint
Streamable HTTP/mcp

Authentication is accepted via:

  • Authorization: Bearer YOUR_LEADDELTA_API_KEY header