反谬误认知分析器
STDIO用于分析论述和检测操纵的服务器
用于分析论述和检测操纵的服务器
A Model Context Protocol server for analyzing claims, validating sources, and detecting manipulation using multiple epistemological frameworks.
The server provides three main tools for detecting and analyzing bullshit:
Analyzes claims using multiple epistemological frameworks:
Empirical Framework
Responsible Framework
Harmonic Framework
Pluralistic Framework
Detects manipulation tactics including:
npm install
npm run build
{ "mcpServers": { "anti-bullshit": { "command": "node", "args": ["/path/to/anti-bullshit-mcp-server/build/index.js"] } } }
Path: ~/Library/Application Support/Claude/claude_desktop_config.json
Or for VSCode extension:
Path: ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
// Analyze a claim const result = await analyze_claim({ text: "Studies show that 87% of experts agree with this controversial claim", framework: "empirical" }); // Validate sources const validation = await validate_sources({ text: "According to Dr. Smith's groundbreaking research...", framework: "responsible" }); // Check for manipulation const check = await check_manipulation({ text: "Act now! This exclusive offer expires in the next 10 minutes!" });
For development with auto-rebuild:
npm run watch
Debug with MCP Inspector:
npm run inspector
The server uses 2025-01-01 as the reference date for temporal analysis of claims (particularly relevant for Goodman's "grue" paradox and similar philosophical puzzles).
MIT
Teglon Labs ([email protected])
git checkout -b feature/amazing-feature
)git commit -am 'Add some amazing feature'
)git push origin feature/amazing-feature
)