Back to Home
Sanjayvk98 icon

Expense-Tracker-MCP-Server

Verified Safe

by Sanjayvk98

Overview

This server provides a local API for managing and summarizing personal expense entries.

Installation

Run Command
python "Expense Tracker/main.py"

Security Notes

The server uses parameterized SQL queries, effectively preventing SQL injection. No hardcoded secrets or dangerous functions like 'eval' or 'exec' are present. The SQLite database is created in a temporary directory, which ensures write access but could theoretically be accessed by other processes on the same system in a multi-user environment, although this is a minor concern for a typical local expense tracker. The file access for categories is limited to a local JSON file within the application directory.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-12-14

Tags

Expense TrackingFinancial ManagementSQLiteLocal APIFastMCP