← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-sift

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-sift",
      "version": "0.2.0-alpha.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SIFT_API_KEY"
        },
        {
          "description": "Sift Account ID. Required for all Decisions API v3 endpoints (path segment /v3/accounts/{account_id}/...).",
          "isRequired": true,
          "format": "string",
          "name": "SIFT_ACCOUNT_ID"
        },
        {
          "description": "Sift API base URL. Defaults to https://api.sift.com.",
          "format": "string",
          "name": "SIFT_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...