41
grade D
3 days ago
glama

Lunch Money MCP Server

An MCP server providing full integration with the Lunch Money API to manage financial data including transactions, budgets, assets, and categories. It enables AI assistants to perform CRUD operations on financial records through a standardized HTTP interface.

Install from

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

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
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 2 credentials: LUNCH_MONEY_API_TOKEN, SERVER_API_KEY
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.
configHOST
🔐 secretLUNCH_MONEY_API_TOKENyour_api_token_here
configMCP_ENDPOINTMCP endpoint path (default: /mcp - FastMCP's httpStream default)
configMCP_SERVER_URLServer URL (default: http://localhost:8080)
configPORT(optional) - Server port, defaults to 8080
🔐 secretSERVER_API_KEY(optional) - API key for server authentication. If set, all requests must include this key in the Authorization header (format: Bearer <key> or just <key>)
// 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 2 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/gilbitron-lunch-money-mcp-m5ksv0)](https://m8ven.ai/mcp/gilbitron-lunch-money-mcp-m5ksv0)
commit: 339ef6318bd809b8fd952611822c6460686ce2fb
code hash: 663725bef7aa326d066f2a6876fa475720c3e29aca44a483a98891c9602d5923
verified: 4/18/2026, 6:32:02 PM
view raw JSON →