ZenMoney MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZENMONEY_ACCESS_TOKEN | Yes | Access token for ZenMoney API. Required for authentication. | |
| ZENMONEY_API_BASE_URL | No | Base URL for the ZenMoney API. | https://api.zenmoney.ru/v8 |
| ZENMONEY_SYNC_ON_START | No | Whether to sync data on server start. | true |
| ZENMONEY_MAX_RESULT_LIMIT | No | Maximum limit for result lists in MCP responses. | 500 |
| ZENMONEY_REQUEST_TIMEOUT_MS | No | Timeout for API requests in milliseconds. | 30000 |
| ZENMONEY_DEFAULT_RESULT_LIMIT | No | Default limit for result lists in MCP responses. | 100 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| zenmoney_status | ZenMoney 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