Connect once
Add https://kachink.app/mcp as a remote MCP server in Claude. Authenticate with Google. Done.
https://kachink.app/mcp
Finance tracking built the way a developer thinks. Kachink runs as an MCP server inside Claude — log transactions, query spending, and manage subscriptions without leaving your terminal or chat window.
Kachink implements the Model Context Protocol — an open standard for giving AI assistants access to external tools and data. When connected, Claude calls Kachink's tools directly on your behalf.
Add https://kachink.app/mcp as a remote MCP server in Claude. Authenticate with Google. Done.
Behind your natural language, Claude invokes structured MCP tools: add-transaction, get-month-data, add-recurring.
All transactions are stored in a Cloudflare D1 SQLite database, isolated per user. Exchange rates cached in KV. Nothing shared.
AWS, GCP, Vercel, Fly.io — log monthly bills as they come in. Query totals across providers at any time.
Set recurring entries for GitHub, Linear, Figma, and other tools. Auto-logged monthly — no manual entry.
Clients pay in EUR or GBP? Log in their currency. Kachink converts using live rates and stores both values.
Built on the Model Context Protocol — the same open standard powering the ecosystem of AI tool integrations.
Ask Claude to "open dashboard" — an MCP App renders a visual overview right inside the chat interface.
Log expenses in the same Claude session you use for code review, debugging, and documentation. One window.
Paste the MCP server URL into Claude's integrations settings. Authenticate once. Start logging immediately.
https://kachink.app/mcp
MCP (Model Context Protocol) is an open standard for connecting AI assistants to external tools. Kachink is an MCP server — when connected, it exposes structured tools like add-transaction and get-month-data that Claude calls on your behalf. Read the MCP explainer.
Cloudflare Workers with a Durable Object for MCP session state, D1 (SQLite at the edge) for transaction storage, and KV for exchange rate caching. Authentication uses Google OAuth via @cloudflare/workers-oauth-provider.
Yes. Log AWS, Vercel, GitHub, Linear, Figma, and any other tool expenses in natural language. Kachink auto-categorizes them under Software and you can query across date ranges for tax time or budget reviews.
Yes. Log client payments in any currency — EUR, GBP, CAD, and more. Exchange rates from the Frankfurter API are applied at log time. Both the original amount and the base-currency equivalent are stored. See multi-currency details.