1.0.3npm · @ahmad.soliman/mcp-n8n-server · current release
Observed 2026-08-17T17:10:25.322Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
call_webhook_getCall a GET webhookInput 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 webhookInput 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 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#"
} | — | — · — | — |
list_workflowsGet all n8n workflowsInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {}
} | — | — · — | — |