Інтеграція MCP
Доступ AI-асистента до фінансових даних
Використовуйте Model Context Protocol для надання AI-асистентам безпечного доступу до даних Wallet. Запитуйте про витрати, аналізуйте бюджети та отримуйте фінансову аналітику природною мовою.
Скільки я витратив на ресторани цього місяця?
За даними Wallet, ви витратили $482.50 на ресторани цього місяця за 12 транзакцій. Це на 15% більше ніж минулого місяця.
How does that compare to my dining budget?
Your dining budget is $400/month. You're $82.50 over budget (121%). I'd suggest reviewing the 3 largest transactions to find savings.
Що таке MCP?
Model Context Protocol (MCP) — це відкритий стандарт, що дозволяє AI-асистентам безпечно підключатися до ваших джерел даних. З інтеграцією MCP Wallet ви можете запитувати Claude чи інших LLM-клієнтів про фінанси природною мовою.
Available Tools
10 read-only tools organized by function
Core Financial Data
get_recordsRetrieve transactions with filters for date range, category, account, labels, and amount.
get_accountsList all accounts with current balances, currencies, and account types.
get_categoriesGet the full category tree including custom categories and subcategories.
Analytics
get_records_aggregationAggregate spending by category, time period, or account.
get_records_by_idFetch full details of a specific transaction.
Planning
get_budgetsView all budgets with spent/remaining amounts and periods.
get_goalsTrack savings goals with progress and deadlines.
get_standing_ordersList recurring transactions and upcoming payments.
Organization
get_labelsRetrieve custom labels for tagging transactions.
get_record_rulesView automation rules for categorization.
Налаштування MCP
Step 1: Get Your API Token
Open Wallet → Settings → Integrations and generate a JWT token. This token authenticates your AI assistant and grants read-only access to your data.
Keep your token private. You can revoke it anytime from the same settings page.
Step 2: Configure Your AI Platform
Choose your platform below and follow the configuration instructions.
claudeDesktop
Config file location:
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
- Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"wallet": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.wallet.budgetbakers.com/",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer YOUR_TOKEN_HERE"
}
}
}
}claudeCode
claude mcp add wallet \ --transport http \ https://mcp.wallet.budgetbakers.com/ \ --header "Authorization: Bearer YOUR_TOKEN_HERE"
Replace YOUR_TOKEN_HERE with your JWT token from Step 1.
Claude Web (claude.ai)
Anthropic's Claude via Connectors (Pro/Max/Team/Enterprise)
Claude Web uses Connectors with email-based authentication — add Wallet as a custom connector and authenticate with your Wallet email. No API tokens needed.
View Claude Web Setup GuideChatGPT
OpenAI's ChatGPT with MCP support (Plus/Pro/Max/Business/Enterprise)
ChatGPT uses OAuth authentication instead of JWT tokens — you connect by logging in with your Wallet email directly through ChatGPT's Apps settings. No need to copy API tokens.
View ChatGPT Setup GuideЩо ви можете робити
“Скільки я витратив на продукти минулого місяця?”
Миттєвий аналіз витрат за категорією
“Чи вкладаюся я в бюджет?”
Перевірка статусу бюджету та сповіщення про перевитрати
“Які мої майбутні рахунки?”
Перегляд усіх запланованих платежів та термінів
“Покажи найбільші витрати цього року”
Аналіз шаблонів витрат та пошук можливостей оптимізації
Безпека та конфіденційність
Готові підключити AI-асистента?
Почніть використовувати MCP з Wallet сьогодні та отримайте AI-аналітику фінансів.