Back to Home
PROGRAMER122223 icon

MCP-server

Verified Safe

by PROGRAMER122223

Overview

Provides Model Context Protocol (MCP) servers for basic arithmetic operations and a customer service backend with tools for retrieving customer, order, and restaurant information, along with policy documents.

Installation

Run Command
mcp dev calc.py

Security Notes

The server implementation avoids direct use of 'eval' or other dynamic code execution from user input. File reading for policies (e.g., refundpolicy.md) uses hardcoded filenames, preventing arbitrary file access. No hardcoded secrets (API keys, passwords) are visible in the provided code. The exposure of tools over a network inherently has risks, but the implementation itself appears safe within the given context. Authentication and authorization would typically be handled by the MCP framework or surrounding infrastructure, which is not detailed here.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-14

Tags

Model Context ProtocolArithmeticCustomer ServiceE-commercePython API