Checks an invoice payload or field mapping against EN 16931 and the national CIUS of the country it
claude mcp add en16931-einvoice-lint -- npx -y @readystack/en16931-einvoice-lint
claude_desktop_config.json
{
"mcpServers": {
"en16931-einvoice-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/en16931-einvoice-lint"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"en16931-einvoice-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/en16931-einvoice-lint"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"en16931-einvoice-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/en16931-einvoice-lint"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"en16931-einvoice-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/en16931-einvoice-lint"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"en16931-einvoice-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/en16931-einvoice-lint"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmshinhwa--en16931-einvoice-lint/reviews or the review_server meta-tool.
POST /mcp