Back to Home
theanirudhvyas icon

ezbookkeeping_mcp_server

Verified Safe

by theanirudhvyas

Overview

Integrates AI assistants like Claude with EzBookkeeping for natural language personal finance management.

Installation

Run Command
uv run mcp dev main.py

Environment Variables

  • EZBOOKKEEPING_URL
  • EZBOOKKEEPING_TOKEN
  • EZBOOKKEEPING_TIMEZONE_OFFSET
  • EZBOOKKEEPING_DEFAULT_CURRENCY

Security Notes

The server loads sensitive configurations (EzBookkeeping URL and API token) from environment variables, which is a good practice to avoid hardcoding secrets. It uses `httpx` for API communication with proper authorization headers. No `eval` or similar dangerous dynamic code execution patterns were found. The primary security responsibility lies with the user to securely configure their EzBookkeeping instance and protect the API token.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-18

Tags

Personal FinanceAI IntegrationMCP ServerFinancial ManagementPython