theYahia/factura-uz-mcp
MCP server for Factura.uz — electronic invoicing (Uzbekistan)
Platform-specific configuration:
{
"mcpServers": {
"factura-uz-mcp": {
"command": "npx",
"args": [
"-y",
"factura-uz-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Factura.uz electronic invoicing system (Uzbekistan). Supports creating, signing, accepting, and rejecting e-invoices, plus company and product lookups.
| Tool | Description | |------|-------------| | create_invoice | Create an electronic invoice | | sign_invoice | Sign an invoice digitally | | get_invoice | Get invoice details | | list_invoices | List invoices with filters | | accept_invoice | Accept a received invoice | | reject_invoice | Reject a received invoice | | get_company_by_inn | Look up company by tax ID | | list_products | Search product catalog |
{
"mcpServers": {
"factura-uz": {
"command": "npx",
"args": ["-y", "@theyahia/factura-uz-mcp"],
"env": {
"FACTURA_CLIENT_ID": "<YOUR_CLIENT_ID>",
"FACTURA_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
}
}
}
}| Variable | Required | Description | |----------|----------|-------------| | FACTURA_CLIENT_ID | Yes | OAuth2 client ID from Factura.uz | | FACTURA_CLIENT_SECRET | Yes | OAuth2 client secret |
MIT
Loading reviews...