Skip to content
Grok

mcp sift for Grok

io.github.codespar/mcp-sift

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

client:Grok transport:stdio runtime:npm

Install mcp sift in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-sift": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-sift"
      ],
      "env": {
        "SIFT_API_KEY": "<SIFT_API_KEY>",
        "SIFT_ACCOUNT_ID": "<SIFT_ACCOUNT_ID>",
        "SIFT_BASE_URL": "<SIFT_BASE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp sift in other clients