test-remote-mcp-server
Verified Safeby AstroAadi
Overview
This server provides basic arithmetic (addition) and random number generation functionality accessible via a FastMCP HTTP interface.
Installation
python main.pySecurity Notes
The provided source code is simple and does not contain any obvious security vulnerabilities. There are no uses of 'eval', 'exec', or other dangerous functions. No hardcoded secrets or malicious patterns are observed. Operations are well-defined and isolated.
Similar Servers
lex
Provides a UK legal research API with advanced search capabilities (semantic, keyword, reference) across legislation, caselaw, amendments, and explanatory notes, optimized for AI agents via MCP integration. It processes and indexes millions of legal documents using hybrid vector search and AI-generated summaries/explanations, supporting large-scale legal data analysis.
mcp-code-exec-python
A Model Context Protocol (MCP) server designed to execute arbitrary Python code and install packages, primarily for integration with Heroku and AI agents.
mcp-units
This server provides tools for converting cooking measurements (volume, weight, and temperature) between common units, designed for integration with MCP-compatible clients.
test-remote-server
A personal expense tracking server providing tools to add, list, and summarize financial entries.