Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by jkingsman • NLP & LLM
An MCP server that exposes a dataset of Q-Anon posts for searching, filtering, and analysis by AI assistants (e.g., Claude) for research purposes.
Search and retrieve Q-Anon posts by keyword, ID, author, or date range for research or analysis.
Generate timelines and summarize chronological developments in the Q-Anon dataset.
Perform content analysis such as word-frequency (word clouds) or detailed post-level contextual analysis.
This MCP server provides programmatic access to a curated JSON dataset of Q-Anon posts, enabling agents to retrieve individual posts, raw JSON, author lists, and dataset statistics. It offers search, date-range queries, author lookups, timeline summaries, post analysis, and word-frequency tools to support anthropological and sociological research. The server is designed for local use and integrates with Claude Desktop via an MCP configuration; source posts are drawn from the jkingsman/JSON-QAnon repository.
Retrieve a specific post by its ID. Args: post_id: The ID of the post to retrieve
Search for posts/drops containing a specific keyword or phrase. Args: query: The keyword or phrase to search for limit: Maximum number of results to return (default: 10)
Get posts/drops within a specific date range. Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format (defaults to start_date if not provided) limit: Maximum number of results to return (default: 10)
Get posts/drops by a specific author ID. Args: author_id: The author ID to search for limit: Maximum number of results to return (default: 10)
Get detailed analysis of a specific post/drop including references and context. Args: post_id: The ID of the post to analyze
Get the total number of posts in the dataset.
Get a list of unique authors in the dataset.
Get general statistics about the dataset.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.