Enables listing and triggering n8n workflows, and calling webhooks via the Model Context Protocol
Local Onlyahmadsoliman
Awaiting current scanNpm · 1.0.3
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
Current version evidence
No public current-version evidence is available yet.
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The webhook URL to call"
},
"data": {
"type": "object",
"properties": {},
"additionalProperties": true,
"description": "Data to send in the POST request body"
}
},
"required": [
"url",
"data"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
—
—
list_workflow_webhooksGet all webhooks in a workflowInput schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the workflow to get webhooks from"
}
},
"required": [
"id"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Install the selected package version with: npm install --save-exact @ahmad.soliman/mcp-n8n-server@1.0.3
What tools does MCP n8n API Server MCP Server provide?
MCP n8n API Server MCP Server exposed 4 tools during independent protocol observation, including call_webhook_get, call_webhook_post, list_workflow_webhooks, list_workflows.
Is MCP n8n API Server MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.