relayshield-mcp
OfficialRelayShield-MCP is a security intelligence server that brings breach detection, threat scanning, and identity risk tools into Claude and other MCP-compatible AI agents. It offers the following capabilities:
Email Breach Lookup (
check_breach): Check if an email appears in 13 billion+ compromised accounts via Have I Been Pwned, returning breach count and details.SIM Swap Detection (
check_sim_swap): Detect SIM swap or eSIM provisioning events on a phone number in the last 24 hours using live carrier data.Domain Lookalike Monitoring (
check_domain_lookalikes): Identify typosquat and lookalike domains impersonating a brand via DNS resolution and Certificate Transparency data.OAuth Supply Chain Watchlist (
check_oauth_watchlist): Check if high-risk OAuth-connected SaaS apps (Slack, GitHub, Notion, etc.) tied to an email have appeared in recent breaches.Infostealer Log Lookup (
check_infostealer): Check if an email appears in infostealer malware logs (RedLine, Raccoon, Vidar, etc.).EVM Wallet Risk Scan (
scan_wallet): Assess an Ethereum/EVM wallet for on-chain risk signals like blacklisting and phishing associations via GoPlus Security.URL Malware/Phishing Scan (
scan_url): Submit a URL for async analysis across 70+ security engines.File Malware Scan (
scan_file): Submit a publicly accessible file URL for async binary malware analysis across 70+ AV engines.Scan Result Polling (
check_scan_result): Retrieve the verdict (malicious, suspicious, clean, or timeout) for a previously submitted URL or file scan (free tool).MCP Registry Risk Check (
check_mcp_registry_risk): Check an MCP server URL or package name for known-malicious indicators, typosquats, and domain registration age before connecting.Prompt Injection Breach Check (
check_prompt_injection_breach): Detect email exposure in breach dumps linked to AI agent prompt-injection attacks.Supply Chain Exposure (
check_supply_chain): Analyze up to 10 vendor domains for breach or infostealer exposure.Session Risk Check (
check_session_risk): Detect active or reusable stolen session cookies/tokens tied to an identity.Non-Human Identity (NHI) Exposure (
check_nhi_exposure): Find exposed API keys, service tokens, and PATs associated with an identity.Secret Scanning (
check_secret_scan): Discover secrets exposed in public GitHub/GitLab repositories.
All tools are accessible via RELAYSHIELD_API_KEY (subscription) or RELAYSHIELD_X_PAYMENT (pay-as-you-go).
Check 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-app breach + stolen-token exposure via HIBP + stealer-log corpus | $0.30 USDC |
| Infostealer malware log lookup via Hudson Rock Cavalier | $0.15 USDC |
| EVM wallet on-chain risk check via GoPlus Security | $0.10 USDC |
| URL malware/phishing scan across 70+ engines (async) | $0.05 USDC |
| Binary malware scan across 70+ AV engines (async) | $0.10 USDC |
| Poll for verdict after | free |
| Typosquat/IOC/registration-age check for MCP servers | $0.35 USDC |
| Breach exposure sourced from AI-agent prompt-injection attacks | $0.35 USDC |
| Up to 10 vendor domains checked for breach/infostealer exposure | $0.10 USDC |
| Active/reusable stolen session (cookie/token) exposure check | $0.30 USDC |
| Non-human-identity credential exposure — API keys, service tokens, PATs | $0.40 USDC |
| Secrets exposed in public GitHub repositories | $0.35 USDC |
check_oauth_watchlist, check_supply_chain, check_session_risk, check_nhi_exposure, and
check_secret_scan cover related ground — connected-app, session, and machine-credential exposure
for an identity or its supply chain — and are a natural set to use together when vetting an agent's
current authority, not just a login.
Related MCP server: contrastapi
Access modes
Subscription — API key from api.relayshield.net/developers. All 15 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. All 15 tools available ($0.05–$0.50/check, check_scan_result free). 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 (RelayShield API key):
{
"mcpServers": {
"relayshield": {
"command": "relayshield-mcp",
"env": {
"RELAYSHIELD_API_URL": "https://atq6wtkp6k.execute-api.us-east-1.amazonaws.com/prod",
"RELAYSHIELD_API_KEY": "your-relayshield-api-key-here"
}
}
}
}Pay-as-you-go (x402 USDC on Base):
{
"mcpServers": {
"relayshield": {
"command": "relayshield-mcp",
"env": {
"RELAYSHIELD_API_URL": "https://atq6wtkp6k.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://atq6wtkp6k.execute-api.us-east-1.amazonaws.com/prod \
--env RELAYSHIELD_API_KEY=your-relayshield-api-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) |
| RelayShield subscription key (subscription mode) — get one at api.relayshield.net/developers |
| 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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenancesecurity tools for AI agents: URL safety scanning, prompt injection detection (200+ patterns), email/password breach checks via HIBP, domain & IP reputation analysis, and AI skill supply chain scanning. Free tier (3 calls/day) or pay-per-request with USDC micropayments via x402.Last updated9331MIT
- AlicenseAqualityAmaintenanceSecurity intelligence API for AI models. CVE lookup with EPSS/KEV, domain recon (DNS, WHOIS, SSL, subdomains, WAF), and code security checks (secrets, injection, headers). 16 tools, no API key required.Last updated5532MIT
- AlicenseAqualityCmaintenanceURL intelligence for AI agents. One URL in, structured security and data quality signals out across 7 dimensions. 13 tools, risk score 0-100 with 23 configurable weights.Last updated16781MIT
- Flicense-qualityCmaintenancePay-per-use AI security and research tools for autonomous agents on Base, enabling honeypot detection, risk assessment, wallet analysis, and yield optimization via the x402 protocol.Last updated
Related MCP Connectors
Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.
AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT.
Real-time threat intel for AI agents: 890K+ IOCs incl. prompt-injection & AI-skill threats
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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