Craftpipe/financeops-mcp
Unified financial intelligence MCP server — Stripe + Xero with P&L, cash flow forecasting, reconciliation, and anomaly detection for AI coding agents
Platform-specific configuration:
{
"mcpServers": {
"financeops-mcp": {
"command": "npx",
"args": [
"-y",
"financeops-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
<br/> <br/>
[](https://npmjs.com/package/financeops-mcp) [](LICENSE) []() []() []() []()
Financial intelligence for AI coding agents. <br/> Connect Stripe and Xero, then ask your AI agent anything about your business finances — health checks, P&L, cash flow forecasts, reconciliation, and anomaly detection.
Quick Start · Tools · Pro Features · Security · Architecture
<br/>
</div>
---
Agent "What's our financial health right now?"
FinanceOps financial_health({ providers: ["stripe", "xero"] })
Result:
Financial Health Report
──────────────────────────────────────────────────
MRR $12,450.00 ▲ +8.3% vs last month
ARR $149,400.00
Burn Rate $4,200.00/mo
Runway 29.6 months
Churn Rate 2.1%
Active Customers 187
Stripe balance: $8,320.50 (available)
Xero balance: $41,200.00 (bank)
Status: HEALTHY ✓
Generated in 340ms Agent "Generate a P&L for this quarter"
FinanceOps generate_pnl({
providers: ["stripe", "xero"],
period: "quarter",
date_from: "2026-01-01",
date_to: "2026-03-31"
})
Result:
Profit & Loss — Q1 2026
─────────────────────────────Loading reviews...