Money Proof Forge
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., "@Money Proof ForgeWhat's my safe-to-spend for the next 30 days?"
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.
Money Proof Forge
Know what you can safely spend today, what happens over the next 30 days, and why.
Money Proof Forge is a self-hosted cash-flow control tower for people whose money spans banks, currencies, cash, credit cards, and crypto. It combines current balances with dated income and obligations, then produces an explainable forecast for the next decision.
This is a working personal system, released early for people who prefer auditable code and local control over a polished universal finance platform.
What it does
separates owned funds from available credit;
forecasts cash flow from balances and dated events;
edits or cancels one future occurrence without changing the recurring schedule;
models credit-card statement payments and shows their basis;
tracks cash purchases and receipt files;
converts the full dashboard between USD, RUB, and AMD;
shares a revocable, read-only summary;
exposes read-only financial tools through MCP for Codex and compatible ChatGPT clients;
keeps the T-Bank browser session on your Mac through a local bridge.
The product never initiates payments, transfers, card changes, or bank settings changes.
Related MCP server: Monarch Money MCP Server
The core model
owned bank funds + cash
+ confirmed future income
- upcoming obligations
- credit-card payment
- savings reserve
= explainable safe-to-spendCancelled events stay visible but leave every forecast. Adjusted events preserve the original recurring rule. Stale bank data or an unknown card payment blocks a definitive spending recommendation instead of inventing precision.
Architecture
T-Bank in a dedicated Chrome profile on macOS
│
│ normalized read-only snapshots
▼
Money Bridge
│
▼
Fastify + SQLite + server-rendered PWA + MCP
│
┌─────────┴─────────┐
▼ ▼
phone/desktop Codex or ChatGPTBank passwords, SMS codes, cookies, and browser storage stay on the Mac. The server receives normalized account, balance, transaction, and credit-card data. Payment and settings routes are blocked in the bridge.
Run locally
Requirements: Node.js 22+, Docker Compose, and macOS for the current T-Bank bridge.
cp .env.example .env
# Replace every placeholder secret in .env.
docker compose up --buildOpen http://localhost:3088.
The MCP endpoint is http://localhost:3088/mcp and expects:
Authorization: Bearer <APP_AUTH_TOKEN>Connect the macOS bridge
Build the project, save the bridge token in a local file with owner-only permissions, then run:
npm run build
node scripts/install-money-bridge.mjs /path/to/bridge-token http://localhost:3088 personal-macThe installer creates a dedicated Chrome profile and a macOS LaunchAgent. Log in only inside that profile. The bridge can sync while the dashboard runs elsewhere.
Current scope
The bundled plan contains demonstration values. Edit the seed data before a fresh personal deployment.
The bank connector targets T-Bank and relies on its current authenticated web flows.
IDBank, Unibank, automatic TRC-20 income detection, and receipt OCR are not implemented.
This software provides planning information, not financial advice.
Security
Read SECURITY.md before exposing an instance to the internet. Use long independent secrets, HTTPS, rate limits, a firewall, encrypted backups, and a dedicated bridge profile. Never commit .env, SQLite data, browser profiles, receipt uploads, or exported bank files.
Please report vulnerabilities privately. Do not open a public issue containing credentials, bank data, or an exploitable proof of concept.
Product thesis
Most finance tools explain the past. Money Proof Forge supports the next decision. The target user has irregular income, several currencies, cash or crypto, and obligations spread across dates and accounts.
The repository includes the business hypothesis and validation playbook, with an eight-week customer-development plan, interview script, PMF thresholds, and outcome metrics.
Development
npm ci
npm run typecheck
npm run lint
npm test
npm run buildLicense
MIT. See LICENSE.
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
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
Read-only access to your net worth, wealth percentile, projections, splits and budget.
Read-only access to your bank, investment, and crypto accounts: balances, transactions, holdings.
Chat with your bank data: balances, transactions, budgets, bills. Reads only, never moves money.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables read-only access to Whooing personal finance data, including transactions, profit and loss statements, and balance sheets. It allows users to query and analyze their financial history and account information through natural language.1811MIT
- AlicenseNot gradedqualityFmaintenanceProvides read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, and cashflow.4MIT
- 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
- AlicenseNot gradedqualityBmaintenanceEnables AI coding assistants to interact with MonCashConnect payment data read-only, including checking balances, listing transactions, and viewing payment details, without moving money.8MIT
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/sidnevart/money-proof-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server