moneyflow MCP Server
Enables querying money flows between state, citizens, and enterprises, simulating policy changes, comparing cohorts, and checking data confidence directly from Amazon Q.
Click on "Deploy 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., "@moneyflow MCP ServerTrace the flow of income taxes from households to government."
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.
moneyflow MCP Server
Query money flows between state, citizens, and enterprises. Simulate policy changes, compare cohorts, check data confidence — directly from Claude, ChatGPT, Cursor, Windsurf, Copilot, or any MCP-compatible tool.
Powered by money-flow.org.
Quick Start
Option 1: Remote URL (no install needed)
For clients that support remote MCP servers — paste the URL, done.
Claude Desktop: Settings → Connectors → Add custom connector → https://money-flow.org/mcp
ChatGPT: Settings → MCP → Add server → https://money-flow.org/mcp
Cline: MCP Servers → Add → SSE URL → https://money-flow.org/mcp
Option 2: npx (for stdio-based clients)
For Cursor, Windsurf, Claude Code, and other clients that use stdio transport.
Claude Code:
claude mcp add moneyflow -- npx -y moneyflow-mcp@latestCursor: Settings → MCP Servers → Add:
{
"moneyflow": {
"command": "npx",
"args": ["-y", "moneyflow-mcp@latest"]
}
}Windsurf: Settings → MCP → Add Server:
{
"moneyflow": {
"command": "npx",
"args": ["-y", "moneyflow-mcp@latest"]
}
}Claude Desktop (via config file): ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"moneyflow": {
"command": "npx",
"args": ["-y", "moneyflow-mcp@latest"]
}
}
}Option 3: Global install
npm install -g moneyflow-mcpRelated MCP server: FactCheck MCP Toolkit
Supported Clients
Client | Method | Auth needed |
Claude Desktop | Remote URL or npx | No |
ChatGPT | Remote URL | No |
Claude Code | npx | No |
Cursor | npx | No |
Windsurf | npx or Remote URL | No |
Cline | Remote URL (SSE) | No |
Copilot | npx or Remote URL | No |
Amazon Q | npx | No |
Gemini | Remote URL (rolling out) | No |
Tools (8, all read-only)
Tool | Description |
| List available actor templates (households, enterprises, government) |
| Find best template by class, search, NACE code, size |
| Trace money flow path between nodes |
| Show outgoing flow distribution of a node |
| What-if simulation with macro factors |
| Compare two cohorts for differences |
| Get source quality and confidence data |
| Graph statistics (templates, sectors, sources) |
How it works
Remote URL (Option 1): Your AI tool connects directly to money-flow.org/mcp via StreamableHTTP.
npx (Option 2): A thin proxy runs locally via stdio and forwards all requests to money-flow.org/mcp. No local database or Docker needed.
AI Tool (stdio) → moneyflow-mcp (local) → HTTPS → money-flow.org/mcpDevelopment
npm install
npm run build
npm testLicense
MIT
Maintenance
Related MCP Connectors
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Build financial models as code. Cloud execution, GSheets MCP, version control, collaboration.
Savvly MCP: query fund data, model projections, and compare against alternative retirement products.
Query financial statements, KPIs, ratios, cash forecasts and budgets from your general ledger
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that connects AI agents to over 200 tools across 27 Brazilian public APIs, covering economic, legislative, transparency, and judicial data. It enables users to query and cross-reference extensive government datasets from sources like IBGE, the Central Bank, and the Brazilian Congress.71,777MIT
- FlicenseAqualityDmaintenanceMCP server for automatic fact-checking of political claims by querying official statistical APIs (INSEE, Eurostat, World Bank, OECD) and providing tools for data retrieval, comparison, and cherry-picking detection.18-
- AlicenseNot gradedqualityBmaintenanceProvides structured access to Swedish national budget data, including allocations, tax revenue, and fiscal data. Enables queries on budget overviews, expenditure areas, revenue timeseries, and voting results via MCP tools.MIT
- AlicenseNot gradedqualityCmaintenanceEnables financial modeling for SaaS and other assets via MCP tools, including simulation, scenario comparison, sensitivity analysis, semantic knowledge search, and persistent context memory.MIT