RelayShield

by nzdsf2-gif

248 downloads
Not rated
GitHub

About

RelayShield gives AI agents and developers real-time identity and infrastructure threat detection via a single REST API. Monitor breach exposure, SIM/eSIM swap attacks, and domain lookalikes. Install as a native MCP server for Claude Desktop and Claude Code in one line: pip insta

Details

Author
nzdsf2-gif
Downloads
248
Categories
Developer Tools, Security, AI

- Real-time email breach checks
- SIM/eSIM swap activity detection
- Domain lookalike and typosquat scanning
- URL phishing analysis (coming soon)
- File hash malware scanning (coming soon)

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 RelayShield
    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

Install the package with pip install relayshield-mcp, obtain an API key from relayshield.net, then configure the server with your API key.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "relayshield": {
            "relayshield": {
                "command": "uvx",
                "args": [
                    "relayshield-mcp"
                ],
                "env": {
                    "RELAYSHIELD_API_KEY": "<YOUR_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "relayshield": {
        "command": "uvx",
        "args": [
            "relayshield-mcp"
        ],
        "env": {
            "RELAYSHIELD_API_KEY": "<YOUR_API_KEY>"
        }
    }
}

What RelayShield Does

RelayShield gives AI agents and developers real-time identity and infrastructure threat detection via a single REST API.
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.