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 read-only 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.
It performs no write operations — every tool is annotated readOnlyHint and the
server never mutates anything in your Rocket Money account.
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 |
All amounts are returned in USD.
Related MCP server: Monarch Money MCP Server
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. 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 |
| 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 |
|
| 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
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.
Latest Blog Posts
- 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