MCP.so
登录

Invoiceflow Mcp

@enzoemir1

关于 Invoiceflow Mcp

AI-powered invoice automation for MCP. Create PDF invoices, predict late payments, auto-remind, and track cash flow.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

enzoemir1

提交者

Enes Eserkan

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "invoiceflow-mcp": {
      "command": "node",
      "args": [
        "dist/index.js"
      ],
      "env": {}
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Invoiceflow Mcp?

Invoiceflow Mcp is an MCP server that creates professional PDF invoices, predicts late payment risk using AI, auto-sends reminders, matches incoming payments to invoices, and tracks cash flow—all through the Model Context Protocol. It is designed for users needing invoice automation within MCP-compatible clients.

How to use Invoiceflow Mcp?

Install from mcpize.com marketplace or build from source with git clone, npm ci, and npm run build. Add to MCP client config with environment variable LEMONSQUEEZY_LICENSE_KEY for Pro features. Free tools work immediately; Pro requires a €12 lifetime license.

Key features of Invoiceflow Mcp

  • Professional PDF invoices with line items, tax, discounts, multi-currency
  • AI risk prediction (0-100) based on amount, client history, due date, reminders
  • Smart reminder escalation based on risk level
  • Payment reconciliation by amount and payer email
  • Cash flow reporting with collection rate and projections
  • Client management with automatic payment history tracking

Use cases of Invoiceflow Mcp

  • Create and send invoices with sequential numbering
  • Assess late payment risk and receive recommended actions
  • Automate payment reminders with custom messages
  • Reconcile incoming payments against invoices
  • Generate monthly cash flow reports and projections

FAQ from Invoiceflow Mcp

What tools are free vs. Pro?

Free tools: invoice_demo_seed, client_manage, invoice_create, invoice_list, invoice_mark_paid, invoice_remind. Pro tools (€12 lifetime): invoice_send, invoice_risk, payment_reconcile, cashflow_report.

Does Invoiceflow Mcp require SendGrid?

No. SendGrid is optional; InvoiceFlow works fully offline for invoice creation, risk scoring, cash flow reporting, and reconciliation. Add SENDGRID_API_KEY only when outbound email delivery is needed.

How is the risk prediction calculated?

Four weighted factors: Invoice Amount (20%), Client History (35%), Due Date (30%), Reminders (15%). Scores map to Low (0-30), Medium (31-60), High (61-100).

Where does data live?

All data is stored locally in the MCP server's memory. No external database required. License validation is cached for 24 hours and works offline after first activation.

Does Invoiceflow Mcp support Stripe or PayPal live sync?

Not yet. The payment_reconcile tool matches manually entered amounts. Direct Stripe and PayPal webhook integration is planned for v2.0.

评论

其他 分类下的更多 MCP 服务器