sdcreceipt for VS Code
io.github.semanticdatacharter/sdcreceipt
Verify and settle VSL Settlement Receipts. Verification needs no network and no account.
client:VS Code
transport:stdio
runtime:pypi
Install sdcreceipt in VS Code
.vscode/mcp.json
{
"servers": {
"sdcreceipt": {
"type": "stdio",
"command": "uvx",
"args": [
"sdcreceipt"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs