Back to Home
giovany79 icon

mcp-server-pfm

Verified Safe

by giovany79

Overview

An AI agent server for personal financial analysis, allowing queries and management of transaction data from CSV files for intelligent insights.

Installation

Run Command
mcp dev server.py

Environment Variables

  • GITHUB_TOKEN
  • DATA_BUCKET
  • CHAT_HISTORY_TABLE
  • API_KEY_SECRET
  • TZ

Security Notes

The server employs API keys for authentication on the AWS API Gateway endpoints, using environment variables for secrets, which is good practice. Input validation is performed for the 'add_transaction' function. The use of broad CORS headers ('Access-Control-Allow-Origin: *') is generally acceptable for widely integrated APIs but could be restricted if specific client origins are known. The direct read-modify-write operation on the CSV file in S3 for 'add_transaction' carries a minor risk of race conditions or data loss under extremely high concurrent write loads, though this is less likely for a personal finance manager.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-18

Tags

Personal FinanceAI AgentData AnalysisServerlessFinancial Management