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: 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

Install Server
A
license - permissive license
C
quality
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.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables 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 updated
    26
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables 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 updated
    38
    61
    12
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Integrates Claude with the BudgetBakers Wallet API to access financial data including accounts, transactions, categories, and spending analytics.
    Last updated
    8
    18
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Read-only MCP server for accessing Wallet by BudgetBakers financial data, allowing users to query accounts, transactions, categories, budgets, and more via natural language.
    Last updated
    MIT

View all related MCP servers

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.

View all MCP Connectors

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