voxfactura-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOXFACTURA_API_KEY | Yes | Ta clé API (obligatoire) | |
| VOXFACTURA_API_BASE_URL | No | URL de l'API | https://voxfacture-production.up.railway.app |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| factures_impayeesA | Liste les factures impayées (envoyées, partiellement payées, en retard). |
| facturesB | Liste les factures émises, éventuellement filtrées par statut ou chantier. |
| factureA | Détail d'une facture (lignes comprises) par son identifiant. |
| depensesA | Liste les dépenses (factures de frais), filtrables par chantier ou catégorie. |
| chantiersA | Liste les chantiers, éventuellement filtrés par statut (en_cours, termine…). |
| clientsA | Liste les clients, avec une recherche textuelle optionnelle. |
| marge_chantierA | Marge d'un chantier : chiffre d'affaires facturé moins les dépenses. Nécessite une clé avec les permissions factures + dépenses. |
| recap_tvaA | Récapitulatif TVA sur une période (dates AAAA-MM-JJ) : collectée, déductible, TVA nette. Nécessite la permission comptabilité. |
| creer_devis_brouillonA | Crée un devis en BROUILLON (permission devis:write). Chaque ligne : {designation, quantite, prix_unitaire_ht, taux_tva}. Le devis n'est jamais envoyé automatiquement : l'artisan le relit et l'envoie dans VoxFactura. |
| marquer_facture_payeeA | Marque une facture payée (permission payments:write). |
| ajouter_depenseA | Ajoute une dépense (permission expenses:write). Montants en texte (ex. « 240.00 »). Rattache à un chantier via chantier_id. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Mqrtingaler/voxfactura-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server