loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

invoice-pilot

MCP Tool

therealMrFunGuy/invoice-pilot

Smart invoicing with auto-chase payment reminders via API + MCP server

Install

$ npx loaditout add therealMrFunGuy/invoice-pilot

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "invoice-pilot": {
      "command": "npx",
      "args": [
        "-y",
        "invoice-pilot"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

InvoicePilot

Smart invoicing service with auto-chase payment reminders. Create professional invoices, send them via email with PDF attachments, and automatically follow up on overdue payments with escalating reminders.

Features
  • Invoice Management: Full CRUD for invoices with line items, tax, and late fees
  • PDF Generation: Professional invoice PDFs with reportlab
  • Auto-Chase Reminders: Escalating reminder sequence (friendly -> firm -> late fee -> final notice)
  • Email Notifications: SMTP-based email with HTML templates and PDF attachments
  • Client Payment Page: One-click payment page for each invoice
  • Email Open Tracking: Tracking pixel in reminder emails
  • MCP Server: AI assistant integration via Model Context Protocol
  • Free Tier: 5 invoices/month limit (configurable)
Quick Start
# Docker
docker compose up -d

# Or run directly
pip install -r requirements.txt
python server.py
API Endpoints

| Method | Endpoint | Description | |--------|----------|-------------| | POST | /invoices | Create invoice | | GET | /invoices | List invoices | | GET | /invoices/{id} | Get invoice | | PUT | /invoices/{id} | Update invoice | | DELETE | /invoices/{id} | Delete invoice | | POST | /invoices/{id}/send | Send invoice email | | POST | /invoices/{id}/mark-paid | Mark as paid | | POST | /invoices/{id}/remind | Send reminder | | GET | /invoices/{id}/pdf | Download PDF | | GET | /invoices/{id}/pay | Client payment page | | GET | /dashboard | Revenue summary | | GET | /clients | Client list |

MCP Tools
  • create_invoice - Create and optionally send an invoice
  • list_invoices - Show all invoices with status
  • get_outstanding - Show unpaid invoices
  • send_reminder - Trigger reminder for overdue invoice
  • mark_paid - Mark invoice as paid
  • get_revenue_summary - Revenue and outstanding totals
Reminder Escalation

| Days Overdue | Level | Action | |-------------|-------|--------| | 1 | Friendly | Polite paym

Tags

apiinvoicingmcpmcp-serverpaymentsreminders

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated16 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/therealMrFunGuy/invoice-pilot)](https://loaditout.ai/skills/therealMrFunGuy/invoice-pilot)