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 install relayshield-mcp
服务器配置
{
"mcpServers": {
"relayshield": {
"command": "uvx",
"args": [
"relayshield-mcp"
],
"env": {
"RELAYSHIELD_API_KEY": "<YOUR_API_KEY>"
}
}
}
}