Back to Home
leandrodpaula icon

tutto-mcp-server

Verified Safe

by leandrodpaula

Overview

Implements a Model Context Protocol (MCP) server in Python using FastMCP to expose custom tools and resources for consumption by language models.

Installation

Run Command
tutto-mcp-server

Environment Variables

  • SERVER_NAME
  • LOG_LEVEL
  • DEBUG

Security Notes

The provided code for tools (`hello`, `add_numbers`, `uppercase_text`, etc.) is simple and does not contain obvious vulnerabilities like 'eval', direct shell calls, or hardcoded secrets. Type hints are used for parameter validation. The project documentation explicitly acknowledges the need for implementing sanitization, rate limiting, and authentication for a robust production environment, suggesting a good awareness of security considerations beyond the current basic implementation.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-11-18

Tags

PythonMCPFastMCPServerAPI