Self-hosted, read-only MCP server that connects your banks and investments via Plaid.
Self-hosted, read-only MCP server that connects your banks and investments via Plaid. Exposed over MCP by the personal mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
A self-hosted, read-only MCP server that connects your banks, credit cards, loans, and brokerage accounts (via Plaid) to an MCP client like Claude Code. Ask questions about your own finances in plain English — no third-party aggregator (Monarch, Mint, etc.) involved.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
list_accounts — Every account across every linked bank, with balancesget_balances — Live current + available balances (optionally filtered by account)get_transactions — Transactions in a date range (up to 2 years back)search_transactions — Keyword search across merchant / name / counterpartyget_recurring_transactions — Detected recurring inflow + outflow streamsget_liabilities — Credit cards, student loans, mortgages with APRs and payment detailsget_investment_holdings — Current holdings with symbol + security metadataget_investment_transactions — Buy / sell / dividend history in a date rangeget_institutions_status — Health of each linked bank (surfaces re-auth needs)You will need 2 environment variables: PLAID_CLIENT_ID, PLAID_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Personal's toolset — list_accounts, get_balances, get_transactions and 6 more — is a fair guide to whether it matches your workflow. It is maintained by JosueM1109; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_accounts | Every account across every linked bank, with balances |
| get_balances | Live current + available balances (optionally filtered by account) |
| get_transactions | Transactions in a date range (up to 2 years back) |
| search_transactions | Keyword search across merchant / name / counterparty |
| get_recurring_transactions | Detected recurring inflow + outflow streams |
| get_liabilities | Credit cards, student loans, mortgages with APRs and payment details |
| get_investment_holdings | Current holdings with symbol + security metadata |
| get_investment_transactions | Buy / sell / dividend history in a date range |
| get_institutions_status | Health of each linked bank (surfaces re-auth needs) |
| Variable | Description | Required |
|---|---|---|
| PLAID_CLIENT_ID | Configuration value read at startup. | Optional |
| PLAID_SECRET | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.