Money Manager MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | Yes | The base URL for the Money Manager API (e.g., http://192.168.1.1:8888). This is the IP address and port displayed when you start the web server in the Money Manager app. | http://192.168.1.1:8888 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| init_get_dataB | Retrieves initial application data including categories, payment types, asset groups, and multi-book configuration. |
| transaction_listC | Lists transactions within a date range. |
| transaction_createC | Creates a new income or expense transaction. |
| transaction_updateC | Updates an existing transaction. |
| transaction_deleteC | Deletes one or more transactions. |
| summary_get_periodB | Retrieves financial summary statistics for a date range. |
| summary_export_excelB | Exports transaction data to Excel file. The server returns an HTML-based Excel format. Use .xls extension for best compatibility (if .xlsx is provided, it will be auto-corrected to .xls with a warning). |
| asset_listB | Retrieves all assets in a hierarchical structure. |
| asset_createC | Creates a new asset/account. |
| asset_updateC | Modifies an existing asset. |
| asset_deleteC | Removes an asset. |
| card_listB | Retrieves all credit cards in a hierarchical structure. |
| card_createC | Creates a new credit card. |
| card_updateC | Modifies an existing credit card. |
| transfer_createC | Transfers money between two assets. |
| transfer_updateA | Modifies an existing transfer. WARNING: The server creates a new transfer with a NEW ID instead of updating in-place. The old ID will no longer exist after update. Use transaction_list to get the new ID if needed. |
| dashboard_get_overviewB | Retrieves dashboard overview with asset trends and portfolio breakdown. |
| dashboard_get_asset_chartC | Retrieves historical chart data for a specific asset. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/shahlaukik/money-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server