Skip to main content
Glama
sentinelsup

Maskbreak MCP Server

by sentinelsup

Maskbreak MCP Server

모든 IP 주소에서 사기 신호(VPN, 프록시, Tor, 데이터센터 호스팅, 익명성)를 확인하세요 — Claude, Cursor 또는 모든 MCP 클라이언트에서 바로 사용할 수 있습니다. Maskbreak 사기 탐지 API 기반.

도구

도구

기능

lookup_ip

모든 공인 IPv4/IPv6에 대한 판정: allow / review / block, 0–100 위험 점수, VPN/프록시/Tor/데이터센터/익명성 신호, ASN + 기관 + 국가

service_status

Maskbreak API 상태, 가동 시간 및 지연 시간

Related MCP server: ip_geolocation_find_ip_location_and_ip_info

설정

maskbreak.com/signup에서 무료 API 키를 받으세요 (시간당 1,000회 조회, 카드 불필요). 이 서버는 키 없이도 분당 몇 회 조회가 가능합니다 — 사용해 보기에 충분합니다.

Claude Code

claude mcp add sentinel -e SENTINEL_API_KEY=sk_live_your_key -- npx -y @sentinelsup/mcp

Claude Desktop

claude_desktop_config.json에 다음을 추가하세요:

{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": ["-y", "@sentinelsup/mcp"],
      "env": { "SENTINEL_API_KEY": "sk_live_your_key" }
    }
  }
}

Cursor / 기타 MCP 클라이언트

stdio MCP를 지원하는 모든 클라이언트는 동일한 방식으로 작동합니다: 명령 npx, 인수 ["-y", "@sentinelsup/mcp"], 환경 변수 SENTINEL_API_KEY.

호스팅 엔드포인트 (설치 불필요)

원격 서버를 선호하시나요? 동일한 도구가 https://maskbreak.com/mcp (Streamable HTTP)에 호스팅되어 있습니다. URL 기반 MCP 클라이언트를 해당 주소에 연결하세요. 전체 할당량을 사용하려면 API 키를 Authorization: Bearer 헤더로 전달하세요.

예시

"185.220.101.34를 회원가입 단계에서 통과시켜도 안전한가요?"

{
  "ip": "185.220.101.34",
  "known": true,
  "verdict": "block",
  "risk_score": 90,
  "signals": { "vpn": false, "proxied": false, "tor": true, "dch": true, "anon": true },
  "network": { "asn": 205100, "org": "F3 Netze e.V.", "country": "DE" }
}

환경 변수

변수

필수 여부

기본값

용도

SENTINEL_API_KEY

권장

대시보드에서 받은 API 키; 시간당 1,000회 조회 가능

SENTINEL_BASE_URL

아니요

https://maskbreak.com

테스트용 재정의

링크

MIT © Sentinel Edge Networks LTD

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (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 Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server providing IP address lookup capabilities. Enables AI assistants to fetch details about public IP addresses or the user's current device IP.
    97
    ISC
  • F
    license
    Not graded
    quality
    C
    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.
  • A
    license
    A
    quality
    B
    maintenance
    Investigate fraud directly from Claude, Cursor, or any MCP-compatible client. Analyze suspicious activity with clear, evidence-backed verdicts. Pivot from a single signup to every account sharing the same device, IP address, or email inbox. Check entities against a cross-operator abuse network, review linked accounts, and efficiently process your fraud review queue. Read-only by default, with no r
    10
    269
    MIT

View all related MCP servers

Related MCP Connectors

  • Free no-key IP intelligence: geolocation, VPN detection, DNS, WHOIS, blacklists, breach checks

  • IP Lookup MCP — ip-api.com (free, no auth for basic usage)

  • IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage)

View all MCP Connectors

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/sentinelsup/maskbreak-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server