Connects Claude to your bank accounts through Plaid and exposes your financial data as queryable SQL tables. You get five tools: whoami for user info, schema for inspecting available tables, query for read-only SQL against transactions and balances, mutate for managing budgets and goals, and sync to pull fresh data from connected banks. Useful when you want to ask natural language questions about spending patterns, net worth, or category breakdowns without building your own Plaid integration. Uses OAuth 2.1 with dynamic client registration and enforces row-level security so queries only touch your own data. Hosted service from Parsons.AI running over streamable HTTP.
Personal finance MCP server by Parsons.AI — connect AI assistants to your financial data.
https://money.parsons.ai/api/mcp
Transport: Streamable HTTP Auth: OAuth 2.1 (Dynamic Client Registration)
| Tool | Description | Type |
|---|---|---|
whoami | Get authenticated user info | Read |
schema | Get database table/column details | Read |
query | Execute read-only SQL queries on your financial data | Read |
mutate | Create, update, or delete budgets, goals, reminders, and other entities | Write |
sync | Refresh latest data from connected bank accounts via Plaid | Write |
Add as a connector using the server URL above. OAuth will guide you through sign-in.
Point your client to https://money.parsons.ai/api/mcp using Streamable HTTP transport.
Money connects to your bank accounts via Plaid to provide real-time financial tracking. All data is secured with row-level security — you can only access your own financial data.
Built by Parsons.AI.