Loading MCP server directory, please wait...
MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion
npx @getmcp/cli add io.github.codespar/mcp-siftRequires Node.js 18+. Community-contributed server. Review source before installing.
SIFT_API_KEYSift API key. Used in the Events API request body ($api_key) and as the HTTP Basic auth username (empty password) for Score + Decisions APIs.
SIFT_ACCOUNT_IDSift Account ID. Required for all Decisions API v3 endpoints (path segment /v3/accounts/{account_id}/...).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-sift": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-sift"
],
"env": {
"SIFT_API_KEY": "",
"SIFT_ACCOUNT_ID": "",
"SIFT_BASE_URL": ""
}
}
}
}