← MCP n8n API Server

MCP n8n API Server 1.0.3

npm · @ahmad.soliman/mcp-n8n-server · current release

4
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-17T17:10:25.322Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {
    "listChanged": true
  }
}

Tools 4

ToolCategoryAnnotationsRisk
call_webhook_getCall a GET webhook
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The webhook URL to call"
    }
  },
  "required": [
    "url"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
call_webhook_postCall a POST webhook
Input schema
{
  "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 workflow
Input 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#"
}
— · —
list_workflowsGet all n8n workflows
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.