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

セットアップ

無料のAPIキーは maskbreak.com/signup で取得できます(1時間あたり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時間あたり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