Loading MCP server directory, please wait...
MCP server for ClearSale — Brazilian fraud prevention, order risk scoring, device fingerprinting
npx @getmcp/cli add io.github.codespar/mcp-clearsaleRequires Node.js 18+. Community-contributed server. Review source before installing.
CLEARSALE_API_KEYClearSale API key / bearer token used in the Authorization header
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-clearsale": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-clearsale"
],
"env": {
"CLEARSALE_API_KEY": "",
"CLEARSALE_BASE_URL": ""
}
}
}
}