PluginBench
MCP Server

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

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

What is the io.github.dgtalquantumleap-ai/vigil-fraud-alert MCP server?

Proximity-based card fraud detection with AI risk scoring.

How to install io.github.dgtalquantumleap-ai/vigil-fraud-alert

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • UPSTASH_REDIS_REST_URL
    secret

    Upstash Redis URL

  • UPSTASH_REDIS_REST_TOKEN
    secret

    Upstash Redis token

Claude Desktop
~/Library/Application Support/Claude/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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vigil-fraud-alert": {
      "type": "stdio",
      "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>"
      }
    }
  }
}
Claude Code
claude mcp add vigil-fraud-alert --env UPSTASH_REDIS_REST_URL=<YOUR_UPSTASH_REDIS_REST_URL> --env UPSTASH_REDIS_REST_TOKEN=<YOUR_UPSTASH_REDIS_REST_TOKEN> -- npx -y vigil-fraud-alert-mcp

Related MCP servers

AI contract scope violation detector. Detect scope creep, draft responses.

0
JavaScript
View repository →

WhatsApp booking, staff coordination, and invoice recovery for services.

View repository →

Reddit and Nairaland keyword monitoring with AI reply drafts.

View repository →

Generate 27 legal document types across 18 jurisdictions via Ebenova API.

View repository →

Monitor Reddit and Nairaland for product keywords with AI drafts.

View repository →