io.github.codespar
mcp-sift
MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion
stdiocommunityservice
Package Details
@codespar/mcp-sift
Transportstdio
Environment Variables
SIFT_API_KEY(str)
RequiredSecret
Sift 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_ID(str)
Required
Sift Account ID. Required for all Decisions API v3 endpoints (path segment /v3/accounts/{account_id}/...).
SIFT_BASE_URL(str)
Sift API base URL. Defaults to https://api.sift.com.