Back to Home
mircorudolph icon

mcp-tool

Verified Safe

by mircorudolph

Overview

Implements a toy Model Context Protocol (MCP) server providing simple tools for random animal selection and dice rolling, primarily for demonstrating and integrating with LLMs via the MCP SDK.

Installation

Run Command
python main.py

Environment Variables

  • LOG_LEVEL

Security Notes

The server is simple and stateless, implementing two basic tools without any direct user input parsing or complex logic that could introduce vulnerabilities. It uses standard Python libraries (`random`, `logging`, `os`) and the official `mcp` SDK. No 'eval' or similar dangerous functions are used. `os.getenv` for `LOG_LEVEL` is handled safely. Given its minimal scope and direct implementation, the risk is very low.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens5
Stars0
Forks0
Last Update2025-11-25

Tags

MCPLLM ToolsPythonServerAnthropic