Skip to main content
Glama
nonnname

ZenMoney MCP

by nonnname

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZENMONEY_ACCESS_TOKENYesAccess token for ZenMoney API. Required for authentication.
ZENMONEY_API_BASE_URLNoBase URL for the ZenMoney API.https://api.zenmoney.ru/v8
ZENMONEY_SYNC_ON_STARTNoWhether to sync data on server start.true
ZENMONEY_MAX_RESULT_LIMITNoMaximum limit for result lists in MCP responses.500
ZENMONEY_REQUEST_TIMEOUT_MSNoTimeout for API requests in milliseconds.30000
ZENMONEY_DEFAULT_RESULT_LIMITNoDefault limit for result lists in MCP responses.100

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

Tools

Functions exposed to the LLM to take actions

NameDescription
sync_runC

Synchronize the in-memory ZenMoney snapshot.

sync_statusA

Return memory cache initialization and synchronization status.

accounts_listC

List accounts from the in-memory ZenMoney snapshot.

transactions_listC

List transactions from the in-memory ZenMoney snapshot.

transactions_getB

Get one transaction by id from the in-memory ZenMoney snapshot.

transactions_suggestC

Ask ZenMoney to suggest transaction payee, merchant, or tags.

tags_listC

List tags/categories from the in-memory ZenMoney snapshot.

merchants_listC

List merchants from the in-memory ZenMoney snapshot.

budgets_listC

List budgets from the in-memory ZenMoney snapshot.

budgets_get_statusB

Calculate read-only spending and remaining amount for a category budget.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
statusZenMoney memory cache status.
schema_account
schema_transaction
schema_tag
schema_merchant
schema_budget
accounts
transactions
tags
merchants
budgets

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/nonnname/zenmoney-mcp'

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