mcp-server-tools
by MomentaryChen
Overview
Provides a suite of Model Context Protocol (MCP) server implementations for diverse data and communication tasks.
Installation
node server.jsSecurity 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
mcp-servers
Provides current weather conditions and forecasts from the Open-Meteo API for a given geographical location.
mysql_mcp_server
This server provides a Model Context Protocol (MCP) interface to a MySQL database, enabling AI models to execute SQL queries and retrieve database schema information.
eofmcp
Provides a Model Context Protocol (MCP) server with a Source Code Handler tool for remote management and processing of source code, primarily for integration with AI agents.
mcp-tutorial-1
Provides a Model Context Protocol (MCP) server for local SQLite database operations, integrating with AI-enabled IDEs and tools like Cursor, VS Code, and Claude Desktop.