vantic for VS Code
ai.vanticlabs/vantic
Verify an AI agent's payment authority: signed mandates, allowlists, and tamper-proof receipts.
client:VS Code
transport:stdio
runtime:npm
Install vantic in VS Code
.vscode/mcp.json
{
"servers": {
"vantic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vantic/sdk"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs