Run your outbound from your AI assistant.
The Linkdify MCP server exposes your entire outbound engine as tools. Connect it once with an API key and drive lead discovery, campaigns, messaging, and inbox from Claude, Cursor, or any MCP client.
$ claude mcp add --transport http linkdify \ https://linkdify.io/mcp \ --header "Authorization: Bearer $LINKDIFY_API_KEY" โ connected ยท 21 tools available โธ "Find 50 fintech founders who changed jobs this month and start a campaign." โ find_leads โ 50 leads saved โ create_campaign โ draft ready
Connected in three steps
One API key. Works with any MCP-compatible client.
Grab your API key
Generate a key in Settings โ API. Keep it secret โ it authenticates every call.
Add the server
Drop it into your client config, or add it from the CLI in one line.
Just ask
Your assistant now has the tools. Describe the outcome in plain language.
Drop-in config
Two ways to connect. In Claude Desktop, go to Settings โ Connectors โ Add custom connector, paste https://linkdify.io/mcp, and log in โ no token needed. For Claude Code, Cursor, or any CLI client, use the one-line command below with your API key.
- OAuth login in Claude Desktop โ no token required
- Bearer-token auth for CLI clients over HTTPS
- Scoped to your workspace only
- Rotate or revoke keys anytime
- Rate-limited and audit-logged
Paste this URL and log in โ no token required:
https://linkdify.io/mcp$ claude mcp add --transport http linkdify \ https://linkdify.io/mcp \ --header "Authorization: Bearer $LINKDIFY_API_KEY"
The toolbox
The whole platform, exposed as tools. Your assistant can run every step โ from renting an account to booking the reply.
Accounts & profile
Claim one or more warmed-up, ID-verified LinkedIn accounts, delivered ready to send.
List every account in your workspace with status and daily send capacity.
Connect a LinkedIn account you already own in a single call.
Rebrand an account โ set the job title, headline, location, and banner image.
Leads
Search LinkedIn for people matching an ICP and save the matches to your workspace.
Fetch a lead's full enriched profile โ role, company, and the signal that surfaced them.
Track job changes, keyword posts, or competitor engagement and auto-surface new leads.
Campaigns
Spin up a draft multi-step campaign from a set of discovered leads.
Drop more leads into an existing campaign.
Launch a campaign so steps begin sending on their schedule.
Return every campaign with its status, step count, and lead totals.
Pull sends, opens, accepts, and replies for a campaign.
Messaging & inbox
Send a personalized connection request from your account.
Send a direct message to a lead on LinkedIn.
Deliver a voice note in your own cloned voice.
Pull the latest inbound replies so your assistant can triage what's warm.
Respond inside an existing conversation thread.
Content
Publish a post from any account to build presence and pull inbound.
Queue a post to go out at a specific time.
Credits
Check your lead-credit balance and how many of today's included leads (15/day per account) remain.
Top up lead credits with a pack of 100, 500, or 1,000 for discovery beyond the daily allowance.
A call, end to end
Your assistant picks the tool, fills the arguments, and gets structured data back.
{
"tool": "find_leads",
"arguments": {
"query": "fintech founders, changed jobs <30d",
"limit": 50
}
}
{
"saved": 50,
"sample": [
{ "name": "Dana Levi",
"title": "Founder, Payflow",
"signal": "new_role" }
],
"next": "create_campaign"
}
Wire up your assistant.
Start free, generate an API key, and run your first campaign from a single prompt.
Get your API key