Maskbreak MCP Server
Maskbreak MCP Server
Проверяйте любой IP-адрес на сигналы мошенничества — VPN, прокси, Tor, хостинг в дата-центре, анонимность — прямо из Claude, Cursor или любого MCP-клиента. Работает на основе API обнаружения мошенничества Maskbreak.
Инструменты
Инструмент | Что делает |
| Вердикт для любого публичного IPv4/IPv6: |
| Работоспособность API Maskbreak, аптайм и задержка |
Related MCP server: ip_geolocation_find_ip_location_and_ip_info
Настройка
Получите бесплатный API-ключ на maskbreak.com/signup (1 000 проверок в час, без карты). Сервер также работает без ключа для нескольких проверок в минуту — этого достаточно, чтобы попробовать.
Claude Code
claude mcp add sentinel -e SENTINEL_API_KEY=sk_live_your_key -- npx -y @sentinelsup/mcpClaude 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.
Размещённый endpoint (без установки)
Предпочитаете удалённый сервер? Те же инструменты размещены на https://maskbreak.com/mcp (Streamable HTTP). Укажите этот URL в любом MCP-клиенте, работающем по URL; передавайте ваш 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" }
}Переменные окружения
Переменная | Обязательность | По умолчанию | Назначение |
| рекомендуется | — | API-ключ из вашей панели управления; разблокирует 1 000 проверок в час |
| нет |
| Переопределение для тестирования |
Ссылки
MIT © Sentinel Edge Networks LTD
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceMCP server providing IP address lookup capabilities. Enables AI assistants to fetch details about public IP addresses or the user's current device IP.97ISC
- FlicenseAqualityDmaintenanceProvides IP address geolocation and related info via an API, with MCP server integration for easy use in AI tools.1
- FlicenseNot gradedqualityCmaintenanceProvides 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.
- AlicenseAqualityBmaintenanceInvestigate 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 r10269MIT
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)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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