Agent Commerce Guard for Claude Desktop
io.github.fxjim/agent-commerce-guard
Policy review and purchase discovery for AI-agent commerce actions.
client:Claude Desktop
transport:streamable-http
tools:1
Install Agent Commerce Guard in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-commerce-guard": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-commerce-guard.vercel.app/api/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