Lints UBL and CII invoice XML against EN 16931 and the national e-invoicing mandates that are live i
claude mcp add einvoice-mandate-lint -- npx -y @readystack/einvoice-mandate-lint
claude_desktop_config.json
{
"mcpServers": {
"einvoice-mandate-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/einvoice-mandate-lint"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"einvoice-mandate-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/einvoice-mandate-lint"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"einvoice-mandate-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/einvoice-mandate-lint"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"einvoice-mandate-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/einvoice-mandate-lint"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"einvoice-mandate-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/einvoice-mandate-lint"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmshinhwa--einvoice-mandate-lint/reviews or the review_server meta-tool.
POST /mcp