Back to Home
jashanjitattx icon

remote-mcp-servers

Verified Safe

by jashanjitattx

Overview

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.

Installation

Run Command
python main.py

Security Notes

The server uses parameterized SQL queries ('?' placeholders) for all database operations, effectively preventing SQL injection vulnerabilities. No 'eval' or similar dangerous functions were found. There are no hardcoded credentials or sensitive information within the provided code. The database is stored in a temporary directory, which has implications for data persistence but doesn't inherently pose a direct security risk, assuming standard OS temporary directory permissions. The server binds to 0.0.0.0, which means it will listen on all available network interfaces, but this is a common default for local services and should be managed with network firewalls in a production setting.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-15

Tags

Expense TrackingFinancial ManagementAsynchronous APISQLiteData Storage