Back to Home
ani-me-sh icon

test-remote-server

Verified Safe

by ani-me-sh

Overview

A personal expense tracking server providing tools to add, list, and summarize financial entries.

Installation

Run Command
python main.py

Security Notes

The server uses parameterized SQL queries, which prevents SQL injection vulnerabilities. No 'eval' or similar dangerous dynamic code execution is present. No hardcoded sensitive secrets were found. The database is stored in a temporary directory, which means data will be lost on system restart; while not a security vulnerability per se, it's a critical operational consideration for data persistence. The FastMCP server listens on all interfaces (0.0.0.0) on port 8000, which is standard but means it's publicly accessible if not protected by a firewall.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-19

Tags

Expense ManagementFinancial TrackingSQLiteFastMCPUtility