# mcp-server MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-windowsforum-mcp-server

## Install
- Endpoint: https://mcp.windowsforum.com
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.windowsforum.com

## Tools
- 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. Endpoint: https://mcp.windowsforum.com
- fetch - Retrieve complete document content by ID for detailed
analysis and citation. This tool fetches the full document
content from WindowsForum. Endpoint: https://mcp.windowsforum.com
- 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. Best for natural
language questions and conceptual searches. Endpoint: https://mcp.windowsforum.com
- search_threads - Search WindowsForum threads with advanced options. Endpoint: https://mcp.windowsforum.com
- get_time - Get the current time and date.

Returns:
    Current timestamp in ISO format Endpoint: https://mcp.windowsforum.com
- 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 issues,
and resolution steps. Endpoint: https://mcp.windowsforum.com
- 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:
    Dictionary with 'results' key containing list of matching KB articles
    with title and url. Endpoint: https://mcp.windowsforum.com
- get_thread_posts - Get all posts for a specific WindowsForum thread. Endpoint: https://mcp.windowsforum.com
- search_mysql - Search WindowsForum using MySQL database. Endpoint: https://mcp.windowsforum.com
- search_elastic - Search WindowsForum using Elasticsearch. Endpoint: https://mcp.windowsforum.com
- get_thread - Get detailed information about a specific thread. Endpoint: https://mcp.windowsforum.com
- list_threads - List recent threads from WindowsForum. Endpoint: https://mcp.windowsforum.com
- get_post - Get a specific post by ID. Endpoint: https://mcp.windowsforum.com
- get_user - Get user information by username or user ID. Endpoint: https://mcp.windowsforum.com
- get_forum - Get forum information by ID. Endpoint: https://mcp.windowsforum.com
- get_forum_updates - Get recent forum activity and updates. Endpoint: https://mcp.windowsforum.com
- get_online_users - Get currently online users and guests.

Returns:
    Dictionary with online users and guest count Endpoint: https://mcp.windowsforum.com
- get_latest_registered_users - Get the latest registered users. Endpoint: https://mcp.windowsforum.com
- get_forum_statistics - Get comprehensive forum statistics.

Returns:
    Dictionary with various forum statistics Endpoint: https://mcp.windowsforum.com
- search_posts - Search posts using Elasticsearch. Endpoint: https://mcp.windowsforum.com
- search_users - Search users using Elasticsearch. Endpoint: https://mcp.windowsforum.com
- get_windows_news_posts - Get recent Windows news posts from the forum. Endpoint: https://mcp.windowsforum.com

## Resources
- windowsforum://stats - WindowsForum-wide statistics (members, threads, posts, online). MIME type: text/plain

## Prompts
- diagnose_windows_issue - Arguments: symptom
- research_windows_update - Arguments: kb_or_version
- summarize_thread - Arguments: thread_id
- find_solution - Arguments: error_message

## Metadata
- Owner: com.windowsforum
- Version: 1.0.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Sep 26, 2025
- Source: https://registry.modelcontextprotocol.io
