CashBFF MCP
CashBFF is a personal-finance MCP server for Claude. Connect your bank through Plaid and ask Claude about your real money in chat.
README
<div align="center"> <img src="https://cashbff.com/icon.png" alt="CashBFF" width="88" height="88"> <h1>CashBFF MCP Server</h1> <p><strong>Talk to your money inside Claude.</strong></p> <p> <a href="https://cashbff.com">Website</a> · <a href="https://cashbff.com/security">Security</a> · <a href="https://cashbff.com/privacy">Privacy</a> · <a href="https://cashbff.com/terms">Terms</a> </p> </div>
What it is
CashBFF is a personal finance MCP (Model Context Protocol) server. You connect your bank through Plaid, then ask Claude (or any MCP client) about your money in plain language: your balances, what is coming up, whether you can afford something, and where your cash goes. It runs as a hosted remote server, so you connect once and start asking.
- Website: https://cashbff.com
- MCP endpoint:
https://api.cashbff.com/mcp - Transport: Streamable HTTP
- Auth: OAuth 2.0 with PKCE and Dynamic Client Registration (you sign in with your phone)
Connect
CashBFF is a remote server. Most MCP clients connect through the mcp-remote bridge, which opens your browser for sign in and manages tokens for you.
{
"mcpServers": {
"cashbff": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.cashbff.com/mcp"]
}
}
}
Clients that support remote HTTP with OAuth directly (such as Claude Desktop and the claude.ai connector) can use the native form:
{
"mcpServers": {
"cashbff": {
"type": "streamable-http",
"url": "https://api.cashbff.com/mcp"
}
}
}
On first connect, your browser opens to sign in with your phone number and approve access. A CashBFF Talk subscription is required to connect, and you can start a free trial at cashbff.com.
Tools
CashBFF exposes 17 tools: 8 that read your money and 9 that write. Every write previews the change and waits for your confirmation before anything happens.
Read
| Tool | What it does |
|---|---|
get_my_money_snapshot |
A full overview: running balance, recurring, upcoming, and recent transactions. |
get_my_balances |
Your current cash on hand and card balances. |
get_my_upcoming |
Scheduled and recurring items coming up. |
get_my_runway |
How long your money lasts at the current pace. |
get_balance_on_date |
Your projected balance on a specific date. |
get_calendar_view |
A calendar of money events across a date range. |
search_my_transactions |
Find transactions by merchant, category, or amount. |
list_recurring_suggestions |
Recurring patterns CashBFF detected, ready for you to confirm. |
Write (each asks for confirmation)
| Tool | What it does |
|---|---|
add_goal |
Add a savings or payoff goal. |
add_transaction_note |
Record an off-bank note, such as cash you handed someone. |
add_scheduled_transaction |
Add expected income or an expense on a date. |
edit_scheduled_transaction |
Edit an item you created. |
delete_scheduled_transaction |
Remove an item you created. |
mark_transaction_reimbursable |
Flag a transaction as reimbursable. |
confirm_recurring_suggestion |
Confirm a detected recurring pattern. |
add_recurring_stream |
Add a recurring income or expense stream. |
update_recurring |
Update a recurring item. |
Safety and privacy
- You stay in control. Reads are read only, and every write shows you the change and waits for your yes.
- Bank transactions stay exactly as your bank reports them through Plaid. CashBFF reads and organizes, and your money stays where it is.
- Bank connections are handled by Plaid. CashBFF uses your data to answer your questions and nothing more.
- More detail lives on security, privacy, and terms.
Troubleshooting
- The connector will not connect. Confirm the URL is exactly
https://api.cashbff.com/mcp. On first connect a browser window opens to sign in. - Sign-in. You sign in with your phone number, then the one-time code sent to it. A CashBFF Talk subscription is required to connect; a free trial is available at cashbff.com.
- "Authorization failed" or the connection drops. Remove the connector and add it again to run a fresh sign-in. Access tokens refresh automatically once connected.
- A tool returns "not authenticated." Your session expired; reconnect the server.
- No data appears. Connect a bank through CashBFF first so there is data to read. Reviewers can use the provided test account, which is preloaded with sample data.
- Still stuck? Email daksh@cashbff.com.
About
CashBFF is built by Daksh Khanna (Khanna's LLC).
This repository is documentation for the hosted CashBFF MCP server. The server is hosted and maintained for you.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。