mcp-server
Verified Safeby Anshida-Ansari
Overview
Provides a simple API for classifying messages into predefined categories based on keywords.
Installation
node index.jsEnvironment 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
langgraph-dev-navigator
Provides a RAG and Knowledge Graph powered backend for grounding AI coding assistants in the LangGraph ecosystem, improving code generation accuracy and reducing hallucinations.
bit2me-mcp
Interact with the Bit2Me cryptocurrency exchange ecosystem to access real-time market data, manage wallets, execute trading operations, and query products like Earn (staking) and Loans via AI assistants.
mein-mcp-server
The server exposes specific functionalities (tools) via a Multi-Modal Compute Protocol (MCP) endpoint, allowing AI agents or other clients to discover and invoke them.
mailbox-mcp-server
Integrates mailbox.org email, calendar, and Sieve filter services with Anthropic's Claude Desktop application for secure, local data interaction.