mcp clearsale for Claude Desktop
io.github.codespar/mcp-clearsale
MCP server for ClearSale — Brazilian fraud prevention, order risk scoring, device fingerprinting
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp clearsale in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-clearsale": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-clearsale"
],
"env": {
"CLEARSALE_API_KEY": "<CLEARSALE_API_KEY>",
"CLEARSALE_BASE_URL": "<CLEARSALE_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs