37
/ 100
1 month 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.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

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

// key findings
⚠️
Tests do not pass
Either the test suite is broken or the code regressed. Either way the published behaviour can’t be verified by the publisher’s own tests.
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 1 concrete improvement 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/infamousendeavors-lunchmoney-mcp-2mg3wp)](https://m8ven.ai/mcp/infamousendeavors-lunchmoney-mcp-2mg3wp)
commit: 8aa2393f6b0db41b4abc949a4dffc90aac927d02
code hash: 337318c0a3051f33a32c87c36405d74d0d3bdd13bd30dcd7fa73638d673c4d8b
verified: 6/14/2026, 10:23:44 AM
view raw JSON →