Back to Home
Anshida-Ansari icon

mcp-server

Verified Safe

by Anshida-Ansari

Overview

Provides a simple API for classifying messages into predefined categories based on keywords.

Installation

Run Command
node index.js

Environment Variables

  • PORT

Security Notes

The server uses Zod for input validation and the provided 'classifyMessage' tool's logic is simple string matching, making it resistant to common injection attacks. No 'eval', hardcoded secrets, or direct network risks are observed in the provided code. The use of Express v5.x.x, an unstable version, could introduce unforeseen issues, but the immediate implementation is robust for its scope.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-12-15

Tags

Web APIMessage ClassificationNode.jsExpressUtility