Skip to content
Back to search
100
MCP live v1.0.0 sse

com.windowsforum/mcp-server

com.windowsforum/mcp-server

MCP server for WindowsForum.com with search, document retrieval, and real-time forum analytics.

Uptime
8.0%
25 probes
Response
481ms
last probe
Tools
22
callable

Tools · 22

search

Universal search across WindowsForum using BM25 keyword and/or semantic vector search. Returns a list of search results with basic information. Use the fetch tool to get complete document content.

fetch

Retrieve complete document content by ID for detailed analysis and citation. This tool fetches the full document content from WindowsForum.

search_semantic

Semantic vector search across WindowsForum content using embeddings. Uses kNN vector similarity to find content that is semantically related to the query, even if it doesn't share exact keywords. Bes…

search_threads

Search WindowsForum threads with advanced options.

get_time

Get the current time and date. Returns: Current timestamp in ISO format

get_kb_article

Retrieve a Microsoft Knowledge Base (KB) article from support.microsoft.com. Use this tool when a user asks about a specific KB number. Fetches the full article content including title, summary, known…

search_kb

Search Microsoft Knowledge Base articles on support.microsoft.com. Returns matching KB article titles and URLs. Use get_kb_article to fetch the full content of a specific article. Returns: Dictio…

get_thread_posts

Get all posts for a specific WindowsForum thread.

search_mysql

Search WindowsForum using MySQL database.

search_elastic

Search WindowsForum using Elasticsearch.

get_thread

Get detailed information about a specific thread.

list_threads

List recent threads from WindowsForum.

get_post

Get a specific post by ID.

get_user

Get user information by username or user ID.

get_forum

Get forum information by ID.

get_forum_updates

Get recent forum activity and updates.

get_online_users

Get currently online users and guests. Returns: Dictionary with online users and guest count

get_latest_registered_users

Get the latest registered users.

get_forum_statistics

Get comprehensive forum statistics. Returns: Dictionary with various forum statistics

search_posts

Search posts using Elasticsearch.

search_users

Search users using Elasticsearch.

get_windows_news_posts

Get recent Windows news posts from the forum.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.windowsforum/mcp-server": {
      "url": "https://mcp.windowsforum.com",
      "transport": "sse"
    }
  }
}