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
FastMCP is an ergonomic interface for the Model Context Protocol (MCP), providing a comprehensive framework for building and interacting with AI agents, tools, resources, and prompts across various transports and authentication methods.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
polybrain-mcp
Connects AI agents to multiple LLM models, providing conversation history management and model switching capabilities.