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

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
zenmoney_syncC

Synchronize the in-memory ZenMoney snapshot.

zenmoney_cache_statusA

Return memory cache initialization and synchronization status.

zenmoney_list_accountsB

List accounts from the in-memory ZenMoney snapshot.

zenmoney_list_transactionsC

List transactions from the in-memory ZenMoney snapshot.

zenmoney_get_transactionA

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

zenmoney_list_tagsB

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

zenmoney_list_merchantsC

List merchants from the in-memory ZenMoney snapshot.

zenmoney_list_budgetsC

List budgets from the in-memory ZenMoney snapshot.

zenmoney_suggest_transactionC

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
zenmoney_statusZenMoney memory cache status.
zenmoney_schema_account
zenmoney_schema_transaction
zenmoney_schema_tag
zenmoney_schema_merchant
zenmoney_schema_budget
zenmoney_accounts
zenmoney_transactions
zenmoney_tags
zenmoney_merchants
zenmoney_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