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 에이전트에 바로 연결하세요.

도구

도구

기능

종량제 가격

check_breach

이메일 유출 조회 — HIBP를 통한 130억 개 이상의 레코드

$0.10 USDC

check_sim_swap

실시간 통신사 데이터를 통한 SIM 스와프 / eSIM 탐지

$0.25 USDC

check_domain_lookalikes

인증서 투명성(CT)을 활용한 타이포스쿼팅 및 유사 도메인 탐지

$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

비인간 정체성(NHI) 자격 증명 노출 — API 키, 서비스 토큰, PAT

$0.40 USDC

check_secret_scan

공개 GitHub 리포지토리에 노출된 시크릿

$0.35 USDC

check_oauth_watchlist, check_supply_chain, check_session_risk, check_nhi_exposure, check_secret_scan는 서로 연관된 영역, 즉 아이덴티티 또는 그 공급망에 대한 연결 앱, 세션, 머신 자격 증명 노출을 다루며, 단순한 로그인뿐 아니라 에이전트의 현재 권한을 검증할 때 함께 사용하기에 자연스러운 조합입니다.

Related MCP server: unphurl-mcp

액세스 모드

구독api.relayshield.net/developers에서 API 키를 발급받습니다. 15개 도구 모두 사용 가능. 무료 티어: 월 100회 호출. 유료 티어: 월 $29부터.

종량제 — API 키가 필요 없습니다. Base(x402 프로토콜)에서 USDC로 검사당 비용을 지불합니다. 결제 증명과 함께 RELAYSHIELD_X_PAYMENT를 설정하세요. 15개 도구 모두 사용 가능(검사당 $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는 판정이 준비될 때까지 5초마다 check_scan_result를 자동으로 폴링합니다.

환경 변수

변수

설명

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