Back to Home
ameympatil icon

Simple-MCP

Verified Safe

by ameympatil

Overview

Demonstrates building and exposing simple tools (dice rolling, arithmetic) via the Model Context Protocol (MCP) using Python and fastmcp for AI clients like Claude Desktop.

Installation

Run Command
uv run fastmcp run main.py

Security Notes

The server exposes basic arithmetic and dice rolling tools. No `eval()` or `exec()` is used, and no hardcoded secrets are present in the provided source code. The default `0.0.0.0:8000` binding (when run directly via `main.py`) is standard for local development but would require proper network isolation if deployed in a production environment. The `fastmcp` framework itself would handle the underlying protocol security.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens2
Stars0
Forks0
Last Update2025-12-24

Tags

MCPPythonfastmcpAI ToolsDevelopment