simple_invoicing-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INVOICING_BASE_URL | Yes | The base URL of the simple_invoicing FastAPI instance | |
| INVOICING_API_TOKEN | Yes | A long-lived bearer token (API token) for the backend |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_invoicesC | List all invoices with optional filtering |
| get_invoiceA | Get a single invoice by ID |
| create_invoiceC | Create a new invoice |
| get_invoice_pdfA | Get the PDF for an invoice (returns base64 if available) |
| list_productsC | List all products |
| get_productB | Get a single product by ID |
| create_productC | Create a new product |
| list_ledgersC | List all ledgers |
| get_ledger_statementB | Get the statement for a ledger with optional date range |
| get_day_bookC | Get the day book entries with optional date range |
| list_inventoryC | List all inventory items |
| list_buyersC | List all buyers |
| get_buyerB | Get a single buyer by ID |
| list_paymentsC | List all payments |
| create_paymentD | Create a new payment |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikhilb2/simple_invoicing-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server