Sentinelx402

by splitfireai-hue

275 downloads
Not rated
GitHub

About

Real-time phishing detection, IP reputation, and CVE risk analysis API for AI agents. Powered by live threat feeds (OpenPhish, Feodo Tracker, URLhaus). Pay per request via x402 micropayments (USDC on Base). First 1,000 requests free, no signup required.

Details

Author
splitfireai-hue
Downloads
275
Categories
Developer Tools, Security, AI

- Real-time phishing detection in under 300ms
- C2/botnet detection via IP reputation
- CVE exploit probability analysis
- Latest IOC feed from multiple sources
- India-focused threat data (UPI fraud, bank phishing)
- Pay-per-call pricing with 1,000 free requests

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Sentinelx402
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Send a curl request to the API endpoint with a domain or IP (e.g., https://sentinelx402-production.up.railway.app/api/v1/threats/lookup?domain=login-secure-paypal.com). The first 1,000 requests are free with no signup or API key required. Each tool call costs between $0.01 and $0.05.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "sentinelx402": {
            "sentinelx402": {
                "url": "https://sentinelx402-production.up.railway.app",
                "tools": [
                    "domain_risk_lookup",
                    "ip_reputation",
                    "threat_feed",
                    "cve_risk_analysis",
                    "recent_critical_cves",
                    "cve_search"
                ],
                "payment": {
                    "protocol": "x402",
                    "currency": "USDC",
                    "network": "Base"
                },
                "free_tier": {
                    "requests": 1000,
                    "signup_required": false
                }
            }
        }
    }
}

McpServers

{
    "sentinelx402": {
        "url": "https://sentinelx402-production.up.railway.app",
        "tools": [
            "domain_risk_lookup",
            "ip_reputation",
            "threat_feed",
            "cve_risk_analysis",
            "recent_critical_cves",
            "cve_search"
        ],
        "payment": {
            "protocol": "x402",
            "currency": "USDC",
            "network": "Base"
        },
        "free_tier": {
            "requests": 1000,
            "signup_required": false
        }
    }
}

SentinelX402 — Threat Intelligence for AI Agents

Detect malicious domains and IPs in under 300ms with 95% confidence.

Tools

- domain_risk_lookup — Real-time phishing detection ($0.01) - ip_reputation — C2/botnet detection ($0.01) - threat_feed — Latest IOC feed ($0.05) - cve_risk_analysis — CVE exploit probability ($0.03) - recent_critical_cves — Last 7 days critical CVEs ($0.05) - cve_search — Search by keyword ($0.03)

Data Sources

OpenPhish, Feodo Tracker, URLhaus, NVD, India-focused threat data (UPI fraud, bank phishing)

Try It

curl "https://sentinelx402-production.up.railway.app/api/v1/threats/lookup?domain=login-secure-paypal.com" First 1,000 requests free. No signup. No API key.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.