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.
Remote_MCP_Server_test
Generates word scramble and number sequence puzzles via a FastMCP server.
test-remote-server
This server provides basic arithmetic and random number generation capabilities through an MCP interface.
test-remote-mcp-server
Provides a simple HTTP API for performing basic calculations and retrieving server metadata.