ezbookkeeping_mcp_server
Verified Safeby theanirudhvyas
Overview
Integrates AI assistants like Claude with EzBookkeeping for natural language personal finance management.
Installation
uv run mcp dev main.pyEnvironment 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
sequence-mcp
An MCP server enabling AI assistants to programmatically interact with Sequence banking APIs for fetching account data and triggering automation rules.
quickfile-mcp
This MCP server integrates AI assistants with QuickFile UK accounting software, providing full access to invoicing, client management, purchases, banking, and financial reporting.
ezbookkeeping_mcp_server
Integrates AI assistants like Claude with EzBookkeeping for natural language personal finance management.
ynab-mcp-dxt
Connects YNAB budget to AI assistants for natural language finance management, including receipt itemization and bank reconciliation.