test-remote-server
Verified Safeby ani-me-sh
Overview
A personal expense tracking server providing tools to add, list, and summarize financial entries.
Installation
python main.pySecurity Notes
The server uses parameterized SQL queries, which prevents SQL injection vulnerabilities. No 'eval' or similar dangerous dynamic code execution is present. No hardcoded sensitive secrets were found. The database is stored in a temporary directory, which means data will be lost on system restart; while not a security vulnerability per se, it's a critical operational consideration for data persistence. The FastMCP server listens on all interfaces (0.0.0.0) on port 8000, which is standard but means it's publicly accessible if not protected by a firewall.
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.
Kotak_Neo_MCP_Server_With_Agentic_Application.
A server designed to host and manage AI agentic applications, likely for automating tasks or processing information. The specific functionality is unknown due to missing code.