Back to Home
Ujwalmahajan777 icon

test-mcp-server

Verified Safe

by Ujwalmahajan777

Overview

This server acts as an expense tracker, allowing users to add, list, and summarize personal financial expenses using a local SQLite database.

Installation

Run Command
python main.py

Security Notes

SQL injection is effectively prevented by using parameterized queries for all database operations. The SQLite database is created in a temporary directory, mitigating risks related to persistent storage in sensitive locations. No 'eval' or obvious obfuscation is present. There are no hardcoded secrets or sensitive credentials. Error messages, while catching broad exceptions, provide a controlled message (`Database error: {str(e)}`) which is better than exposing full stack traces.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens150
Stars0
Forks0
Last Update2026-01-10

Tags

Expense ManagementPersonal FinanceSQLiteFastMCPAPI