MCP Server
MCP
io.github.dgtalquantumleap-ai/vigil-fraud-alert
Proximity-based card fraud detection with AI risk scoring.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "vigil-fraud-alert-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Upstash Redis URL",
"format": "string",
"isSecret": true,
"name": "UPSTASH_REDIS_REST_URL"
},
{
"description": "Upstash Redis token",
"format": "string",
"isSecret": true,
"name": "UPSTASH_REDIS_REST_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment