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 |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| status | ZenMoney memory cache status. |
| schema_account | |
| schema_transaction | |
| schema_tag | |
| schema_merchant | |
| schema_budget | |
| accounts | |
| transactions | |
| tags | |
| merchants | |
| budgets |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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