- Home
- MCP servers
- Anti-Bullshit
Anti-Bullshit
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"mcp-mirror-bmorphism_anti-bullshit-mcp-server": {
"command": "node",
"args": [
"/path/to/anti-bullshit-mcp-server/build/index.js"
]
}
}
}You can run the Anti-Bullshit MCP Server to analyze claims, validate sources, and detect manipulation across multiple epistemological perspectives. This server provides practical tools to assess claims, verify citations, and identify tactics designed to mislead, helping you make informed decisions and communicate more responsibly.
How to use
Use the MCP client to access three core tools. You will analyze claims with multiple epistemological frameworks, validate cited sources for credibility, and detect manipulation tactics. You can run analyses, review source credibility, and check for persuasive techniques to determine the robustness of information before acting on it.
How to install
Prerequisites: Node.js >= 18.0.0 and npm or yarn.
Step 1: Install dependencies.
npm install
Step 2: Build the server.
npm run build
Step 3: Add the MCP server to Claude Desktop configuration.
{
"mcpServers": {
"anti-bullshit": {
"command": "node",
"args": ["/path/to/anti-bullshit-mcp-server/build/index.js"]
}
}
}
Notes and setup details
The server exposes three main tools: analyze_claim, validate_sources, and check_manipulation. You can call these tools from your MCP client to perform structured analyses, verify sources, and detect manipulation tactics in real time.
Usage examples
Example usage patterns you can apply in your client workflow include analyzing a claim using the empirical framework, validating sources for a given statement under the responsible framework, and checking for manipulation cues within promotional copy.
Development and testing
For development with auto-rebuild use the following command. To inspect MCP interactions, run the inspector tooling.
npm run watch
npm run inspector
Security and maintenance notes
Keep dependencies up to date and ensure the runtime environment can access the configured MCP path. When configuring external clients, validate that the command path used to start the server is correct and accessible on your machine.
Troubleshooting
If the server fails to start, verify that Node.js >= 18 and npm/yarn are installed, and confirm that the path to the build index is correct in your client configuration.
Available tools
analyze_claim
Analyzes claims using Empirical, Responsible, Harmonic, and Pluralistic frameworks to assess evidence, ethics, coherence, and practical outcomes.
validate_sources
Extracts and analyzes cited sources, validates credibility, cross-references across platforms, and checks for conflicts of interest.
check_manipulation
Detects manipulation tactics such as emotional manipulation, social pressure, false authority, artificial scarcity, and urgency creation.