Skip to main content
Glama

LunchMoney MCP Server

by akutishevsky
MIT License
5
4
  • Apple
  • Linux

upsert_budget

Create or update monthly budget amounts for specific categories in LunchMoney to manage personal finances and track spending against targets.

Instructions

Create or update a budget for a specific category and month

Input Schema

NameRequiredDescriptionDefault
inputYes

Input Schema (JSON Schema)

{ "properties": { "input": { "additionalProperties": false, "properties": { "amount": { "description": "Budget amount", "type": "number" }, "category_id": { "description": "Category ID for the budget", "type": "number" }, "currency": { "description": "Currency for budget (defaults to primary currency)", "type": "string" }, "start_date": { "description": "Budget month start date in YYYY-MM-DD format", "type": "string" } }, "required": [ "start_date", "category_id", "amount" ], "type": "object" } }, "required": [ "input" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/akutishevsky/lunchmoney-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server