MCP Sift runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion
Today is the operative word: we check MCP Sift 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-sift -- npx -y @codespar/mcp-sift
{
"mcpServers": {
"mcp-sift": {
"args": [
"-y",
"@codespar/mcp-sift"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-sift]
command = "npx"
args = ["-y", "@codespar/mcp-sift"]
{
"mcpServers": {
"mcp-sift": {
"args": [
"-y",
"@codespar/mcp-sift"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-sift": {
"args": [
"-y",
"@codespar/mcp-sift"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SIFT_API_KEY (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 (Sift Account ID. Required for all Decisions API v3 endpoints (path segment /v3/accounts/{account_id}/...).), SIFT_BASE_URL (Sift API base URL. Defaults to https://api.sift.com.).
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 ClearSale — Brazilian fraud prevention, order risk scoring, device fingerprinting
MCP server for Legiti — Brazilian fraud prevention: real-time order evaluation, chargeback feedback
MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming
MCP server for Jumio — global identity verification + KYX: documents, liveness, AML screening
MCP server for SendGrid — global transactional + marketing email (Twilio-owned)
Answers built from our own checks of this server.