mcp-server-billit

B-Deforce/mcp-server-billit
★ 0 stars Python Browser/Web Updated 2d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-billit": {
      "command": "uvx",
      "args": [
        "mcp-server-billit"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-billit

README Excerpt

A small, local [Model Context Protocol](https://modelcontextprotocol.io/) server and async Python client for invoice work in your own Billit account. It exposes four tools: - `get_invoice`: retrieve one invoice by Billit's `OrderID` - `find_invoices_by_payment_reference`: find outgoing invoices by an exact external/payment

Tools (5)

OrderIDcreate_invoicefind_invoices_by_payment_referenceget_invoicemark_invoice_paid