relayshield-mcp
Officialrelayshield-mcp
mcp-name: io.github.nzdsf2-gif/relayshield-mcp
RelayShield 보안 인텔리전스를 MCP 서버로 제공합니다 — 유출 탐지, SIM 스와프 탐지, 유사 도메인(룩얼라이크) 모니터링, OAuth 공급망 워치리스트, URL/파일 스캔을 Claude 및 모든 MCP 호환 AI 에이전트에 바로 연결하세요.
도구
도구 | 기능 | 종량제 가격 |
| 이메일 유출 조회 — HIBP를 통한 130억 개 이상의 레코드 | $0.10 USDC |
| 실시간 통신사 데이터를 통한 SIM 스와프 / eSIM 탐지 | $0.25 USDC |
| 인증서 투명성(CT)을 활용한 타이포스쿼팅 및 유사 도메인 탐지 | $0.50 USDC |
| HIBP + 스틸러 로그 말뭉치를 통한 OAuth 앱 유출 + 도난 토큰 노출 | $0.30 USDC |
| Hudson Rock Cavalier를 통한 인포스틸러 악성코드 로그 조회 | $0.15 USDC |
| GoPlus Security를 통한 EVM 지갑 온체인 위험 검사 | $0.10 USDC |
| 70개 이상 엔진 대상 URL 악성코드/피싱 스캔(비동기) | $0.05 USDC |
| 70개 이상 백신(AV) 엔진 대상 바이너리 악성코드 스캔(비동기) | $0.10 USDC |
|
| 무료 |
| MCP 서버 대상 타이포스쿼팅/IOC/등록 경과 기간 검사 | $0.35 USDC |
| AI 에이전트 프롬프트 인젝션 공격에서 비롯된 유출 노출 | $0.35 USDC |
| 최대 10개 공급업체 도메인의 유출/인포스틸러 노출 검사 | $0.10 USDC |
| 활성/재사용 가능한 도난 세션(쿠키/토큰) 노출 검사 | $0.30 USDC |
| 비인간 정체성(NHI) 자격 증명 노출 — API 키, 서비스 토큰, PAT | $0.40 USDC |
| 공개 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-mcpClaude 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.comURL 및 파일 스캔의 경우 Claude는 판정이 준비될 때까지 5초마다 check_scan_result를 자동으로 폴링합니다.
환경 변수
변수 | 설명 |
| API Gateway 기본 URL(필수) |
| RelayShield 구독 키(구독 모드) — api.relayshield.net/developers에서 발급 |
| x402 결제 증명 — Base의 USDC(종량제 모드) |
RELAYSHIELD_API_KEY 또는 RELAYSHIELD_X_PAYMENT 중 하나만 설정하세요 — 둘 다 설정하지 마세요. 둘 다 설정된 경우 API 키가 우선합니다.
링크
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 Connectors
Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.
Security intelligence for AI agents. 27 x402 endpoints: honeypot, forensics, CAPTCHA, preflight.
Pay-per-call safety checks for AI agents: screen a crypto address or URL before you transact.
Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust.
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.9161MIT
- AlicenseAqualityDmaintenanceURL 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.161601MIT
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16
- FlicenseNot gradedqualityDmaintenanceProvides 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.
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