test-mcp-server
Verified Safeby RajTejani61
Overview
An application for tracking and managing personal or small business expenses, allowing users to add, list, and summarize financial outlays.
Installation
python main.pySecurity Notes
The code effectively uses parameterized queries for all SQLite operations, preventing common SQL injection vulnerabilities. There are no apparent uses of 'eval', 'exec', or direct shell commands without proper sanitization. File I/O is restricted to reading local JSON for categories, which is safe. The main security considerations would pertain to the FastMCP framework itself and the file system permissions for the local SQLite database.
Similar Servers
remote-mcp-server
A remote Model Context Protocol (MCP) server for tracking personal expenses, providing tools to add, list, and summarize financial data.
test-remote-server
This server provides basic arithmetic and random number generation capabilities through an MCP interface.
test_remote_mcp_server
This server provides a basic remote service for performing simple arithmetic operations and generating random numbers using the FastMCP framework.
TEST-REMOTE-SERVER
A server providing basic arithmetic and random number generation as API tools.