Agent Purchase Verification for Claude Desktop
io.github.rfrost19/agent-purchase-verification
Check if an ecommerce purchase meets buyer rules before payment. Returns PASS, FAIL, or REVIEW.
client:Claude Desktop
transport:streamable-http
tools:1
Install Agent Purchase Verification in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-purchase-verification": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://web-production-855eb4.up.railway.app/mcp/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs