Back to Home
winniehhy icon

MCP-server

Verified Safe

by winniehhy

Overview

A personal finance tracker for managing income and expenses, with optional synchronization to Notion.

Installation

Run Command
cd backend && npm install && npm start

Environment Variables

  • PORT
  • NOTION_API_KEY
  • NOTION_DB_ID

Security Notes

The primary security risk is that all data is stored in a local `data.json` file, and the API has no authentication or authorization. Any client with network access to the API can read, add, or modify financial entries without credentials. While there are no obvious code injection vulnerabilities like `eval` or unsanitized database queries (as it's a JSON file), the lack of access control makes it unsuitable for multi-user environments or exposure beyond localhost. CORS is enabled, likely with default permissive settings, further opening it up.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-02

Tags

financeexpense-trackerincome-managernotion-integrationpersonal-finance