Back to Home
meharaz733 icon

expense-tracking-mcp-server

Verified Safe

by meharaz733

Overview

This MCP server enables users to track personal expenses by providing tools to add, list, and delete expense entries, backed by a local SQLite database.

Installation

Run Command
python main.py

Security Notes

The server uses parameterized queries, preventing SQL injection. However, if deployed with `mcp.run(transport="http", host="0.0.0.0", port=8000)` without external authentication/authorization, it exposes an unauthenticated API to the network, which could be a security risk. For a local, personal expense tracker, this is acceptable. No hardcoded secrets or malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-11-27

Tags

expense trackerpersonal financeSQLiteFastMCPCRUD API