← v8std.ru

INDIVIDUAL MCP TOOL

v8std_explain_snippet

Use this when the input is a short BSL or SDBL code fragment and the goal is to identify applicable standards, likely diagnostics, and confidence from code tokens or calls, for example ВЫБРАТЬ РАЗРЕШЕННЫЕ, ОткрытьФормуМодально, Предупреждение, or Вопрос.

v8std.runone authenticationAvailability not checked

LIVE ENDPOINT

https://ai.v8std.ru/mcp

No auth detected

Connect to this endpoint to inspect the live schema for v8std_explain_snippet and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

v8std.ru

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.v8std]
url = "https://ai.v8std.ru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "v8std": {
      "type": "http",
      "url": "https://ai.v8std.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: v8std
Remote MCP URL: https://ai.v8std.ru/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "v8std": {
      "url": "https://ai.v8std.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "v8std": {
      "type": "http",
      "url": "https://ai.v8std.ru/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "v8std",
  "transport": "streamable-http",
  "url": "https://ai.v8std.ru/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • v8std_search — Use this when the user asks an arbitrary phrase question or topic search over v8std.ru standards, diagnostics, patterns, or service pages, including natural Russian phrases, standard ids such as std437, and diagnostic names when no exact list is available.
  • v8std_get_page — Use this when you already have an exact id, alias, source path, HTML URL, or Markdown URL and need the full clean Markdown page text for a standard, diagnostic, pattern, or service page.
  • v8std_get_related — Use this when you need to move from a known standard or diagnostic to related standards, diagnostics, or EDT/v8-code-style checks.
  • v8std_explain_diagnostics — Use this when the user has a list of analyzer diagnostic codes from ACC/АПК, BSLLS, EDT, or v8-code-style and needs diagnostic descriptions grouped with linked standard clauses.