MCP Clearsale runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 29 Aug 2026.
MCP server for ClearSale — Brazilian fraud prevention, order risk scoring, device fingerprinting
Today is the operative word: we check MCP Clearsale every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-clearsale -- npx -y @codespar/mcp-clearsale
{
"mcpServers": {
"mcp-clearsale": {
"args": [
"-y",
"@codespar/mcp-clearsale"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-clearsale]
command = "npx"
args = ["-y", "@codespar/mcp-clearsale"]
{
"mcpServers": {
"mcp-clearsale": {
"args": [
"-y",
"@codespar/mcp-clearsale"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-clearsale": {
"args": [
"-y",
"@codespar/mcp-clearsale"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CLEARSALE_API_KEY (ClearSale API key / bearer token used in the Authorization header), CLEARSALE_BASE_URL (ClearSale API base URL. Defaults to https://api.clearsale.com.br (prod). Override per contract-issued staging URL.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Konduto — Brazilian fraud prevention: order risk scoring, device intel, lists
MCP server for Legiti — Brazilian fraud prevention: real-time order evaluation, chargeback feedback
MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion
MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs
MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional
MCP server for BigDataCorp — Brazilian data enrichment + KYC (CPF/CNPJ/vehicle/property/antifraud)
AI Code Firewall — MCP Server for hallucination prevention in AI development
MCP server for Matera — Brazilian core-banking BaaS over Pix, DICT, and Pix Automático
Answers built from our own checks of this server.