Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

BudgetBakers Wallet Server

БесплатноНе проверен

Enables querying of BudgetBakers Wallet data including accounts, transactions, categories, and labels through natural language commands.

GitHubEmbed

Описание

Enables querying of BudgetBakers Wallet data including accounts, transactions, categories, and labels through natural language commands.

README

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.

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

from github.com/mrpirated/budgetbakers-wallet-mcp

Установка BudgetBakers Wallet Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mrpirated/budgetbakers-wallet-mcp

FAQ

BudgetBakers Wallet Server MCP бесплатный?

Да, BudgetBakers Wallet Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для BudgetBakers Wallet Server?

Нет, BudgetBakers Wallet Server работает без API-ключей и переменных окружения.

BudgetBakers Wallet Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить BudgetBakers Wallet Server в Claude Desktop, Claude Code или Cursor?

Открой BudgetBakers Wallet Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare BudgetBakers Wallet Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development