mcp-toolbox
Verified Safeby rajkundalia
Overview
Provides a set of utility tools (format conversion, text processing, network checks) exposed via the Model Context Protocol (MCP) for LLMs to consume.
Installation
npx @modelcontextprotocol/inspector python server/stdio_server.pySecurity Notes
The `is_port_open` tool allows checking TCP port status on arbitrary hosts and ports. While designed for its stated purpose, an unconstrained LLM could potentially misuse this for internal network reconnaissance. However, the tool includes a 3-second timeout and validates port ranges (1-65535), which mitigates rapid or invalid scanning. No `eval`, `exec`, or hardcoded secrets were found.
Similar Servers
fastmcp
An ergonomic, extensible, and high-performance framework for building and interacting with Model Context Protocol (MCP) servers and clients. It facilitates modular AI component development and robust integration with external APIs via OpenAPI specifications.
tmcp
Build Model Context Protocol (MCP) servers for AI agents to interact with external tools and data sources, enabling LLMs to access context and perform actions.
mcp-interviewer
A Python CLI tool designed to evaluate, test, and generate reports on Model Context Protocol (MCP) servers to ensure compatibility and quality for LLM agent use cases.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.