Smart Money MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Smart Money MCPlog 4500 on a taxi yesterday from Kaspi"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
en β’ ru
Smart Money MCP
Model Context Protocol server for personal finance β log expenses in plain language, track accounts, deposits, budgets and spending, secured by OAuth.
Smart Money MCP puts your money ledger inside your AI assistant. Connect Claude, ChatGPT, Cursor, VS Code, or a CLI client to Smart Money, then say "log 4500 on a taxi yesterday from Kaspi" or ask "how much did I spend on food this month?" β the assistant writes to the same ledger the app reads.
Server URL:
https://smart-money.ink/mcpTransport: Streamable HTTP
Auth: OAuth 2.1 with PKCE
Landing & setup: smart-money.ink/claude
Install
Smart Money MCP is a remote, OAuth-secured server. There is nothing to install locally. Add this to your MCP client config:
{
"mcpServers": {
"smart-money": {
"type": "http",
"url": "https://smart-money.ink/mcp"
}
}
}One-click install:
CLI clients (Claude Code, Gemini CLI, Codex CLI) and manual snippets: see Supported clients.
Related MCP server: YNAB MCP Server
Quick start
Create a Smart Money account at smart-money.ink and start the free trial (see Plans & access).
Open smart-money.ink/claude and follow the setup path for your client.
Use the one-click install, the CLI command, or the manual JSON snippet above.
Authorize with OAuth when your client opens the consent screen.
Talk to your assistant about money in plain language.
What you can do from chat
π¬ Plain-language entry β
taxi 4500 yesterday kaspi #tripis parsed into an amount, date, account, currency, tags and category. Amounts like12kor1.2m, dates likeyesterdayor3 days ago, and account names in any script all resolve.π Spending answers β income, expense, savings rate, category breakdown and top merchants for any period.
π¦ Accounts & balances β cards, cash, bank accounts, deposits, credit cards (counted as liabilities), investments and e-wallets. Multi-currency, with rates on the date and totals in your base currency.
π° Deposits with interest β rate in basis points, accrual frequency, compounding or payout to another account. Interest is computed daily on the real balance, and every accrual carries an idempotency key, so nothing is posted twice.
π― Budgets β weekly, monthly or yearly limits with spent, remaining, and an end-of-period forecast.
π₯ Bank notifications β paste push-notification text and it becomes transactions; re-importing the same notification does not duplicate it.
π·οΈ Categories & tags β flat categories chosen in one step, tags orthogonal to them. An unknown
#tagis created on the fly; a deleted one is restored instead of duplicated.
Tool surface
27 tools. Reading and writing are separate tools β no confirm or dryRun flags β and each one carries a title plus readOnlyHint / destructiveHint annotations, so your client knows which calls deserve a confirmation prompt.
Category | Tools |
π Previews (read-only) |
|
πΈ Transactions |
|
π Reporting |
|
π¦ Accounts |
|
ποΈ Categories |
|
π·οΈ Tags |
|
π― Budgets |
|
Deletion is soft: a transaction gets a deletedAt and drops out of balances and reports on every device, while its import key stays β so re-importing the same bank notification will not bring it back. An account or category still referenced by transactions cannot be deleted; the connector offers to archive it instead, so history never points at nothing.
For the exact, up-to-date set, run tools/list against https://smart-money.ink/mcp.
Plans & access
Smart Money is a paid service with a free trial. The connector reads and writes your real ledger, so it needs an active subscription or trial β there is no anonymous tier.
Free trial | Subscription | |
Price | $0 for 7 days, card required | $7.99 / month |
Web app, sync, every connector tool | β | β |
Nothing is charged during the trial, and cancelling during it charges nothing. Cancel any time in Settings β Subscription. When a subscription lapses the app locks, but records are not deleted: they stay in your browser and can still be exported. Current terms: smart-money.ink/terms.
Call a tool without an active subscription and the tool result says so, pointing you at the app's settings.
Supported clients
Claude (web & desktop) β Settings β Connectors β Add custom connector
ChatGPT β Settings β Connectors β custom MCP connector with OAuth
Cursor β one-click install via deeplink, or
~/.cursor/mcp.jsonVS Code β one-click install via deeplink, or
.vscode/mcp.jsonClaude Code (CLI) β
claude mcp add --transport http smart-money https://smart-money.ink/mcpGemini CLI β
gemini mcp add --transport http smart-money https://smart-money.ink/mcpCodex CLI β
codex mcp add smart-money --url https://smart-money.ink/mcpGeneric HTTP MCP client β point it at the URL and let it complete OAuth discovery
Full per-client instructions: docs/setup.md.
Cursor plugin
This repository is also a Cursor plugin. It contributes one MCP server (smart-money) and no rules, skills, agents, or hooks.
.cursor-plugin/plugin.json β plugin manifest
mcp.json β the MCP server it contributes
assets/logo.svg β plugin logoThere is nothing to configure. No API key or environment variable is required: the server advertises OAuth 2.1 metadata, the client registers itself dynamically, and the consent screen opens on first use.
Example prompts
Log as you go
"taxi 4500 yesterday kaspi #trip"
β One transaction, parsed and saved: amount, date, account, tag. The preview tool can show the parse first.
Ask where the money went
"How much did I spend on food this month, and how does that compare to my budget?"
β A category breakdown plus the budget's spent, remaining, and end-of-month forecast.
Deposits
"Post the interest due on my deposits."
β Interest accrued daily on the actual balance, idempotent: running it twice posts nothing extra.
Bank notifications
(paste a batch of bank push notifications) "Turn these into transactions."
β Parsed into transactions, with already-imported ones skipped.
More: docs/examples.md.
Authorization & data
Auth is OAuth 2.1 with PKCE. Your assistant gets a token tied to your Smart Money account, and the connector reads and writes as you β row-level security and the subscription check apply exactly as they do in the web app. Discovery follows RFC 9728: an unauthenticated call to /mcp returns 401 pointing at https://smart-money.ink/.well-known/oauth-protected-resource/mcp, and the authorization server is found from there.
Tokens can be revoked at any time from the Smart Money app. OAuth flow details: docs/oauth.md. Data handling: smart-money.ink/privacy.
Troubleshooting
Common connection, OAuth, and tool-call errors: docs/troubleshooting.md.
Where this server is listed
Registry and directory listings, and how publishing works: docs/registries.md.
Project links
Product: smart-money.ink
Setup page: smart-money.ink/claude
MCP server:
https://smart-money.ink/mcp
License
MIT β see LICENSE.
Built by @ultraza4. Smart Money is a hosted personal-finance service; this repo is documentation and manifests for its public MCP server. Server source is not open.
This server cannot be deployed
Maintenance
Related MCP Connectors
Personal finance ledger for AI agents β query spending, track bills, forecast cash flow.
- financeOAuthcom.zoninga
Personal finance for AI agents: accounts, budgets, goals, 9-strategy debt payoff, reports. OAuth 2.1
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Personal-finance workspace for AI agents: accounts, spending, budgets, goals, and investments.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to manage personal expenses through natural language conversations. Supports adding, searching, and analyzing transactions with automatic categorization and financial insights.3MIT
- AlicenseAqualityBmaintenanceEnables 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.39129 npm32MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI-driven expense tracking and budget management, including adding expenses, setting budgets, analyzing trends, forecasting, and managing savings goals via natural language.-
- FlicenseNot gradedqualityDmaintenanceEnables users to manage personal financesβtracking expenses, income, budgets, and generating summariesβthrough natural language commands via AI assistants like Claude.-