反 BS MCP 服务器是一个用于分析声明、验证来源和利用多种认识论框架检测操纵的模型上下文协议(Model Context Protocol)服务器,它能帮助用户有效识别和分析各类虚假信息。
反 BS MCP 服务器提供了强大的工具来检测和分析 BS 信息。你可以按照以下步骤进行安装和使用。
该服务器提供了三种主要工具来检测和分析 BS:
使用多个认识论框架分析声明:
检测操纵技巧,包括:
npm install
npm run build
{
"mcpServers": {
"anti-bullshit": {
"command": "node",
"args": ["/path/to/anti-bullshit-mcp-server/build/index.js"]
}
}
}
路径:~/Library/Application Support/Claude/claude_desktop_config.json
或在 VSCode 插件中:
路径:~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
// 分析声明
const result = await analyze_claim({
text: "研究表明,87% 的专家同意这一有争议的主张",
framework: "empirical"
});
// 验证来源
const validation = await validate_sources({
text: "根据 Smith 博士具有里程碑意义的研究……",
framework: "responsible"
});
// 检查操纵
const check = await check_manipulation({
text: "立即行动!这个独家优惠在接下来的 10 分钟内到期!"
});
使用自动重建进行开发:
npm run watch
使用 MCP 调试器调试:
npm run inspector
该服务器以 2025-01-01 为参考日期,用于声明的时间分析(特别是与 Goodman 的 "grue" 悖论和其他哲学难题相关)。
本项目采用 MIT 许可证。
git checkout -b feature/amazing-feature)。git commit -am '添加一些惊人的功能')。git push origin feature/amazing-feature)。Teglon 实验室(teglon@vibes.lol)