RelayShield Security Intelligence
About
Breach, SIM swap, infostealer, domain lookalikes, MCP registry risk, prompt-injection detection.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RELAYSHIELD_API_URL RELAYSHIELD_API_KEY RELAYSHIELD_X_PAYMENTClaude Code
claude mcp add --env RELAYSHIELD_API_URL= --env RELAYSHIELD_API_KEY= --env RELAYSHIELD_X_PAYMENT= relayshield-mcp -- uvx relayshield-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"relayshield-mcp","command":"uvx","args":["relayshield-mcp"],"env":{"RELAYSHIELD_API_URL":"","RELAYSHIELD_API_KEY":"","RELAYSHIELD_X_PAYMENT":""}}'
JSON
{
"mcpServers": {
"relayshield-mcp": {
"command": "uvx",
"args": [
"relayshield-mcp"
],
"env": {
"RELAYSHIELD_API_URL": "",
"RELAYSHIELD_API_KEY": "",
"RELAYSHIELD_X_PAYMENT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.