Agentled MCP Server
Enables CRM synchronization for leads and companies, allowing workflow results and scoring history to be stored in the knowledge base.
Provides high-quality text-to-speech capabilities as a modular step within media production and content automation workflows.
Supports CRM data synchronization and sales automation, including lead enrichment and tracking ICP scoring history.
Provides specialized tools to preview and import existing n8n workflows, converting them into AI-native Agentled workflows.
Integrates OpenAI's intelligence, including GPT models for reasoning and DALL-E for automated image generation.
@agentled/mcp-server
The automation engine built for AI agents. Intelligent AI workflow orchestration with long-term memory, 100+ integrations, and unified credits.
What is Agentled?
Agentled is the automation engine built for AI agents. It gives Claude, Codex, Cursor, Windsurf, and any MCP-compatible client direct access to intelligent workflow orchestration, long-term memory, and 100+ integrations.
Three things make it different:
๐ง Long-Term Memory โ A built-in Knowledge Graph stores insights across workflow executions. Your agents get smarter over time โ they remember past research, lead scores, content performance, and business context.
โก Unified Credits โ One API key, one credit system, 100+ services. No need to sign up for LinkedIn, email, scraping, AI models, or video generation separately. Connect once, use everything.
๐ฏ Intelligent Orchestration โ AI reasons at every step. Workflows aren't just "if this then that" โ they understand context, make decisions, and adapt to results.
See it in action
$ agentled create "Outbound to fintech CTOs in Europe"
Loading workspace context from Knowledge Graph...
โฆ ICP loaded โฆ 3 prior campaigns โฆ 847 contacts in KG
Creating campaign with 3 workflows...
โโ Workflow 1: Prospect Research linkedin ยท hunter ยท clearbit
โ LinkedIn: CTO + fintech + EU โ 189 profiles
โ Enriched via Hunter + Clearbit โ 156 matched
โ ICP scoring โ 43 high-intent leads
โโ Workflow 2: Signal Detection web-scraper ยท crunchbase
โ Job postings โ 12 hiring devops
โ Crunchbase โ 8 recently funded
โ Cross-match: hiring + funded โ 5 hot leads
โโ Workflow 3: Outreach email ยท linkedin ยท kg
โ Personalized emails from context
โ LinkedIn requests with custom notes
โ 43 leads saved to Knowledge Graph
Campaign saved. Scheduled: every 48h
Credits used: 720
โ https://www.agentled.app/your-team/fintech-cto-outboundOne prompt. Three workflows. LinkedIn enrichment, email finding, AI scoring, multi-channel outreach โ all orchestrated, all stored in the Knowledge Graph for the next run.
Quick Start
claude mcp add agentled \
-e AGENTLED_API_KEY=wsk_... \
-- npx -y @agentled/mcp-serverLocal development
Use the local built entrypoint when you want to test unpublished changes against a
local app. npx -y @agentled/mcp-server always uses the latest published npm package.
cd agentled-mcp-server
npm run build
claude mcp add --transport stdio agentled_local \
--env AGENTLED_API_KEY=wsk_... \
--env AGENTLED_URL=http://localhost:8080 \
-- node /absolute/path/to/agentsled-front/agentled-mcp-server/dist/index.jsGetting your API key
Sign up at agentled.app
Open Workspace Settings > Developer
Generate a new API key (starts with
wsk_)
Why Agentled MCP?
One API Key. One Credit System. 100+ Services.
No need to sign up for LinkedIn APIs, email services, web scrapers, video generators, or AI models separately. Agentled handles all integrations through a single credit system.
Capability | Credits | Without Agentled |
LinkedIn company enrichment | 50 | LinkedIn API ($99/mo+) |
Email finding & verification | 5 | Hunter.io ($49/mo) |
AI analysis (Claude/GPT/Gemini) | 10-30 | Multiple API keys + billing |
Web scraping | 3-10 | Apify account ($49/mo+) |
Image generation | 30 | DALL-E/Midjourney subscription |
Video generation (8s scene) | 300 | RunwayML ($15/mo+) |
Text-to-speech | 60 | ElevenLabs ($22/mo+) |
Knowledge Graph storage | 1-2 | Custom infrastructure |
CRM sync (Affinity, HubSpot) | 5-10 | CRM API + middleware |
Workflows That Learn
Other automation tools start from zero every run. Agentled's Knowledge Graph remembers across executions โ what worked, what didn't, what humans corrected. Every run compounds on the last.
Run 1: Investor scoring โ 62% accuracy (cold start)
Run 5: โ 78% (learning from IC feedback)
Run 12: โ 89% (compound learning from outcomes, zero manual tuning)Intelligent Orchestration
Unlike trigger-action tools, Agentled workflows have AI reasoning at every step. Multi-model support (Claude, GPT-4, Gemini, Mistral, DeepSeek, Moonshot), adaptive execution, and human-in-the-loop approval gates when needed.
What Can You Build?
Lead Enrichment & Sales Automation
"Find fintech CTOs in Europe, enrich via LinkedIn + Hunter, score by ICP fit,
draft personalized outreach, save everything to the Knowledge Graph"Content & Media Production
"Scrape trending topics in our niche, generate 5 LinkedIn posts with AI,
create thumbnail images, schedule publishing for the week"Company Research & Intelligence
"Research this company from its URL โ team, funding, market position, competitors.
Generate an investment memo. Store in KG for future reference."VC Investor Matching (real case study)
"Match this startup against our 2,000+ investor database. Score by sector focus,
stage preference, check size, and portfolio synergy. Compare with last round's outcomes."3,000+ profiles processed. IC-ready reports. Prediction vs outcome learning โ accuracy went from 62% to 89% over 12 runs with zero manual tuning.
Built-in Capabilities
Media Production: Video generation, image generation, text-to-speech, auto-captions, media assembly
AI Intelligence: Multi-model AI (Claude, GPT-4, Gemini, Mistral, DeepSeek, Moonshot, xAI), Knowledge Graph, feedback loops, scoring & analytics
Data & Integration: LinkedIn (search, enrich, post), email (send, personalize), web scraping, social publishing, CRM sync, document analysis, OCR
Available Tools
Workflows
Tool | Description |
| List all workflows in the workspace |
| Get full workflow definition by ID |
| Create a new workflow from pipeline JSON |
| Update an existing workflow |
| Add a step with automatic positioning and next-pointer rewiring |
| Deep-merge updates into a single step by ID |
| Remove a step with automatic next-pointer rewiring |
| Permanently delete a workflow |
| Validate pipeline structure, returns errors per step |
| Change workflow status (draft, live, paused, archived) |
| Export a workflow as portable JSON |
| Import a workflow from exported JSON |
Drafts & Snapshots
Tool | Description |
| Get the current draft version of a workflow |
| Promote a draft to the live version |
| Discard the current draft |
| Create a manual config snapshot |
| Delete a specific config snapshot |
| List version snapshots for a workflow |
| Restore a workflow to a previous snapshot |
Executions
Tool | Description |
| Start a workflow execution with input. Pass |
| List executions for a workflow (paginated via |
| Get execution details with step results |
| List step execution records (timelines) for an execution (paginated via |
| Get a single timeline by ID with full step output |
| Stop a running execution |
| Retry a failed step โ auto-detects the most recent failure if no timeline ID provided |
Apps & Testing
Tool | Description |
| List available apps and integrations |
| Get action schemas for an app |
| Test an app action without creating a workflow |
| Test an AI prompt without creating a workflow |
| Test JavaScript code in the same sandboxed VM as production |
| Get allowed PipelineStep fields grouped by category |
Knowledge & Data
Tool | Description |
| Get workspace info and settings |
| Get the editable workspace company profile and offerings |
| Update top-level company profile fields like name, URLs, logo, industry, size, and additional information |
| Create new offerings or update existing offerings in the workspace company profile |
| List knowledge lists in the workspace |
| Get rows from a knowledge list |
| Get text content from a knowledge entry |
| Create a new knowledge list with a typed schema (idempotent on key collision) |
| Add or remove fields on an existing list schema |
| Permanently delete a list and all its rows |
| Insert or update rows in a list (max 500/call, per-row error reporting) |
| Delete rows by ID |
| Create or update a text knowledge entry |
| Delete a text knowledge entry by key |
| Query knowledge graph edges |
| Get scoring history for an entity |
Branding (Whitelabel)
Tool | Description |
| Get the workspace's whitelabel branding config (displayName, logo, colors, favicon, badge) |
| Update branding โ set displayName, logoUrl, tagline, primaryColor, primaryColorDark, faviconUrl, hideBadge |
Conversational Agent
Tool | Description |
| Send a message to the AgentLed AI agent. Build workflows through natural language โ no JSON required. Supports multi-turn conversations via session_id. |
Intent Router
Tool | Description |
| Natural language intent router โ describe what you want and it auto-selects and executes the right tool |
Coming from n8n?
Import existing n8n workflows and make them AI-native:
Tool | Description |
| Preview an n8n workflow import (dry run) |
| Import an n8n workflow into Agentled |
For Agencies: White-Label Ready
Build workflows once, deploy to multiple clients under your own brand. Configure branding directly from the MCP server:
"Set my workspace branding: displayName 'Acme AI', primaryColor '#6366f1', tagline 'Powered by Acme'"Use get_branding and update_branding to manage displayName, logo, colors, favicon, tagline, and badge visibility. Client portal appearance updates instantly.
Persistent Memory โ Examples
Memories let workflows learn across executions. Store what worked, recall it next time.
Store a fact after enrichment
"Store a memory: key 'icp_criteria', value { industry: 'fintech', minEmployees: 50, region: 'EU' },
category 'preference', scope 'workspace'"Recall before scoring
"Recall memory 'icp_criteria' at workspace scope โ use it to score this batch of leads"Search for past outcomes
"Search memories for 'conversion rate' in the 'outcome' category"Track a running metric
"Store memory: key 'total_leads_processed', value 43, merge 'increment', scope 'workspace'"Each subsequent call with merge: 'increment' adds to the existing value โ no read-modify-write needed.
Proactive Agents โ Examples
Proactive agents are background monitors that autonomously trigger workflows when conditions are met.
Create an agent that watches for new leads
"Create a proactive agent named 'New Lead Watcher' that checks the 'incoming-leads' knowledge list
every 5 minutes. When new rows appear, start the 'lead-enrichment' workflow with the new rows as input.
Limit to 10 actions per day."Config structure:
{
"monitorInterval": "5m",
"evaluation": { "mode": "rules" },
"monitors": [{
"type": "kg_list",
"listKey": "incoming-leads",
"condition": "new_rows"
}],
"actions": [{
"type": "start_workflow",
"workflowId": "wf_abc123",
"inputMapping": { "leads": "{{monitor.newRows}}" }
}],
"maxActionsPerDay": 10,
"cooldownMs": 300000
}Create an AI-evaluated agent
"Create a proactive agent that checks execution history every hour.
Use AI evaluation to decide if the failure rate is abnormal, then notify me via email."{
"monitorInterval": "1h",
"evaluation": { "mode": "ai", "modelTier": "mini", "maxCreditsPerDay": 50 },
"monitors": [{
"type": "execution_history",
"condition": "consecutive_failures",
"threshold": 3
}],
"actions": [{
"type": "notify",
"channel": "email",
"message": "{{monitor.summary}}"
}],
"maxActionsPerDay": 5
}Pause and resume
"Pause proactive agent pa_xyz789"
"Resume proactive agent pa_xyz789"Works With
Claude Code (Anthropic)
Codex (OpenAI)
Cursor
Windsurf
Any MCP-compatible client
Links
Building from Source
git clone https://github.com/Agentled/mcp-server.git
cd mcp-server
npm install
npm run buildLicense
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Agentled/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server