INDIVIDUAL MCP TOOL
verifier_facture
Analyse un PDF de facture et rend un rapport de conformité Factur-X en 21 critères : essentiels (PDF/A-3, XML CII intégré), stricts (règles contrôlées par les plateformes agréées françaises, dont BR-FR-05, BR-FR-08 et BR-FR-CO-05) et avancés (qualité).
LIVE ENDPOINT
https://mcp.verifier-ma-facture.fr/mcp
Connect to this endpoint to inspect the live schema for verifier_facture and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.verifier-ma-facture]
url = "https://mcp.verifier-ma-facture.fr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"verifier-ma-facture": {
"type": "http",
"url": "https://mcp.verifier-ma-facture.fr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: verifier-ma-facture
Remote MCP URL: https://mcp.verifier-ma-facture.fr/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"verifier-ma-facture": {
"url": "https://mcp.verifier-ma-facture.fr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"verifier-ma-facture": {
"type": "http",
"url": "https://mcp.verifier-ma-facture.fr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "verifier-ma-facture",
"transport": "streamable-http",
"url": "https://mcp.verifier-ma-facture.fr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lister_criteres— Rend la grille complète des critères de conformité Factur-X vérifiés par verifier_facture (essentiels, stricts, avancés), avec les références normatives (EN 16931, ISO 19005-3, règles françaises BR-FR).