Catalog
io.github.CedricKouma/facturx-toolkit
OfficialValidate, extract, repair and generate French Factur-X / EN16931 invoices via AgentForge API
Validates, extracts, repairs and generates French Factur-X invoices.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
AGENTFORGE_BASE_URLAgentForge APIM gateway base URL
AGENTFORGE_API_KEYrequiredsecretAPIM subscription key (Ocp-Apim-Subscription-Key / x-api-key)
claude_desktop_config.json
{
"mcpServers": {
"facturx-toolkit": {
"command": "npx",
"args": [
"-y",
"agentforge-facturx-mcp@0.1.0"
],
"env": {
"AGENTFORGE_BASE_URL": "<YOUR_AGENTFORGE_BASE_URL>",
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>"
}
}
}
}