Catalog
io.github.dgtalquantumleap-ai/vigil-fraud-alert
OfficialProximity-based card fraud detection with AI risk scoring.
Detect card fraud using proximity analysis and AI-powered risk scoring.
README not available yet.
Install
Configuration
Environment variables
UPSTASH_REDIS_REST_URLsecretUpstash Redis URL
UPSTASH_REDIS_REST_TOKENsecretUpstash Redis token
claude_desktop_config.json
{
"mcpServers": {
"vigil-fraud-alert": {
"command": "npx",
"args": [
"-y",
"vigil-fraud-alert-mcp@1.0.1"
],
"env": {
"UPSTASH_REDIS_REST_URL": "<YOUR_UPSTASH_REDIS_REST_URL>",
"UPSTASH_REDIS_REST_TOKEN": "<YOUR_UPSTASH_REDIS_REST_TOKEN>"
}
}
}
}