Agentled MCP Server

AI-native workflow orchestration with long-term memory. 100+ integrations through single credit system. 32 MCP tools for building and running intelligent business workflows — lead enrichment, content publishing, company research, media production. Knowledge Graph that learns across executions. Works with Claude, Codex, Cursor, Windsurf.

@agentled/mcp-server

Intelligent AI workflow orchestration with long-term memory, 100+ integrations, unified credits — from Claude, Codex, or any MCP client.

npm version license

What is Agentled?

Agentled is an AI-native workflow automation platform with persistent business memory. 100+ integrations (30 native + Composio), a Knowledge Graph that learns across executions, and a unified credit system replacing 100+ separate API accounts. This MCP server lets you create, manage, and execute workflows from Claude, Codex, Cursor, Windsurf, or any MCP-compatible client.

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.

CapabilityCreditsWithout Agentled
LinkedIn company enrichment50LinkedIn API ($99/mo+)
Email finding & verification5Hunter.io ($49/mo)
AI analysis (Claude/GPT/Gemini)10-30Multiple API keys + billing
Web scraping3-10Apify account ($49/mo+)
Image generation30DALL-E/Midjourney subscription
Video generation (8s scene)300RunwayML ($15/mo+)
Text-to-speech60ElevenLabs ($22/mo+)
Knowledge Graph storage1-2Custom infrastructure
CRM sync (Affinity, HubSpot)5-10CRM API + middleware

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.

Long-Term Memory via Knowledge Graph

Every workflow execution builds your business knowledge base. Query past insights in future workflows. Feedback loops that improve matching, scoring, and decisions over time.

Workflow 1: Research 100 companies → Store insights in KG
Workflow 2: "Find companies similar to our best customers" → KG already knows
Workflow 3: Score new leads → Uses feedback from all previous workflows

Quick Start

claude mcp add agentled \
  -e AGENTLED_API_KEY=wsk_... \
  -e AGENTLED_URL=https://www.agentled.app \
  -- npx -y @agentled/mcp-server

Getting your API key

  1. Sign up at agentled.app
  2. Open Workspace Settings > Developer
  3. Generate a new API key (starts with wsk_)

Environment variables

VariableRequiredDescription
AGENTLED_API_KEYYesWorkspace API key (wsk_...)
AGENTLED_URLNoAPI base URL (default: https://www.agentled.app)

What Can You Build?

Lead Enrichment & Sales Automation

Find prospects on LinkedIn, enrich data, score by ICP fit, personalized outreach at scale, CRM sync with scoring history. The entire sales dev workflow in one prompt.

"Create a workflow that takes a LinkedIn company URL, enriches the company data,
finds decision-maker emails, scores them by ICP fit, and saves results to a knowledge list"

Content & Media Production

Generate videos, images, voiceovers, AI-written articles and social posts, multi-channel publishing. From idea to published across all channels in one workflow.

"Build a workflow that scrapes a competitor's blog, generates a better article
with AI, creates a thumbnail image, and drafts posts for LinkedIn and Twitter"

Company Research & Intelligence

Website analysis, competitor research, investment memo generation, market analysis with AI reasoning. Results stored in KG for future queries. Your AI research team that remembers everything.

"Create a workflow that researches a company from its URL, analyzes their
market position, team, and funding, then generates a structured investment memo"

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

ToolDescription
list_workflowsList all workflows in the workspace
get_workflowGet full workflow definition by ID
create_workflowCreate a new workflow from pipeline JSON
update_workflowUpdate an existing workflow
delete_workflowPermanently delete a workflow
validate_workflowValidate pipeline structure, returns errors per step
publish_workflowChange workflow status (draft, live, paused, archived)
export_workflowExport a workflow as portable JSON
import_workflowImport a workflow from exported JSON

Drafts & Snapshots

ToolDescription
get_draftGet the current draft version of a workflow
promote_draftPromote a draft to the live version
discard_draftDiscard the current draft
list_snapshotsList version snapshots for a workflow
restore_snapshotRestore a workflow to a previous snapshot

Executions

ToolDescription
start_workflowStart a workflow execution with input
list_executionsList executions for a workflow
get_executionGet execution details with step results
stop_executionStop a running execution
retry_executionRetry a failed execution

Apps & Testing

ToolDescription
list_appsList available apps and integrations
get_app_actionsGet action schemas for an app
test_app_actionTest an app action without creating a workflow
test_ai_actionTest an AI prompt without creating a workflow

Knowledge & Data

ToolDescription
get_workspaceGet workspace info and settings
list_knowledge_listsList knowledge lists in the workspace
get_knowledge_rowsGet rows from a knowledge list
get_knowledge_textGet text content from a knowledge entry
query_kg_edgesQuery knowledge graph edges
get_scoring_historyGet scoring history for an entity

Coming from n8n?

Import existing n8n workflows and make them AI-native:

ToolDescription
preview_n8n_importPreview an n8n workflow import (dry run)
import_n8n_workflowImport an n8n workflow into Agentled

For Agencies: White-Label Ready

Build workflows once, deploy to multiple clients under your own brand. Custom domain, your logo and colors, client workspace separation, billing management.

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 build

License

MIT

Related Servers