sdcreceipt for Cursor
io.github.semanticdatacharter/sdcreceipt
Verify and settle VSL Settlement Receipts. Verification needs no network and no account.
client:Cursor
transport:stdio
runtime:pypi
Install sdcreceipt in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sdcreceipt": {
"type": "stdio",
"command": "uvx",
"args": [
"sdcreceipt"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs