MCP is an open standard that lets AI agents securely read your BudgetPH data in real time — no copy-pasting, no screenshots. Ask “How much did I spend on food this month?” and your AI calls the right tool automatically.
You can create up to 5 keys and revoke them anytime from the same page.
Best for conversational finance queries
Download Claude Desktop
Download and install Claude Desktop from claude.ai/download . Sign in with your Anthropic account (free tier works).
Open your config file
Open the MCP configuration file for your operating system:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
open ~/Library/Application\ Support/Claude/Paste the configuration
Replace YOUR_API_KEY_HERE with the key you copied from Account → AI Agent Access.
{
"mcpServers": {
"budgetph": {
"type": "http",
"url": "https://budget.kindlyf.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}"budgetph" block inside the existing "mcpServers" object — don't replace the whole file.Restart Claude Desktop
Fully quit Claude Desktop (Cmd+Q / Alt+F4) and relaunch it. You should see a 🔌 budgetph indicator in the toolbar when a new conversation starts.
Test it
Start a new chat and try:
“How much did I spend on food last month?”
“Do I have any unpaid bills this month?”
“What is my current Budget Credit Score?”
“Show me my savings rate for June 2026.”
“What are my active loans and how much do I still owe?”
“Summarise my finances for May 2026.”
“Am I over budget on non-essentials this month?”
“How many days is my budget streak?”
“Which bill is most overdue?”
“What installments am I paying this month?”
get_monthly_summaryFull budget overview — income, expenses, savings rate for any monthFreeget_spending_breakdownNon-essential spending grouped by category with totalsFreeget_billsAll bills with paid/unpaid status and overdue flagsFreeget_budget_scoreBudget Credit Score (0–850) and component breakdownFreeget_insightsAI-generated monthly financial insightsFreeget_streakBudget streak, XP, and level progressFreeget_loansActive loans — money owed or to be repaidFreeget_installmentsActive installment commitments for the monthFreeget_paluwagan_statusPaluwagan (rotating savings) group statusFreemark_bill_paidMark a specific bill as paidProadd_expenseAdd a non-essential expense entry directly from your AI agentProWrite tools (mark_bill_paid, add_expense) require a Pro or Household plan and must be enabled by the admin.
60
requests/hour
Free
600
requests/hour
Pro
600
requests/hour
Household
🔒 Privacy & Security
Your AI agent can only access your own data— never another user's. Each API key is hashed before storage; BudgetPH cannot recover your key after it's shown to you. Keys can be revoked instantly from Account → AI Agent Access. No data is stored on any AI provider's servers — only the specific fields you query are returned.