Uncommon Cash is Now Agent-Ready
Connect Claude Code, Cursor, or any MCP-compatible AI agent directly to your finances. Query transactions, manage budgets, and run financial workflows with natural language — your AI becomes a genuine financial partner.
What shipped
18 MCP Tools
Read transactions, manage budgets, create automation rules, and analyze spending patterns — all via the Model Context Protocol.
Scoped Agent Tokens
Issue tokens with granular permissions (read vs. write, per data type). Revoke anytime from Settings.
Discovery Files
llms.txt, robots.txt, and /.well-known/api-catalog.json — so AI systems understand how to work with us.
Stateless & Fast
No persistent sessions — every agent request is independent, fast, and secure.
Agent Readiness
Agent-ready apps need to be discoverable, accessible, and capable. Here's where we stand:
robots.txtllms.txt/.well-known/api-catalog.jsonMCP ServerAgent tokensOAuth 2.0Connect in 2 minutes
- 1
Create an agent token
Go to Settings → Agent Access and click "Create Token". Choose the scopes you want to grant.
- 2
Add to Claude Code settings
Copy the config snippet shown after token creation and add it to
~/.claude/settings.json:{ "mcpServers": { "uncommoncash": { "type": "http", "url": "https://uncommoncash.com/api/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN" } } } } - 3
Ask your agent anything
Open Claude Code and try: "Show me my top 5 spending categories this month and flag anything over budget."
Available tools
get_transactionsQuery transactions by date, category, or account
search_transactionsFull-text search across all transaction descriptions
categorize_transactionUpdate a transaction's category
bulk_categorize_transactionsCategorize multiple transactions at once
get_budget_vs_actualCompare budget targets to actual spending
get_spending_summarySummarize spending by category for any period
update_budgetAdjust category budget targets
get_categoriesList all categories in your hierarchy
get_accountsList linked accounts and balances
get_net_worthTrack assets, liabilities, and net worth over time
get_automation_rulesList auto-categorization rules
create_automation_ruleCreate a pattern-matching categorization rule
suggest_automation_rulesAI-suggested rules based on uncategorized transactions
analyze_spending_patternsSurface top vendors, trends, and over-budget categories
Ready to try it?
Sign up for Uncommon Cash and connect Claude Code to your finances in minutes.