mcp-server
Verified Safeby huykaiser
Overview
This server exposes a set of tools and resources, including arithmetic operations, web browser control, data retrieval, and dynamic greetings, accessible via the MCP protocol over HTTP.
Installation
python main.pySecurity Notes
The `webbrowser.open` function call, while hardcoded to a specific URL in this demo, introduces a capability on the server that could be risky if the URL were dynamically controlled. However, there are no obvious hardcoded secrets or arbitrary code execution vulnerabilities (like `eval`) present.
Similar Servers
pymcp
A template repository for developing Model Context Protocol (MCP) servers in Python, demonstrating various tools, resources, and prompts.
mcp
The MCP Server provides an AI-powered framework for command execution, plugin-based tools, secure Python evaluation, and knowledge management, designed for standalone or embedded use.
mcpresearch
An MCP-compliant server designed for learning, experimentation, and integration with an AI platform, providing placeholder tools, resources, and prompts.
KensMCP
A custom Model Context Protocol (MCP) server that provides a suite of developer utilities for AI assistants to perform real actions.