MCP Server Documentation

Last updated: February 12, 2026

Money is a personal finance MCP server that connects AI assistants to your financial data. Query your transactions, track your net worth, create budgets, manage subscriptions, and sync your latest bank data — all through natural language.

Server Details

Server URLhttps://money.parsons.ai/api/mcp
TransportStreamable HTTP
AuthenticationOAuth 2.1 with Dynamic Client Registration
Registryio.github.Parsons-ai/money

How to Connect

Claude.ai

If Money is available in the Claude.ai connectors directory, click the connectors icon and search for "Money". OAuth authentication is handled automatically.

To add it manually as a custom connector, use the server URL above with Streamable HTTP transport.

Claude Code

claude mcp add money --transport streamable-http https://money.parsons.ai/api/mcp

Other MCP Clients

Any MCP-compatible client can connect using the server URL and Streamable HTTP transport. The server supports OAuth 2.1 with Dynamic Client Registration (DCR), so no manual API keys are needed — your client will handle the OAuth flow automatically.

OAuth discovery endpoint:

https://money.parsons.ai/.well-known/oauth-protected-resource

Authentication

Money uses OAuth 2.1 powered by Supabase. When you connect for the first time, you'll be redirected to sign in with your Money account (or create one). After granting consent, your AI assistant receives a scoped token that can only access your data.

All queries are filtered by row-level security — you can only see and modify your own financial data. No API keys or tokens to manage manually.

Tools

ToolTypeDescription
whoamiReadGet your user profile, subscription status, and connected accounts summary
schemaReadGet database table and column details — use this to understand the data model before querying
queryReadExecute read-only SQL queries on your financial data (max 100 rows). RLS ensures you only see your own data.
mutateWriteCreate, update, or delete budgets, goals, reminders, subscription overrides, and other user-managed entities
syncWriteRefresh your latest transactions, balances, investments, and liabilities from connected bank accounts via Plaid

What You Can Ask

Spending Analysis

Net Worth & Accounts

Budgets & Goals

Subscriptions

Bank Sync

Available Data

Once you connect your bank accounts via Plaid, the following data is available to query through the MCP server:

Use the schema tool to explore the full data model at any time. Transactions and account data from Plaid are read-only. Budgets, goals, reminders, and subscription overrides (names, categories, visibility) can be created and modified via the mutate tool.

Security

Getting Started

  1. Create a free account at money.parsons.ai
  2. Connect your bank accounts through Plaid during onboarding
  3. Add Money to your MCP-compatible AI assistant using the server URL above
  4. Authenticate with your Money account when prompted
  5. Start asking questions about your finances

Links