Skip to main content
Glama
relayshield

relayshield-mcp

Official
by relayshield

relayshield-mcp

mcp-name: io.github.nzdsf2-gif/relayshield-mcp

RelayShieldのセキュリティインテリジェンスをMCPサーバーとして提供 — 侵害検出、SIMスワップ検出、ドメイン類似監視、OAuthサプライチェーンウォッチリスト、URL/ファイルスキャンをClaudeやMCP互換のAIエージェントに直接組み込めます。

ツール

ツール

機能

PAYG価格

check_breach

メール侵害検索 — HIBP経由で130億件以上のレコード

$0.10 USDC

check_sim_swap

ライブキャリアデータによるSIMスワップ/eSIM検出

$0.25 USDC

check_domain_lookalikes

証明書の透明性を利用したタイポスクワットおよび類似ドメイン検出

$0.50 USDC

check_oauth_watchlist

HIBP + スティーラーログコーパスによるOAuthアプリ侵害 + 盗難トークン露出

$0.30 USDC

check_infostealer

Hudson Rock Cavalierによるインフォスティーラーマルウェアログ検索

$0.15 USDC

scan_wallet

GoPlus SecurityによるEVMウォレットのオンチェーンリスクチェック

$0.10 USDC

scan_url

70以上のエンジンによるURLマルウェア/フィッシングスキャン(非同期)

$0.05 USDC

scan_file

70以上のAVエンジンによるバイナリマルウェアスキャン(非同期)

$0.10 USDC

check_scan_result

scan_url / scan_file実行後の判定結果をポーリング

無料

check_mcp_registry_risk

MCPサーバー向けタイポスクワット/IOC/登録期間チェック

$0.35 USDC

check_prompt_injection_breach

AIエージェントのプロンプトインジェクション攻撃に由来する侵害露出

$0.35 USDC

check_supply_chain

最大10のベンダードメインの侵害/インフォスティーラー露出チェック

$0.10 USDC

check_session_risk

アクティブ/再利用可能な盗難セッション(クッキー/トークン)の露出チェック

$0.30 USDC

check_nhi_exposure

非人間アイデンティティの認証情報露出 — APIキー、サービス トークン、PAT

$0.40 USDC

check_secret_scan

公開GitHubリポジトリで露出したシークレット

$0.35 USDC

check_oauth_watchlistcheck_supply_chaincheck_session_riskcheck_nhi_exposurecheck_secret_scanは関連する領域をカバーしています — アイデンティティまたはそのサプライチェーンにおける接続アプリ、セッション、マシン認証情報の露出 — ログインだけでなく、エージェントの現在の権限を審査する際に一緒に使用するのが自然なセットです。

Related MCP server: unphurl-mcp

アクセスモード

サブスクリプションapi.relayshield.net/developersからAPIキーを取得。15ツールすべて利用可能。無料枠: 月100回。有料プランは月額$29から。

ペイ・アズ・ユー・ゴー — APIキー不要。Base上のUSDC(x402プロトコル)でチェックごとに支払い。RELAYSHIELD_X_PAYMENTに支払い証明を設定。15ツールすべて利用可能(1チェック$0.05〜$0.50、check_scan_resultは無料)。支払いを設定せずにツールを呼び出すと、料金と支払い手順が返されます。

ディスカバリー — キーも支払いも設定しない場合。ツール呼び出しは支払い要件とサブスクリプションリンクを返します。

インストール

pip install relayshield-mcp

またはインストールせずに実行:

uvx relayshield-mcp

Claude Desktopの設定

~/Library/Application Support/Claude/claude_desktop_config.json(macOS)または%APPDATA%\Claude\claude_desktop_config.json(Windows)を編集:

サブスクリプション(RelayShield APIキー):

{
  "mcpServers": {
    "relayshield": {
      "command": "relayshield-mcp",
      "env": {
        "RELAYSHIELD_API_URL": "https://api.relayshield.net",
        "RELAYSHIELD_API_KEY": "your-relayshield-api-key-here"
      }
    }
  }
}

ペイ・アズ・ユー・ゴー(Base上のx402 USDC):

{
  "mcpServers": {
    "relayshield": {
      "command": "relayshield-mcp",
      "env": {
        "RELAYSHIELD_API_URL": "https://api.relayshield.net",
        "RELAYSHIELD_X_PAYMENT": "your-x402-payment-proof-here"
      }
    }
  }
}

編集後、Claude Desktopを終了して再起動してください。

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

使用例

設定後、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

URLおよびファイルスキャンの場合、Claudeは判定結果が準備できるまでcheck_scan_resultを5秒ごとに自動的にポーリングします。

環境変数

変数

説明

RELAYSHIELD_API_URL

API GatewayのベースURL(必須)

RELAYSHIELD_API_KEY

RelayShieldサブスクリプションキー(サブスクリプションモード) — api.relayshield.net/developersで取得

RELAYSHIELD_X_PAYMENT

x402支払い証明 — Base上のUSDC(ペイ・アズ・ユー・ゴーモード)

RELAYSHIELD_API_KEYまたはRELAYSHIELD_X_PAYMENTのいずれかを設定 — 両方は設定しないでください。両方設定されている場合はAPIキーが優先されます。

リンク

A
license - permissive license
A
quality
A
maintenance

Maintenance

3wRelease cycle
5Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    security 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.
    9
    16
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    URL 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.
    16
    160
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time threat intelligence for AI agents, enabling checks on IPs, domains, URLs, hashes, CVEs, prompt-injection payloads, and malicious AI-skill/MCP-tool definitions against a free database of 890K+ IOCs.

View all related MCP servers

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