CheckoutTruth for Claude Desktop
io.github.moelayyan90/checkouttruth
Verify live product price, currency, stock, variants and published shipping evidence for AI agents.
client:Claude Desktop
transport:streamable-http
Install CheckoutTruth in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"checkouttruth": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://checkouttruth-n3ieq1.v2.appdeploy.ai/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