Back to Home
kaoosurf-a11y icon

mcp-server-n8n

by kaoosurf-a11y

Overview

Provides a Model Context Protocol (MCP) server for n8n to expose custom tools, starting with a mathematical expression evaluator.

Installation

Run Command
npm start

Security Notes

The server uses `mathjs.evaluate(input)` to process user-provided mathematical expressions. While `mathjs.evaluate` is generally safer than raw `eval()`, it still executes arbitrary user input as code within a mathematical context. This poses a potential risk for denial-of-service (e.g., very complex or long expressions) or, in highly unlikely scenarios, sandbox escapes if a fundamental vulnerability were found in the mathjs library. Input for the 'calculate' tool should be sanitized or validated if coming from untrusted sources.

Similar Servers

Stats

Interest Score55
Security Score5
Cost ClassLow
Avg Tokens5
Stars1
Forks0
Last Update2025-12-11

Tags

MCPn8nAPIToolingCalculator