Back to Home
MomentaryChen icon

mcp-server-tools

by MomentaryChen

Overview

Provides a suite of Model Context Protocol (MCP) server implementations for diverse data and communication tasks.

Installation

Run Command
node server.js

Security Notes

The server includes multiple critical security vulnerabilities due to hardcoded credentials (MySQL, TDengine, MongoDB) directly in the source code. There is a complete lack of input validation and sanitization for user-supplied data in tools, which enables severe risks such as SQL Injection (via `query_mysql`, `query_tdengine`), Local File Inclusion (via `readFile`), and Server-Side Request Forgery (via `call_api_get/post/put/delete`) if exposed to untrusted input. While the README mentions these as security considerations, the provided source code does not implement any safeguards, making it highly unsafe for production or any environment processing untrusted data.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassLow
Stars0
Forks0
Last Update2025-12-15

Tags

MCPDatabase ToolsMessagingAPI IntegrationFile System Operations