rocketmoney-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rocketmoney-mcpshow my current net worth and latest transactions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rocketmoney-mcp
A self-hosted Model Context Protocol server for Rocket Money. It lets an MCP client (Claude Desktop, claude.ai, etc.) browse your accounts, transactions, spending, budgets, net worth, and subscriptions so you can talk to an assistant about your finances.
Every tool is read-only except the amazon_sync_* writers listed below, which set
a transaction's note and category. Start the server with ROCKETMONEY_READ_ONLY=1
and those tools are never registered and the background sync never starts.
Security model, in one paragraph
Your Rocket Money session cookie is a live login to your finances. This server
holds it on disk and sends it only to Rocket Money's API, so run the server
yourself, on a machine you control, and put its /auth and /mcp endpoints
behind authentication. There is no hosted instance: nothing in this repo points
at a server the author operates, and the Chrome extension refuses to send the
cookie anywhere until you enter your own server's URL.
Related MCP server: Monarch Money MCP Server
Tools
Tool | What it returns |
| Whether the Rocket Money session is authenticated |
| Every linked institution + account with current balance |
| One account's detail: balances, credit limit, liability/APRs, balance history |
| Net worth split into cash / savings / investments / debts, with trend |
| This month vs last month spend + earnings, by-category breakdown |
| Earnings and per-category spend across the last four months |
| Active recurring charges with next-bill estimates |
| Upcoming charges in the next N days |
| Transactions by merchant text and/or date |
| This month's transactions within one category |
| Dry run of the Amazon enrichment: what would be written |
| Scheduler state and whether the server is in read-only mode |
Write tools (absent under ROCKETMONEY_READ_ONLY=1):
Tool | What it changes |
| Sets note + category on recent Amazon transactions from order emails |
| Same, over every Amazon transaction since a date |
| Turns the background sync on or off |
All amounts are returned in USD.
How auth works
Rocket Money has no third-party OAuth, so this server reuses your own web session.
You grab the tb.auth0.sid cookie from a logged-in app.rocketmoney.com browser tab
and paste it into the server's /auth page (or let the Chrome extension
push it to your server automatically). The server keeps a rotating cookie jar
(Rocket Money re-issues the cookie on every response, ~3h48m rolling TTL) persisted to
disk, and runs a keepalive loop. There is no offline refresh token, so when the session
eventually expires you re-paste a fresh cookie.
The cookie lives only on the machine running this server and is sent only to Rocket Money's own API.
Endpoints
Path | Purpose |
| MCP streamable-HTTP transport (stateless) |
| Paste-a-cookie session page |
| Session intake |
| Session intake for the Chrome extension |
| Health check |
Running locally
npm install
npm run build
ROCKETMONEY_STATE_DIR=./.state PORT=8080 node dist/index.js
# open http://localhost:8080/auth and paste your cookieEnvironment
Var | Default | Purpose |
|
| HTTP port |
|
| Where the rotating session is persisted |
| unset |
|
|
| Keepalive interval (2h) |
| captured default |
|
Deployment
Designed to run behind an authenticating gateway (e.g. a Cloudflare Access / OAuth
front door) so the /mcp and /auth endpoints are never exposed unauthenticated —
the server itself holds a live financial session and must not be publicly reachable.
Notes
If a tool returns
PersistedQueryNotFound, Rocket Money rotated a GraphQL query hash; re-capture it from a fresh HAR and updatePERSISTEDinsrc/rm/client.ts.Not affiliated with or endorsed by Rocket Money / Rocket Companies.
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Query your real net worth, spending, transactions, budgets and portfolio from any MCP client.
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Personal finance for AI agents — onboard, import statements, categorize & budget over MCP.
The Ramp MCP server enables users to securely connect Ramp with AI assistants like ChatGPT and Claude to query financial data and take actions using natural language. It transforms Ramp's developer API into a SQL interface that LLMs can query, allowing admins to analyze spend trends, identify cost savings, and run complex SQL analyses on comprehensive datasets (transactions, purchase orders, vendors, users), while all users can manage cards, view transactions, request reimbursements, and get expense policy answers.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides access to personal financial data from Monarch Money, allowing users to retrieve account information, transactions, budgets, goals, and net worth through natural language queries.15-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that integrates with Monarch Money to provide financial data access and operations, including account management, transaction filtering, budget analysis, and goal tracking through natural language.-
- AlicenseCqualityBmaintenanceUnofficial MCP server for Monarch Money that exposes tools for managing accounts, transactions, budgets, and other financial data through natural language.1251MIT
- AlicenseAqualityDmaintenanceRead-only MCP and HTTP proxy server for accessing Monarch Money financial data, enabling transaction analysis, budget tracking, and cashflow insights through natural language.6MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/312-dev/rocketmoney-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server