Skip to main content
Glama
rmarji

Monarch Money MCP Server

by rmarji

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONARCH_EMAILYesYour Monarch Money account email.
MONARCH_PASSWORDYesYour Monarch Money account password.
MONARCH_MFA_SECRETNoTOTP secret key for 2FA (required if account has 2FA enabled).
MONARCH_PROXY_PORTNoPort for HTTP proxy (default: 8765).8765

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_transactionsC

Get transactions with optional date range filtering

get_account_detailsB

Get detailed information about specific accounts

get_cashflow_analysisC

Get detailed cashflow analysis by category and time period

search_transactionsB

Search transactions by description or merchant

get_categoriesA

Get all transaction categories configured in the account

get_institutionsA

Get all financial institutions linked to Monarch Money

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Account InformationAll linked accounts in Monarch Money
Recent TransactionsLast 100 transactions
Budget InformationAll budgets with actual vs target amounts
Cashflow SummaryIncome, expenses, and savings summary

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation4/5

Most tools target distinct resources: transactions, accounts, categories, institutions, and cashflow are clearly separated. The main ambiguity is between get_transactions and search_transactions, since both retrieve transactions, though one filters by date and the other by merchant/description.

Naming Consistency5/5

All tools use lowercase snake_case with a clear verb_noun pattern, almost uniformly using get_ for retrieval. The one search_ exception still follows the same verb_noun style, making the naming predictable and consistent.

Tool Count5/5

Six tools is a well-scoped size for a read-only personal finance server. Each tool serves a clear purpose and does not feel padded or sparse.

Completeness3/5

The tool set covers transaction, account, category, institution, and cashflow data, but significant Monarch Money domains are missing, such as budgets, goals, net worth, or investment holdings. It handles core read-only workflows but leaves notable gaps for broader financial management.

Maintenance

ActivityInactive
ResponsivenessNo issues