remote-mcp-server
Verified Safeby farhanrhine
Overview
A remote Model Context Protocol (MCP) server for tracking personal expenses, providing tools to add, list, and summarize financial data.
Installation
uv run python main.pySecurity Notes
The application uses parameterized queries with aiosqlite, preventing SQL injection. It does not contain 'eval', hardcoded secrets, or obvious malicious patterns. The database is stored in the system's temporary directory, which is noted in the README. As a remote HTTP server, it exposes itself to the network, which is an inherent part of its design and requires standard network security practices (e.g., firewalls) for deployment.
Similar Servers
test_mcp_server
A basic server providing arithmetic tools and server information via the FastMCP framework.
test-mcp-server
An application for tracking and managing personal or small business expenses, allowing users to add, list, and summarize financial outlays.
test-remote-mcp-server
Provides a simple HTTP API for performing basic calculations and retrieving server metadata.
test-remote-server
This server provides basic arithmetic and random number generation capabilities through an MCP interface.