Skip to main content
Glama
bkichler

monarch-mcp

by bkichler

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_transactionsA

List transactions with optional filters. Dates are ISO YYYY-MM-DD.

Use list_categories / list_tags / list_accounts to discover the IDs needed for the *_ids filter arguments.

get_transactionA

Return full detail for a single transaction (includes splits, tags, attachments).

get_transactions_summaryB

Aggregate stats (count, sum, average, max) across all transactions.

list_tagsA

List all transaction tags.

create_tagA

Create a new tag. Color is a hex string like '#ff0000'.

set_transaction_tagsB

Replace the set of tags on a transaction with the given tag IDs.

list_categoriesA

List all transaction categories.

list_category_groupsA

List all category groups (the parent groupings for categories).

create_categoryC

Create a new category under the given group.

delete_categoryB

Delete a category by ID.

list_accountsA

List all configured accounts with current balances and metadata.

get_net_worth_historyA

Daily net-worth snapshots aggregated across all accounts.

Optional account_type filters to a single type (e.g. 'brokerage'). Dates are ISO YYYY-MM-DD.

get_net_worth_by_typeC

Net worth broken down by account type. Timeframe: 'month' or 'year'.

get_account_historyB

Historical balance snapshots for a single account.

get_cash_flowB

Cash flow aggregated by category, group, and merchant for the date range.

get_cash_flow_summaryA

Top-line cash flow numbers only (income, expense, savings).

get_budgetsC

Budget plan vs. actuals for the date range. Includes v2 goals when present.

set_budgetA

Set a budget amount. Provide exactly one of category_id or category_group_id.

timeframe: 'month' or 'year'. apply_to_future propagates the change forward.

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/bkichler/monarch-mcp'

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