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 MCP server for demonstrating various tools, resources, and prompts using the FastMCP framework in Python.
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.
KensMCP
A custom Model Context Protocol (MCP) server that provides a suite of developer utilities for AI assistants to perform real actions.
MCP-Agent
An AI agent designed to interact with and utilize tools provided by a custom-built MCP (Multi-Component Platform) server.