Back to Home
gilbitron icon

lunch-money-mcp

Verified Safe

by gilbitron

Overview

Provides a Micro-Context Protocol (MCP) server for AI assistants to interact with Lunch Money financial data through a standardized HTTP interface, enabling full CRUD operations on financial entities.

Installation

Run Command
npx fastmcp dev src/index.ts

Environment Variables

  • LUNCH_MONEY_API_TOKEN
  • PORT
  • SERVER_API_KEY
  • HOST

Security Notes

Handles API tokens and server authentication using environment variables (`LUNCH_MONEY_API_TOKEN`, `SERVER_API_KEY`), which is a good practice. Input validation for tool parameters is robustly implemented via Zod schemas. The Lunch Money API base URL is hardcoded to `https://dev.lunchmoney.app/v1`; users should ensure their `LUNCH_MONEY_API_TOKEN` is compatible with this specific development endpoint. No 'eval' or obvious malicious patterns are present in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-01

Tags

FinanceAPI IntegrationAI AssistantMCP ServerPersonal Finance