sdcreceipt for Grok
io.github.semanticdatacharter/sdcreceipt
Verify and settle VSL Settlement Receipts. Verification needs no network and no account.
client:Grok
transport:stdio
runtime:pypi
Install sdcreceipt in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sdcreceipt": {
"type": "stdio",
"command": "uvx",
"args": [
"sdcreceipt"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs