expense-mcp-server
Verified Safeby shivamprasad1001
Overview
A Model Context Protocol (MCP) server for tracking and managing personal or group expenses via AI assistants.
Installation
uv run expense-mcp-serverSecurity Notes
The server uses `sqlite3` for persistent storage, and all SQL queries are properly parameterized, which prevents common SQL injection vulnerabilities. There are no explicit uses of `eval`, `exec`, or `os.system` that would pose command injection risks. No hardcoded secrets or credentials were found. Data is stored locally, limiting network-based attack surfaces. The primary risks are general to running any local application and depend on the integrity of the `uv` and `fastmcp` dependencies.
Similar Servers
TEST-REMOTE-SERVER
A server providing basic arithmetic and random number generation as API tools.
test-remote-mcp-server
Provides a simple calculator server with basic arithmetic (addition) and random number generation capabilities via MCP tools.
test_remote_mcp_server
This server provides a basic remote service for performing simple arithmetic operations and generating random numbers using the FastMCP framework.
remote-mcp-servers
This server provides an asynchronous API for tracking and summarizing personal or business expenses, allowing users to add new entries, list them by date range, and summarize spending by category.