mcp-101
Verified Safeby anandramkumar2020
Overview
An educational MCP (Model Context Protocol) server demonstrating fundamental concepts and providing simple calculator and API bridge tools for AI models.
Installation
uv run python -m mcp_101.serverSecurity Notes
No 'eval' or similar dynamic code execution found in the server or tool implementation files. Tool calls are explicitly routed based on string matching (`if name == "x_add"`) in `server.py`, preventing arbitrary function calls. The `x_api_demo` function explicitly uses a simulated response, avoiding direct external network calls within this demo implementation. Input parameters for calculator functions expect integers, and division by zero is handled gracefully.
Similar Servers
rmcp
Perform sophisticated statistical analysis, econometrics, machine learning, and time series tasks using natural language conversations with AI assistants, demonstrating capabilities through a web interface.
ls-mcp
Command-line tool for discovering, analyzing, and reporting on Model Context Protocol (MCP) server configurations in a local development environment.
karma
A modern, dark-themed chat interface demonstrating the Karma Memory system for AI agents, enabling context-aware conversations and dynamic switching of memory retrieval and caching strategies.
fastmcp
Build fast, declarative, and type-safe servers implementing the Model Context Protocol (MCP) in Dart.