mcp-server-test
Verified Safeby vyshnev
Overview
This server provides a simple Micro-service Control Protocol (MCP) interface for basic arithmetic and random number generation.
Installation
python main.pySecurity Notes
The code is very simple, performing basic arithmetic and random number generation without any dynamic code execution, external process calls, or handling of sensitive inputs that could lead to vulnerabilities. No hardcoded secrets or malicious patterns were observed.
Similar Servers
openwebui-tool-server
Provides a unified API endpoint for various tools (calculator, multiple web search engines, webpage content extraction) that can run in either OpenAPI or MCP (Multi-Modal Communicative Protocol) mode.
MCPCalculatorSample
Provides a sample Model Context Protocol (MCP) server with a calculator tool and a dynamic greeting resource, designed for integration with a VS Code Cline agent.
TEST-REMOTE-SERVER
A server providing basic arithmetic and random number generation as API tools.
test-remote-server
This server provides basic arithmetic and random number generation capabilities through an MCP interface.