mcpserver.lol
registry/webdex
Connection check verified live · 26h ago

webdex

Russian-language web search for agents: hybrid retrieval, product prices, full page text

Tools 14
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

14 tools

Read from the running server on 26h ago.

check_watch idlimit
Return pages matching a watched query that were indexed since the last check, then advance the cursor. Call with no id to check all of your watches at once.
delete_watch idquery
Remove a watch. Pass its id (from list_watches) or the exact query text. Watches accumulated with no way to remove them; this closes that.
fetch_page read-only url*maxChars
Return the full extracted text of a page already in the index. This serves stored content and does not hit the live site, so it is fast and cannot be blocked. Use it after search t…
fetch_pages read-only urls*maxChars
Like fetch_page but for up to 20 URLs in one call — the bulk-read counterpart to search_batch, so reading a page of results is one round trip instead of ten. Each page comes back w…
find_passages read-only limitquery*category
Return the specific passages that answer a question, each with the URL and title it came from. Use this when you intend to cite or summarise rather than browse: it skips the step o…
find_similar read-only url*limit
Given an indexed URL, return other indexed pages with similar content, compared by meaning rather than shared keywords.
index_stats read-only
Size and freshness of the corpus: sites, pages, passages, languages.
list_sites read-only limitsearchstatus
Show which sites the index covers, with page counts. Use this to understand coverage before concluding that something is missing.
list_watches read-only
Show the queries you are watching and when each was last checked.
search read-only langmodesitelimitquery*expand +3
Search the Webdex index of crawled websites. Combines keyword (BM25) and semantic (vector) retrieval. Supports "quoted phrases" for exact matches and -term to exclude a term. Works…
search_batch read-only langlimitqueries*category
Execute up to 10 queries in one call. Answering a real question usually takes several related searches, and doing them one at a time spends a round trip on each; this runs them tog…
search_products shopsortlimitquery*vendorin_stock +3
Search shop catalogues by name and specification, filter by price and availability, and sort by price. Use this rather than `search` whenever the question is what something costs o…
source_profile read-only host*
Describe a site in the index: what type of source it is (official, media, reference, forum, shop), how much of it we hold, how trusted it is by the link graph, and how fresh the co…
watch_query langlabelquery*category
Save a query and later ask what has appeared since you last checked. Pull-based: nothing is pushed to you, you call check_watch when you want to know — which fits an agent that run…