Brazilian fraud prevention pioneer (founded 2001). Order risk scoring, device fingerprinting, chargeback feedback. Alpha release on npm โ endpoints pending validation against contract-gated ClearSale developer portal.
$ npm install @codespar/mcp-clearsale@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"clearsale": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-clearsale@alpha"
],
"env": {
"CLEARSALE_API_KEY": "<your_clearsale_api_key>"
}
}
}
}After restart, your agent can call any of the 18 tools below โ try send_order_for_analysis first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
CLEARSALE_API_KEYClearSale API key / bearer token used in the Authorization header
CLEARSALE_BASE_URLClearSale API base URL. Defaults to https://api.clearsale.com.br (prod). Override per contract-issued staging URL.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
send_order_for_analysisget_order_analysisupdate_order_statuslist_orderscreate_chargeback_notificationget_order_scorecreate_device_fingerprint_sessionget_device_fingerprintMCP is a protocol โ any framework that speaks it can mount this server.