mcpserver.lol
registry/mcp-server-54
Connection check verified live · 27h ago

mcp-server-54

Search WindowsForum.com threads, posts, and Windows news; fetch documents and Microsoft KB info.

Tools 22
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

22 tools

Read from the running server on 27h ago.

fetch read-only id*
Retrieve the complete content of a WindowsForum document (thread or post) by ID — use after search to read the full discussion for detailed analysis and citation. Returns the full…
get_forum read-only forum_id*
Get a WindowsForum forum section's details by node id — title, description, and thread/message counts; pair with list_threads or get_forum_updates to see its activity.
get_forum_statistics read-only
Get sitewide WindowsForum statistics — total threads, posts, and members, plus the newest member; use for questions about the community's size and activity. Returns: Dictionar…
get_forum_updates read-only hours
Summarize recent WindowsForum activity over the last N hours (default 24) — new threads and posts across the community; use for "what's new" questions.
get_kb_article read-only kb_id*
Retrieve an official Microsoft Knowledge Base article from support.microsoft.com by KB number (e.g. KB5063878) — returns the update's title, summary, and affected builds. Use this…
get_latest_registered_users read-only limit
List the newest WindowsForum member registrations — use for community-growth questions or to identify recent joiners.
get_online_users read-only
See who is on WindowsForum right now — counts of members, guests, and robots currently online, with recently active member names. Returns: Dictionary with online users and gue…
get_post read-only post_id*
Get a single WindowsForum post by post id — returns the post's text, author, thread context, and URL; use when you have a specific post reference to verify or quote.
get_thread read-only thread_id*
Get a WindowsForum thread's metadata by id — title, author, reply and view counts, dates, and canonical URL; use fetch or get_thread_posts to read its content.
get_thread_posts read-only limitthread_id*
Read every post in a WindowsForum thread by thread id, in order — use to follow the full conversation, including replies and accepted solutions, after finding a thread via search.
get_time read-only
Get the current server date and time — use to anchor time-sensitive queries like 'latest' or 'this week' before searching recent content. Returns: Current timestamp in ISO for…
get_user read-only identifier*
Look up a WindowsForum member's public profile by username or user id — registration date, message count, reaction score, and role.
get_windows_news_posts read-only days
Get WindowsForum's recent Windows news coverage from the last N days (default 7) — curated news threads on updates, security patches, and Microsoft announcements.
list_threads read-only limitoffset
List the most recently active WindowsForum threads with pagination — use to see what the community is discussing right now, without needing a search query.
search read-only limitquery*source
Search all WindowsForum content (threads, posts, Windows news) with combined keyword and semantic ranking — the best first call for any question or topic; returns snippets with ids…
search_elastic read-only sizefrom_limitquery*
Relevance-ranked full-text thread search with explicit offset pagination — use to page through a large result set beyond what the main search tool returns. Complements the main `s…
search_kb read-only limitquery*
Search official Microsoft Knowledge Base articles on support.microsoft.com by topic or keyword — use for Windows update, patch, and known-issue lookups when you lack a KB number. R…
search_mysql read-only limitquery*
Exact substring lookup over thread titles and author usernames, ordered by view count — use for literal title or author matching rather than relevance-ranked full-text search. Com…
search_posts read-only limitquery*
Search individual WindowsForum posts (not just thread titles) for a keyword or phrase — use to find specific answers, error messages, or fixes buried inside long threads.
search_semantic read-only limitquery*
Find WindowsForum discussions by meaning rather than exact words — embedding-based semantic search that excels at natural-language questions and paraphrased topics. Uses kNN vecto…
search_threads read-only sizefrom_orderquery*sortby
Search WindowsForum threads with structured controls — sort by relevance, date, replies, or views, in either order, with pagination; use when result ordering or paging matters.
search_users read-only limitquery*
Find WindowsForum members whose usernames match a query — use to locate a member before calling get_user for their full profile.