
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@sentinelsup/mcp
Advanced tools
MCP server for Maskbreak — check any IP for VPNs, proxies, Tor, datacenter hosting, and fraud risk from Claude, Cursor, or any MCP client.
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.
| 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 |
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 mcp add sentinel -e SENTINEL_API_KEY=sk_live_your_key -- npx -y @sentinelsup/mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"sentinel": {
"command": "npx",
"args": ["-y", "@sentinelsup/mcp"],
"env": { "SENTINEL_API_KEY": "sk_live_your_key" }
}
}
}
Any client that speaks stdio MCP works the same way: command npx, args ["-y", "@sentinelsup/mcp"], env SENTINEL_API_KEY.
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.
"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" }
}
| 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
FAQs
MCP server for Maskbreak — look up public cloud-hosting and Tor IP signals, with limited reputation evidence and API status, from an MCP client.
The npm package @sentinelsup/mcp receives a total of 458 weekly downloads. As such, @sentinelsup/mcp popularity was classified as not popular.
We found that @sentinelsup/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.