INDIVIDUAL MCP TOOL
embed_xml
Combine a visual PDF you already have with a Factur-X (CII) XML into one PDF/A-3 Factur-X invoice.
LIVE ENDPOINT
https://facturx.orvel.dev/mcp
Connect to this endpoint to inspect the live schema for embed_xml and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.facturx]
url = "https://facturx.orvel.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"facturx": {
"type": "http",
"url": "https://facturx.orvel.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: facturx
Remote MCP URL: https://facturx.orvel.dev/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": {
"facturx": {
"url": "https://facturx.orvel.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"facturx": {
"type": "http",
"url": "https://facturx.orvel.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "facturx",
"transport": "streamable-http",
"url": "https://facturx.orvel.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_invoice— Create a new, compliant e-invoice (Factur-X PDF/A-3, CII XML or UBL XML) from structured invoice data.validate_invoice— Check whether an existing e-invoice (Factur-X PDF, CII or UBL XML) is compliant, and report why not.extract_invoice— Read an e-invoice and return its business data as JSON: number, dates, seller, buyer, totals, VAT breakdown, lines.