← Registry

Content Tools

knigochit.ru

MCP server for AI agents to search and recommend Russian-language books.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://knigochit.ru/mcp

No auth detected

MCP server metadata

Name
ru-books-mcp
Version
0.1.0
Capabilities
tools
Server instructions

Use tools/list for discovery and tools/call for execution.

Known tools 8

books_search

Search books in catalog by free-text query and pagination.

Inferred read-only
books_by_genre

Browse books by genre without free-text query.

Inferred read-only
books_by_author

Browse books by author without free-text query.

Inferred read-only
books_by_language

Browse books by language without free-text query.

Inferred read-only
books_by_format

Browse books by format without free-text query.

Inferred read-only
books_without_series

Browse books that are not part of a series.

Inferred read-only
book_details

Get detailed catalog card by book_id.

Inferred read-only
recommendation_candidates

Get candidate books for agent-side recommendation.

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.ru-books-mcp]
url = "https://knigochit.ru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ru-books-mcp": {
      "type": "http",
      "url": "https://knigochit.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ru-books-mcp
Remote MCP URL: https://knigochit.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": {
    "ru-books-mcp": {
      "url": "https://knigochit.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for knigochit.ru was fetched 2026-08-05T02:04:52.213Z and is being refreshed.

Trust status Trusted

knigochit.ru is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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