Agent Purchase Verification for VS Code
io.github.rfrost19/agent-purchase-verification
Check if an ecommerce purchase meets buyer rules before payment. Returns PASS, FAIL, or REVIEW.
client:VS Code
transport:streamable-http
tools:1
Install Agent Purchase Verification in VS Code
.vscode/mcp.json
{
"servers": {
"agent-purchase-verification": {
"type": "http",
"url": "https://web-production-855eb4.up.railway.app/mcp/"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs