Control Updately from your AI
38 AI-callable tools that let Claude, Gemini, Cursor, and any MCP-compatible client manage your LinkedIn outreach — campaigns, contacts, signals, social listening, lead search, and ICP via natural language.
npm i @updately/mcp-serverYour AI talks to Updately, natively
The MCP protocol creates a direct bridge between your AI assistant and Updately's full API — no code needed.
You speak
"Create a campaign targeting VP of Engineering at Series B SaaS companies"
MCP translates
Your AI calls create_campaign, create_icp, and enroll_contacts tools automatically
Updately executes
Campaign is created, ICP is set, contacts are enrolled — all in seconds
Just ask in natural language
The MCP server translates your intent into API calls — no JSON, no endpoints, no documentation.
"Create a new outreach campaign targeting DevOps engineers"
Creates campaign with AI-optimized messaging templates
"Show me all contacts who replied in the last 7 days"
Filters and displays engaged leads with reply details
"Reach out to this LinkedIn profile with a connection invite"
Auto-detects status, sends DM or invite with personalized note
"Pause all active campaigns and show me the stats"
Pauses campaigns and returns conversion metrics
"Create a signal for LinkedIn job posts mentioning AI"
Sets up real-time monitoring for high-intent hiring signals
"Define my ICP as Series A SaaS companies with 50-200 employees"
Creates an ICP profile for automatic lead scoring
"Search for DevOps engineers at startups in San Francisco"
Finds matching LinkedIn profiles with name, headline, company & URL
"Fetch recent Reddit and Twitter posts about social listening tools"
Returns scored posts with sentiment, priority, and lead-type tags
Get up and running in under 5 minutes
Install, configure, and start managing outreach from your AI assistant.
Install the package
Install from npm and build.
npm i @updately/mcp-server
npm run buildGenerate an API Key
Create an API key from your Updately dashboard or via the API.
curl -X POST https://api.updately.ai/org/api-key/generate \
-H "Authorization: Bearer YOUR_ORG_ID" \
-H "Content-Type: application/json" \
-d '{"name": "MCP Server"}'Configure your AI Tool
Add the server to your Claude Desktop, Cursor, or any MCP-compatible client.
{
"mcpServers": {
"updately": {
"command": "node",
"args": ["/path/to/updately-mcp-server/build/index.js"],
"env": {
"UPDATELY_API_KEY": "api_key_your-key-here",
"UPDATELY_API_URL": "https://api.updately.ai"
}
}
}
}Start using natural language
Ask your AI assistant to manage campaigns, contacts, signals, and more — in plain English.
38 Available Tools
Full control over your LinkedIn outreach pipeline — campaigns, contacts, signals, lead search, social listening, ICP, inbox, and more.
Works with your favorite tools
Any MCP-compatible AI client works out of the box.
Claude Desktop
By Anthropic
Cursor
AI Code Editor
Windsurf
By Codeium
Any MCP Client
Open Protocol
Batteries included
Built with TypeScript, fully typed, and ready to use. The MCP server handles authentication, error handling, pagination, and rate limiting — so your AI can focus on the task at hand.
Ready to automate with AI?
Install the MCP server, generate your API key, and start managing LinkedIn outreach from your AI assistant in minutes.