Skip to main content
Glama
mrpirated

BudgetBakers Wallet MCP Server

by mrpirated

BudgetBakers Wallet MCP Server

An implementation of the Model Context Protocol (MCP) for BudgetBakers Wallet using the standard REST API.

Prerequisites

  1. Wallet API Token: Obtain yours from the Wallet Web App under Settings > API Tokens.

  2. Node.js: Version 16 or higher installed.

Related MCP server: OpenCoffer

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/mrpirated/budgetbakers-wallet-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server