← Back to browse

mcp-sift

Indexed by io.github.codespar

About

MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSIFT_API_KEY SIFT_ACCOUNT_ID SIFT_BASE_URL
Claude Code
claude mcp add --env SIFT_API_KEY= --env SIFT_ACCOUNT_ID= --env SIFT_BASE_URL= mcp-sift -- npx @codespar/mcp-sift
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-sift","command":"npx","args":["@codespar/mcp-sift"],"env":{"SIFT_API_KEY":"","SIFT_ACCOUNT_ID":"","SIFT_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "mcp-sift": {
      "command": "npx",
      "args": [
        "@codespar/mcp-sift"
      ],
      "env": {
        "SIFT_API_KEY": "",
        "SIFT_ACCOUNT_ID": "",
        "SIFT_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.