fintech-fraud-mcp

abhiparashar/fintech-fraud-mcp
★ 0 stars Python API Integration Updated 7d ago
Fintech fraud detection MCP server — detects duplicate charges, impossible location jumps, late night anomalies, and rapid fire bot patterns
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fintech-fraud-mcp": {
      "command": "uvx",
      "args": [
        "fintech-fraud-mcp"
      ]
    }
  }
}

Or install with pip: pip install fintech-fraud-mcp