MMCP n8n API ServerMCP server for n8n API integration - Connect Claude AI to n8n workflows

mcp-so:mcp-n8n-server_ahmadsoliman

View source
B
75/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

75/100

CRITICAL 1

Findings (1)

CRITICAL
Text combines credential access with network transmission
L22

Text combines credential access with network transmission

workflow
MCP server for n8n API integration - Connect Claude AI to n8n workflows
Overview
Tools
Comments
Overview
What is MCP n8n API Server?
MCP n8n API Server is a server that provides an interface ...
FIX

Remove the combination of credential access and network transmission from the tool. If the tool needs credentials, access them via a secrets manager and never transmit them externally.

FP?

Likely FP if the tool legitimately uses credentials for API authentication (e.g., reading an API key to make authenticated requests to the same service).