Skip to main content
Glama
sentinelsup

Maskbreak MCP Server

by sentinelsup

Maskbreak MCP Server

Check any IP address for fraud signals — VPN, proxy, Tor, datacenter hosting, anonymity — straight from Claude, Cursor, or any MCP client. Powered by the Maskbreak fraud detection API.

Tools

Tool

What it does

lookup_ip

Verdict for any public IPv4/IPv6: allow / review / block, 0–100 risk score, VPN/proxy/Tor/datacenter/anonymity signals, ASN + org + country

service_status

Maskbreak API health, uptime, and latency

Related MCP server: ip_geolocation_find_ip_location_and_ip_info

Setup

Grab a free API key at maskbreak.com/signup (1,000 lookups/hour, no card). The server also works without a key for a few lookups per minute — enough to try it.

Claude Code

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

Claude Desktop

Add to claude_desktop_config.json:

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

Cursor / other MCP clients

Any client that speaks stdio MCP works the same way: command npx, args ["-y", "@sentinelsup/mcp"], env SENTINEL_API_KEY.

Hosted endpoint (no install)

Prefer a remote server? The same tools are hosted at https://maskbreak.com/mcp (Streamable HTTP). Point any URL-based MCP client at it; pass your API key as an Authorization: Bearer header for full quota.

Example

"Is 185.220.101.34 safe to allow through signup?"

{
  "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" }
}

Environment

Variable

Required

Default

Purpose

SENTINEL_API_KEY

recommended

API key from your dashboard; unlocks 1,000 lookups/hour

SENTINEL_BASE_URL

no

https://maskbreak.com

Override for testing

MIT © Sentinel Edge Networks LTD

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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
    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.
    32
    ISC
  • 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
    230
    MIT

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