wyvernzora/personal-finance-mcp
3.2
If you are the rightful owner of personal-finance-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Personal Finance MCP is a server that leverages the Model Context Protocol to enable large language models (LLMs) to process personal finance data.
Personal Finance MCP
Overview
Personal Finance MCP is an Model Context Protocol (MCP) server built using mcp-go to provide LLMs ability to ingest personal finance data such as spending transactions, asset holdings and such.
Configuration
Basic Configuration
Following are common configuration options for the server:
Environment Variable | Default | Description |
---|---|---|
BIND_ADDRESS | 0.0.0.0 | The IP address that the server listens on |
PORT | 3000 | The port that the server listens on |
Data Sources
Server supports the following data sources:
Data Source | Description |
---|---|
Use LunchMoney API to fetch transactions | |
Use Kubera API to fetch assets and debts |
Usage
$ docker run -p 3000:3000 ghcr.io/wyvernzora/personal-finance-mcp:latest
License
This project is licensed under the MIT License. See the file for details.