Anti-BS

by bmorphism

22 stars
266 downloads
Not rated
GitHub

About

Integrates multiple epistemological frameworks to analyze claims, validate sources, and detect manipulation for enhanced fact-checking and critical thinking.

Details

Author
bmorphism
Repository
bmorphism/anti-bullshit-mcp-server
GitHub stars
22
Downloads
266
License
MIT License
Categories
Productivity, Developer Tools, Design, AI, Media, Search, Knowledge Base, Frontend, Infrastructure, Other

The server provides three main tools for detecting and analyzing bullshit:

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Anti-BS
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 /path/to/anti-bullshit-mcp-server/build/index.js

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

1. Install dependencies:

npm install

2. Build the server:

npm run build

3. Add to Claude Desktop (MacOS):

{
"mcpServers": {
"anti-bullshit": {
"command": "node",
"args": ["/path/to/anti-bullshit-mcp-server/build/index.js"]
}
}
}

analyze_claim

Analyzes claims using multiple epistemological frameworks. Parameters: text (string), framework (string)

validate_sources

Extracts and analyzes cited sources for credibility and authority. Parameters: text (string), framework (string)

check_manipulation

Detects manipulation tactics in text. Parameters: text (string)

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "anti-bs": {
            "cwd": "string (optional)",
            "env": {},
            "args": [
                "/path/to/anti-bullshit-mcp-server/build/index.js"
            ],
            "shell": false,
            "command": "node"
        }
    }
}

Linux

{
    "cwd": "string (optional)",
    "env": [],
    "args": [
        "/path/to/anti-bullshit-mcp-server/build/index.js"
    ],
    "shell": false,
    "command": "node"
}

Macos

{
    "cwd": "string (optional)",
    "env": [],
    "args": [
        "/path/to/anti-bullshit-mcp-server/build/index.js"
    ],
    "shell": false,
    "command": "node"
}

Windows

{
    "cwd": "string (optional)",
    "env": [],
    "args": [
        "/path/to/anti-bullshit-mcp-server/build/index.js"
    ],
    "shell": false,
    "command": "node"
}

Anti-Bullshit MCP Server

A Model Context Protocol server for analyzing claims, validating sources, and detecting manipulation using multiple epistemological frameworks.

Features

The server provides three main tools for detecting and analyzing bullshit:

1. analyze_claim

Analyzes claims using multiple epistemological frameworks:

- Empirical Framework
- Focuses on verifiable evidence
- Evaluates reproducible results
- Cross-references academic and scientific sources
- Assesses methodological rigor

- Responsible Framework
- Evaluates ethical implications
- Assesses community impact
- Considers traditional knowledge
- Validates source credibility

- Harmonic Framework
- Assesses coherence with established knowledge
- Integrates multiple perspectives
- Considers contextual appropriateness
- Evaluates systemic implications

- Pluralistic Framework
- Combines all other frameworks
- Considers multiple ways of knowing
- Evaluates contextual appropriateness
- Assesses practical outcomes
- Checks alignment with community values

2. validate_sources

- Extracts and analyzes cited sources - Validates credibility and authority - Cross-references across multiple platforms - Evaluates methodological soundness - Checks for conflicts of interest

3. check_manipulation

Detects manipulation tactics including: - Emotional manipulation - Social pressure - False authority - Artificial scarcity - Urgency creation

Installation

Prerequisites

- Node.js >= 18.0.0 - npm or yarn

Setup

1. Install dependencies:

npm install

2. Build the server:

npm run build

3. Add to Claude Desktop (MacOS):

{
"mcpServers": {
"anti-bullshit": {
"command": "node",
"args": ["/path/to/anti-bullshit-mcp-server/build/index.js"]
}
}
}

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.