A
securityA
licenseA
qualityEnables users to search for academic articles on platforms like arXiv using specific keywords, with plans to integrate more scholarly databases in the future.
Last updated -
2
118
Python
MIT License
一个 MCP(模型上下文协议)服务器,提供对 Q-Anon 帖子数据集的访问,用于人类学/社会学研究。该服务器允许像 Claude 这样的 AI 助手搜索、筛选和分析 Q-Anon 帖子。
文章摘自https://github.com/jkingsman/JSON-QAnon 。您可以在那里了解更多关于源数据是如何组成的,以及找到其他格式、模式等。
uv
包管理器该工具与uvx
兼容,不需要克隆/安装。
要通过Smithery自动为 Claude Desktop 安装 qanon-mcp-server:
uv
安装所需的软件包:您可以直接使用uvx
运行服务器:
要将此 MCP 服务器与 Claude Desktop 一起使用:
claude_desktop_config.json
文件中添加以下配置:或者,如果您没有安装uvx
:
qanon://posts/count
- 获取帖子总数qanon://posts/{post_id}
- 通过 ID 访问特定帖子qanon://posts/raw/{post_id}
- 获取特定帖子的原始 JSON 数据qanon://authors
- 列出所有唯一作者qanon://stats
- 获取数据集统计数据一旦 MCP 服务器连接到 Claude Desktop,您就可以提出以下问题:
posts.json
文件与脚本位于同一目录中local-only server
The server can only run on the client's local machine because it depends on local resources.
支持搜索、探索和分析所有 QAnon 帖子以进行社会学研究。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jkingsman/qanon-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server