INDIVIDUAL MCP TOOL
rak_content_search
Hybrydowe wyszukiwanie (FTS + semantyka, RRF) po opublikowanych treściach RAK.
LIVE ENDPOINT
https://rak.guru/api/mcp/rak/mcp
Connect to this endpoint to inspect the live schema for rak_content_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.rak]
url = "https://rak.guru/api/mcp/rak/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rak": {
"type": "http",
"url": "https://rak.guru/api/mcp/rak/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rak
Remote MCP URL: https://rak.guru/api/mcp/rak/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": {
"rak": {
"url": "https://rak.guru/api/mcp/rak/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rak": {
"type": "http",
"url": "https://rak.guru/api/mcp/rak/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rak",
"transport": "streamable-http",
"url": "https://rak.guru/api/mcp/rak/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
rak_content_get_article— Pobierz pełną treść opublikowanego artykułu po `slug` lub `id`.rak_content_list_section— Lista najnowszych opublikowanych artykułów w danej sekcji (paginacja).rak_content_wire_feed— Syndykowany feed wire (depesze) RAK — świeże, ocenione redakcyjnie pozycje.rak_content_region_feed— Artykuły z danego regionu (węzeł PL = województwo, po slug lokalnej witryny, np.rak_rag_find_related— Znajdź artykuły powiązane z zapytaniem lub z konkretnym artykułem (po `slug`).rak_rag_semantic_search— Gęste (dense) wyszukiwanie wektorowe po embeddingach artykułów RAK.rak_rag_search_chunks— Głębokie wyszukiwanie po FRAGMENTACH (chunkach) treści RAK — hybrydowe dense+FTS (RRF).rak_voice_search— Przeszukaj wiedzę persony (cytaty, tematy, styl, biografia, kontrowersje) z jej źródeł — domyślnie Stanowski.