← Registry

Learning Resources

chertov.org.ua

Provides access to a physics problem book, allowing users to browse chapters, paragraphs, and solved problems, and search by text.

1 endpoint5 known toolsFirst detected August 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://www.chertov.org.ua/mcp

No auth detected

MCP server metadata

Name
Chertov & Vorobyov physics problem solutions (chertov.org.ua)
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

Read-only access to chertov.org.ua, a Russian-language site publishing worked solutions to the physics problem book by A. G. Chertov and A. A. Vorobyov (Чертов А.Г., Воробьёв А.А.). STRUCTURE. The book is 10 chapters (глава) containing 51 paragraphs (параграф, written §), which contain the problems (задача). A problem is addressed by its paragraph number plus its number within that paragraph, written "P.N" — for example 1.12. Paragraph numbers are unique across the whole book, so a paragraph number alone identifies a section and the chapter is never needed to address a problem. WHAT IS EXPOSED. Only problems that have a published solution. Problems still awaiting one are absent from every result and from every count, so a count returned here is a count of solved problems. SOLUTIONS. Each solution is a scanned worked derivation served as a GIF from the static host https://static1.chertov.org.ua. Those URLs are permanent, public and hotlinkable — link to the image rather than copying it. There is no text transcription of a solution. The problem STATEMENT (the `condition` field) is available as plain Russian text. PAGES. Every problem, paragraph and chapter also has a canonical HTML page on https://www.chertov.org.ua; each result carries its `page_url`. TOOLS. `list_chapters` maps the whole corpus and is the place to start. `list_paragraphs` lists the paragraphs of one chapter or of the book, with solved counts and problem-number ranges. `list_problems` pages through one paragraph. `get_problem` fetches one problem by paragraph + number or by label. `search_problems` searches the Russian problem statements; its query must be at least 5 characters once whitespace is removed, and a shorter one is rejected with a validation error rather than returning an empty result. CALLING. Every tool is read-only, free of side effects and safe to call repeatedly or in parallel. Every result is JSON with English field names; the values are in the source language, which is Russian. A problem that does not exist, or that has no published solution, comes back as a normal result with `found: false` — that is an answer, not a failure to retry.

Known tools 5

list_chapters

Map of the whole corpus: every chapter of the Chertov & Vorobyov physics problem book, with its paragraph (§) numbers and how many solved problems it holds.

Inferred read-only
list_paragraphs

Paragraphs (§) of the problem book, optionally restricted to one chapter.

Inferred read-only
list_problems

Solved problems of one paragraph (§), paginated and in book order.

Inferred read-only
get_problem

One solved problem, in full.

Inferred read-only
search_problems

Full-text search over the Russian problem statements.

Inferred read-only

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.chertov-vorobyov-physics-problem-solutions-chert]
url = "https://www.chertov.org.ua/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "chertov-vorobyov-physics-problem-solutions-chert": {
      "type": "http",
      "url": "https://www.chertov.org.ua/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: chertov-vorobyov-physics-problem-solutions-chert
Remote MCP URL: https://www.chertov.org.ua/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": {
    "chertov-vorobyov-physics-problem-solutions-chert": {
      "url": "https://www.chertov.org.ua/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "chertov-vorobyov-physics-problem-solutions-chert": {
      "type": "http",
      "url": "https://www.chertov.org.ua/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "chertov-vorobyov-physics-problem-solutions-chert",
  "transport": "streamable-http",
  "url": "https://www.chertov.org.ua/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.