Skip to main content
Glama
robshox

Lunch Money MCP Server

by robshox

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LUNCH_MONEY_API_KEYYesYour Lunch Money API key from https://my.lunchmoney.app/developers

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_userA

Get information about the Lunch Money user connected to the configured API key.

get_categoriesA

List Lunch Money categories in flattened or nested form.

create_categoryC

Create a new Lunch Money category.

update_categoryC

Update an existing Lunch Money category.

get_tagsA

List all Lunch Money tags.

get_transactionsC

Get Lunch Money transactions with optional filters.

create_transactionC

Create one or more Lunch Money transactions.

update_transactionC

Update a Lunch Money transaction or split it into multiple child transactions.

get_assetsA

List manually managed Lunch Money assets.

create_assetC

Create a manually managed asset in Lunch Money.

get_plaid_accountsA

List Lunch Money Plaid-connected accounts.

trigger_plaid_fetchC

Trigger a Lunch Money fetch for eligible Plaid accounts. This queues a background fetch job.

get_budgetsA

Get Lunch Money budgets and spending for a date range.

upsert_budgetC

Create or update a Lunch Money budget entry for a category and month.

get_recurring_itemsA

Get Lunch Money recurring items for the current or specified month range.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/robshox/lunchmoney-mcp'

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