mcp-invoice
v1.0.0
Published
Model Context Protocol (MCP) server for autonomous invoice creation, ledger reconciliation, and tax-compliant billing for agentic workflows.
Maintainers
Readme
mcp-invoice
Model Context Protocol (MCP) server for autonomous invoice creation, ledger reconciliation, and tax-compliant billing for agentic workflows.
⚡ Core Capabilities
generate_invoice: Draft a standard tax-compliant invoice for services delivered by an AI agent
Planned Ecosystem Sub-Branches
mcp-invoice-pdfmcp-invoice-generatormcp-invoice-stripe
🚀 Quick Start (Running with AI Clients)
Claude Desktop Integration
Add this configuration snippet to your claude_desktop_config.json:
{
"mcpServers": {
"invoice": {
"command": "npx",
"args": ["-y", "mcp-invoice"]
}
}
}Cursor IDE Integration
Add as a new stdio transport server:
- Command:
npx -y mcp-invoice
📦 Local Usage
npx mcp-invoice📄 License
MIT License. Designed and maintained for the global Model Context Protocol ecosystem.
