← chertov.org.ua

INDIVIDUAL MCP TOOL

list_paragraphs

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

chertov.org.uanone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for list_paragraphs 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

chertov.org.ua

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.

Related tools

  • 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.
  • list_problems — Solved problems of one paragraph (§), paginated and in book order.
  • get_problem — One solved problem, in full.
  • search_problems — Full-text search over the Russian problem statements.