Invoice MCP Server
by kmexnx
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEMP_DIR | No | Directory for temporary files. Defaults to system temp directory. | |
| FROM_NAME | No | The name that will appear in the 'From' field. | |
| SMTP_HOST | No | SMTP server host (e.g., smtp.gmail.com). Required for email functionality. | |
| SMTP_PASS | No | SMTP password or app password. Required for email functionality. | |
| SMTP_PORT | No | SMTP server port. | 587 |
| SMTP_USER | No | SMTP username/email. Required for email functionality. | |
| FROM_EMAIL | No | The email address that will appear in the 'From' field. Defaults to SMTP_USER. | |
| OUTPUT_DIR | No | Directory where generated PDF invoices are saved. Highly recommended to set an absolute path to avoid permission issues. | ./invoices |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_invoice_pdfC | Generate a PDF invoice file |
| send_invoice_emailC | Create and send an invoice via email |
| get_invoice_templateB | Get the current invoice template structure for reference |
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/kmexnx/invoice-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server