45
grade D
10 days ago
glama

lunchmoney-mcp

A comprehensive MCP server that enables AI assistants to manage Lunch Money finances through 37 tools for transactions, budgets, and accounts. It supports both local stdio and remote HTTP transport modes with secure, encrypted credential storage.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 6 credentials: CYBERARK_CLIENT_SECRET, ENCRYPTION_KEY, GITHUB_CLIENT_SECRET, GOOGLE_CLIENT_SECRET, LUNCH_MONEY_API_TOKEN, OAUTH_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAUTH_PROVIDERexport ="google" # or github, cyberark, custom
configBASE_URLexport ="https://your-domain.com"
configCYBERARK_CLIENT_IDyour-client-id # or OAUTH_CLIENT_ID
🔐 secretCYBERARK_CLIENT_SECRETyour-secret # or OAUTH_CLIENT_SECRET
configCYBERARK_TENANT_URL
🔐 secretENCRYPTION_KEY
configGITHUB_CLIENT_IDyour-client-id
🔐 secretGITHUB_CLIENT_SECRETyour-client-secret
configGOOGLE_CLIENT_IDexport ="..."
🔐 secretGOOGLE_CLIENT_SECRETexport ="..."
🔐 secretLUNCH_MONEY_API_TOKENexport ="your-token"
configOAUTH_AUTH_URL
configOAUTH_CLIENT_IDCYBERARK_CLIENT_ID=your-client-id # or
🔐 secretOAUTH_CLIENT_SECRETCYBERARK_CLIENT_SECRET=your-secret # or
configOAUTH_SCOPESopenid,email # optional, defaults to openid,email
configOAUTH_TOKEN_URL
configPORTThe server also reads the environment variable when --port is not specified.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 0 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/infamousjoeg-lunchmoney-mcp-1vmsaj)](https://m8ven.ai/mcp/infamousjoeg-lunchmoney-mcp-1vmsaj)
commit: b6ae2e957600b9b354db95dabfbddcd205d31e90
code hash: 35551920b99aaf31edb35ceeec7693e2e4d143a0b4382237c37c6168cb9f6f02
verified: 4/11/2026, 2:28:34 PM
view raw JSON →