pypi relayshield-mcpstdioupdated 1mo ago
mcp-name: io.github.nzdsf2-gif/relayshield-mcp
RelayShield Security Intelligence で何ができる?
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 |
|---|---|---|
check_breach |
Email breach lookup — 13 billion+ records via HIBP | $0.10 USDC |
check_sim_swap |
SIM swap / eSIM detection via live carrier data | $0.25 USDC |
check_domain_lookalikes |
Typosquat and lookalike domain detection with cert transparency | $0.50 USDC |
check_oauth_watchlist |
OAuth-app breach + stolen-token exposure via HIBP + stealer-log corpus | $0.30 USDC |
check_infostealer |
Infostealer malware log lookup via Hudson Rock Cavalier | $0.15 USDC |
scan_wallet |
EVM wallet on-chain risk check via GoPlus Security | $0.10 USDC |
scan_url |
URL malware/phishing scan across 70+ engines (async) | $0.05 USDC |
scan_file |
Binary malware scan across 70+ AV engines (async) | $0.10 USDC |
check_scan_result |
Poll for verdict after scan_url / scan_file |
free |
check_mcp_registry_risk |
Typosquat/IOC/registration-age check for MCP servers | $0.35 USDC |
check_prompt_injection_breach |
Breach exposure sourced from AI-agent prompt-injection attacks | $0.35 USDC |
check_supply_chain |
Up to 10 vendor domains checked for breach/infostealer exposure | $0.10 USDC |
check_session_risk |
Active/reusable stolen session (cookie/token) exposure check | $0.30 USDC |
check_nhi_exposure |
Non-human-identity credential exposure — API keys, service tokens, PATs | $0.40 USDC |
check_secret_scan |
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.
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-mcp
Or run without installing:
uvx relayshield-mcp
Configure 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://api.relayshield.net",
"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://api.relayshield.net",
"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://api.relayshield.net \
--env RELAYSHIELD_API_KEY=your-relayshield-api-key-here
Usage 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.com
For URL and file scans, Claude automatically polls check_scan_result every 5 seconds until the verdict is ready.
Environment variables
| Variable | Description |
|---|---|
RELAYSHIELD_API_URL |
API Gateway base URL (required) |
RELAYSHIELD_API_KEY |
RelayShield subscription key (subscription mode) — get one at api.relayshield.net/developers |
RELAYSHIELD_X_PAYMENT |
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
インストール
RelayShield Security Intelligence をクライアントに追加します。お使いのものを選んでください。
claude mcp add relayshield-mcp -- uvx relayshield-mcpcodex mcp add relayshield-mcp -- uvx relayshield-mcpamp mcp add relayshield-mcp -- uvx relayshield-mcp{
"mcpServers": {
"relayshield-mcp": {
"command": "uvx",
"args": [
"relayshield-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"relayshield-mcp": {
"command": "uvx",
"args": [
"relayshield-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"relayshield-mcp","command":"uvx","args":["relayshield-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"relayshield-mcp": {
"command": "uvx",
"args": [
"relayshield-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"relayshield-mcp": {
"command": "uvx",
"args": [
"relayshield-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"relayshield-mcp": {
"command": "uvx",
"args": [
"relayshield-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"relayshield-mcp": {
"type": "local",
"command": "uvx",
"args": [
"relayshield-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"relayshield-mcp": {
"command": {
"path": "uvx",
"args": [
"relayshield-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx relayshield-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
15 個のツール
RelayShield Security Intelligence は接続したエージェントに 15 個のツールを提供します。
- check_breach
- Email breach lookup — 13 billion+ records via HIBP
- check_sim_swap
- SIM swap / eSIM detection via live carrier data
- check_domain_lookalikes
- Typosquat and lookalike domain detection with cert transparency
- check_oauth_watchlist
- OAuth-app breach + stolen-token exposure via HIBP + stealer-log corpus
- check_infostealer
- Infostealer malware log lookup via Hudson Rock Cavalier
- scan_wallet
- EVM wallet on-chain risk check via GoPlus Security
- scan_url
- URL malware/phishing scan across 70+ engines (async)
- scan_file
- Binary malware scan across 70+ AV engines (async)
- check_scan_result
- Poll for verdict after `scan_url` / `scan_file`
- check_mcp_registry_risk
- Typosquat/IOC/registration-age check for MCP servers
- check_prompt_injection_breach
- Breach exposure sourced from AI-agent prompt-injection attacks
- check_supply_chain
- Up to 10 vendor domains checked for breach/infostealer exposure
- check_session_risk
- Active/reusable stolen session (cookie/token) exposure check
- check_nhi_exposure
- Non-human-identity credential exposure — API keys, service tokens, PATs
- check_secret_scan
- Secrets exposed in public GitHub repositories
スコア
73 / 100
良好
- ドキュメント25/25
- メンテナンス22/25
- 信頼性6/20
- 機能8/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 43 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 15 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.2.7最新 | 2026年7月19日 |
| 0.2.6 | 2026年7月8日 |
| 0.2.4 | 2026年6月25日 |
| 0.2.3 | 2026年5月18日 |
| 0.2.2 | 2026年5月11日 |
| 0.2.1 | 2026年5月10日 |