Skip to main content
Glama
mjstramel

Monarch Money MCP Server

by mjstramel

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONARCH_TOKENYesYour Monarch Money API token.

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_accountsD
get_budgetsD
get_transactionsD
create_manual_accountD
create_transactionD
get_transaction_categoriesD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct action and resource (account, transaction, budget, category). The names clearly differentiate them, with no overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case (e.g., get_accounts, create_transaction). The naming is uniform and predictable.

Tool Count5/5

With 6 tools, the server is well-scoped for a personal finance domain, covering essential reads and writes without unnecessary bloat.

Completeness3/5

The set covers creating accounts and transactions and retrieving key data, but lacks update/delete operations for accounts and transactions, which are notable gaps for full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues