Skip to main content
Glama
sentinelsup

Maskbreak MCP Server

by sentinelsup

Maskbreak MCP Server

直接在 Claude、Cursor 或任何 MCP 客户端中检查任何 IP 地址的欺诈信号——VPN、代理、Tor、数据中心托管、匿名性——由 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