← knigochit.ru
INDIVIDUAL MCP TOOL
books_search
Search books in catalog by free-text query and pagination.
LIVE ENDPOINT
https://knigochit.ru/mcp
Connect to this endpoint to inspect the live schema for books_search 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
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.
Related tools
books_by_genre— Browse books by genre without free-text query.books_by_author— Browse books by author without free-text query.books_by_language— Browse books by language without free-text query.books_by_format— Browse books by format without free-text query.books_without_series— Browse books that are not part of a series.book_details— Get detailed catalog card by book_id.recommendation_candidates— Get candidate books for agent-side recommendation.