invoice for VS Code
com.yaktool/invoice
Check invoice mandatory fields, validate a draft before issuing, and look up EN 16931 code lists.
client:VS Code
transport:stdio
runtime:npm
Install invoice in VS Code
.vscode/mcp.json
{
"servers": {
"invoice": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yaktool-invoice-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs