BudgetBakers Wallet MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BudgetBakers Wallet MCP Servershow my accounts and balances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BudgetBakers Wallet MCP Server
An implementation of the Model Context Protocol (MCP) for BudgetBakers Wallet using the standard REST API.
Prerequisites
Wallet API Token: Obtain yours from the Wallet Web App under
Settings > API Tokens.Node.js: Version 16 or higher installed.
Related MCP server: YNAB MCP Server
Local Configuration (Claude Desktop)
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"wallet-custom": {
"command": "node",
"args": ["/Volumes/ExternalSSD/Expenses/budgetbakers-wallet-mcp/dist/index.js"],
"env": {
"WALLET_API_TOKEN": "YOUR_REST_API_TOKEN"
}
}
}
}Available Tools
list_accounts: List all bank accounts and cash wallets with balances.list_records: List transactions with optional filters (recordDate,note,accountId).list_categories: List all transaction categories.list_labels: List all transaction labels (hashtags).get_api_usage: Check your current API quota.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI assistants to interact with Actual Budget for personal finance management through natural language, supporting transactions, account balances, budget tracking, spending analysis, and payment searches.Last updated26MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with YNAB budgets, performing read-only queries by default and optional write operations like creating transactions and managing categories through natural language.Last updated386112MIT
- AlicenseAqualityDmaintenanceIntegrates Claude with the BudgetBakers Wallet API to access financial data including accounts, transactions, categories, and spending analytics.Last updated818MIT
- Alicense-qualityDmaintenanceRead-only MCP server for accessing Wallet by BudgetBakers financial data, allowing users to query accounts, transactions, categories, budgets, and more via natural language.Last updatedMIT
Related MCP Connectors
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
Ask your AI about bank accounts, spending, debts, holdings, and investment activity.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
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/mrpirated/budgetbakers-wallet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server