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 (teglon@vibes.lol)
git checkout -b feature/amazing-feature
)git commit -am 'Add some amazing feature'
)git push origin feature/amazing-feature
)
{
"mcpServers": {
"anti-bullshit": {
"env": {},
"args": [
"/path/to/anti-bullshit-mcp-server/build/index.js"
],
"command": "node"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.