relayshield-mcp
OfficialCheck if GitHub OAuth apps connected to a user's email have been involved in known security breaches.
Check if Notion OAuth apps connected to a user's email have been involved in known security breaches.
Check if Slack OAuth apps connected to a user's email have been involved in known security breaches.
Check if Zapier OAuth apps connected to a user's email have been involved in known security breaches.
relayshield-mcp
mcp-name: io.github.nzdsf2-gif/relayshield-mcp
RelayShield security intelligence as an MCP server — plug breach detection, SIM swap detection, domain lookalike monitoring, OAuth supply chain watchlist, and URL/file scanning directly into Claude and any MCP-compatible AI agent.
Tools
Tool | What it does | PAYG price |
| Email breach lookup — 13 billion+ records via HIBP | $0.10 USDC |
| SIM swap / eSIM detection via live carrier data | $0.25 USDC |
| Typosquat and lookalike domain detection with cert transparency | $0.50 USDC |
| OAuth supply chain breach check — Slack, GitHub, Notion, Zapier, and more | $0.15 USDC |
| URL malware/phishing scan across 70+ engines (async) | subscription only |
| Binary malware scan across 70+ AV engines (async) | subscription only |
| Poll for verdict after | free |
Access modes
Subscription — API key from RapidAPI. All 7 tools available. Free tier: 100 calls/month. Paid tiers from $29/month.
Pay-as-you-go — No API key needed. Pay per check in USDC on Base (x402 protocol). Set RELAYSHIELD_X_PAYMENT with your payment proof. 4 tools available ($0.10–$0.50/check). Call a tool with no payment set to receive pricing and payment instructions.
Discovery — Set neither key nor payment. Tool calls return payment requirements and a subscription link.
Install
pip install relayshield-mcpOr run without installing:
uvx relayshield-mcpConfigure Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Subscription (RapidAPI key):
{
"mcpServers": {
"relayshield": {
"command": "relayshield-mcp",
"env": {
"RELAYSHIELD_API_URL": "https://xhh3tfrhng.execute-api.us-east-1.amazonaws.com/prod",
"RELAYSHIELD_API_KEY": "your-rapidapi-key-here"
}
}
}
}Pay-as-you-go (x402 USDC on Base):
{
"mcpServers": {
"relayshield": {
"command": "relayshield-mcp",
"env": {
"RELAYSHIELD_API_URL": "https://xhh3tfrhng.execute-api.us-east-1.amazonaws.com/prod",
"RELAYSHIELD_X_PAYMENT": "your-x402-payment-proof-here"
}
}
}
}Quit and relaunch Claude Desktop after editing.
Configure Claude Code (CLI)
claude mcp add relayshield \
--command relayshield-mcp \
--env RELAYSHIELD_API_URL=https://xhh3tfrhng.execute-api.us-east-1.amazonaws.com/prod \
--env RELAYSHIELD_API_KEY=your-rapidapi-key-hereUsage examples
Once configured, ask Claude:
Check whether user@example.com has been breached.Has there been a SIM swap on +14155551234?Check acme.com for lookalike domains.Are any OAuth apps connected to user@example.com in a recent breach?Scan this URL for malware: https://suspicious-link.example.comFor URL and file scans, Claude automatically polls check_scan_result every 5 seconds until the verdict is ready.
Environment variables
Variable | Description |
| API Gateway base URL (required) |
| RapidAPI subscription key (subscription mode) |
| x402 payment proof — USDC on Base (pay-as-you-go mode) |
Set RELAYSHIELD_API_KEY or RELAYSHIELD_X_PAYMENT — not both. API key takes priority if both are set.
Links
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/relayshield/relayshield-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server