MCP Server
MCP
io.github.codespar/mcp-clearsale
MCP server for ClearSale — Brazilian fraud prevention, order risk scoring, device fingerprinting
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-clearsale",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ClearSale API key / bearer token used in the Authorization header",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CLEARSALE_API_KEY"
},
{
"description": "ClearSale API base URL. Defaults to https://api.clearsale.com.br (prod). Override per contract-issued staging URL.",
"format": "string",
"name": "CLEARSALE_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment