← Index

io.github.dgtalquantumleap-ai/vigil-fraud-alert

io.github.dgtalquantumleap-ai/vigil-fraud-alert·v1.0.1·Other
Quality Score
85
/100

Proximity-based card fraud detection with AI risk scoring.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "vigil-fraud-alert": {
      "command": "npx",
      "args": [
        "-y",
        "vigil-fraud-alert-mcp"
      ],
      "env": {
        "UPSTASH_REDIS_REST_URL": "<your-upstash_redis_rest_url>",
        "UPSTASH_REDIS_REST_TOKEN": "<your-upstash_redis_rest_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "vigil-fraud-alert": {
      "command": "npx",
      "args": [
        "-y",
        "vigil-fraud-alert-mcp"
      ],
      "env": {
        "UPSTASH_REDIS_REST_URL": "<your-upstash_redis_rest_url>",
        "UPSTASH_REDIS_REST_TOKEN": "<your-upstash_redis_rest_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y vigil-fraud-alert-mcp
§02  Environment variables
UPSTASH_REDIS_REST_URL
secret

Upstash Redis URL

UPSTASH_REDIS_REST_TOKEN
secret

Upstash Redis token

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other