lunch-money-mcp
Verified Safeby 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
npx fastmcp dev src/index.tsEnvironment 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
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
loanpro-mcp-server
Exposes read-only LoanPro financial data via Model Context Protocol (MCP) using HTTP, SSE, and stdio transports for integration with AI agents or other clients.