Skip to main content
Glama

LunchMoney MCP Server

by akutishevsky
MIT License
5
4
  • Apple
  • Linux

get_recurring_items

Retrieve recurring financial items for a specified month to help forecast expected income and expenses.

Instructions

Retrieve a list of recurring items to expect for a specified month

Input Schema

NameRequiredDescriptionDefault
inputYes

Input Schema (JSON Schema)

{ "properties": { "input": { "additionalProperties": false, "properties": { "debit_as_negative": { "description": "Pass true to return debit amounts as negative", "type": "boolean" }, "end_date": { "description": "End date in YYYY-MM-DD format", "type": "string" }, "start_date": { "description": "Start date in YYYY-MM-DD format. Defaults to first day of current month", "type": "string" } }, "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