Перейти к содержимому

NexIP · Model Context Protocol

NexIP MCP Server

Удалённый MCP-сервер NexIP позволяет AI-клиентам запускать диагностику IP, DNS, WHOIS, SSL, HTTP, редиректов, robots.txt, sitemap и метаданных через единый защищённый endpoint.

Remote MCP endpoint
https://nexip.ru/mcp

Protocol: 2026-07-28 · Transport: HTTPS · Authentication: NexIP API key

Подключение

Создайте API-ключ в аккаунте NexIP и выберите профиль MCP / AI-клиенты. Ключ показывается только при создании.

Управление API-ключами →

Передавайте ключ в HTTP-заголовке: Authorization: Bearer <API_KEY>.

Безопасность: не публикуйте API-ключ в GitHub, конфигурациях, скриншотах или общедоступных переменных окружения. Права, scopes и тарифные лимиты NexIP продолжают действовать для MCP.

Пример конфигурации remote HTTP

{
  "servers": {
    "nexip": {
      "type": "http",
      "url": "https://nexip.ru/mcp",
      "headers": {
        "Authorization": "Bearer ${input:nexip-api-key}"
      }
    }
  }
}

Конкретное имя поля для секретов или input-переменных зависит от MCP-клиента. Сам endpoint и Bearer authentication остаются теми же.

Доступные инструменты

check_ip

Check an IP address or host using NexIP IP diagnostics.

check_dns

Read DNS records for a domain using NexIP.

check_whois

Read public WHOIS information for a domain.

check_ssl

Inspect SSL/TLS certificate and connection information.

check_site

Check website availability, HTTP status and response information.

check_headers

Inspect HTTP response headers and security-related headers.

check_redirects

Follow and inspect an HTTP redirect chain.

check_robots

Inspect robots.txt availability and directives.

check_sitemap

Validate and inspect an XML sitemap.

check_meta

Inspect page title, description, canonical, robots and social metadata.

get_account_plan

Return the current NexIP account plan available to this MCP connection.

get_api_limits

Return API and MCP-related limits for the current NexIP account.

Как работает доступ

MCP не обходит REST API и тарифную систему NexIP. Авторизация проходит через те же API-ключи, подписку, scopes, capability-проверки и rate limits. Диагностические tools используют доступ tools.run, а служебные MCP-инструменты аккаунта используют mcp.use.

Machine-readable ресурсы

OpenAPI 3.1 · llms.txt · REST API documentation

Для MCP discovery клиент может вызвать server/discover на https://nexip.ru/mcp.