Anti-Bullshit MCP Server

validate_sources

Validate sources and evidence using configured framework

Input Schema

NameRequiredDescriptionDefault
frameworkNoValidation framework to use
textYesText containing claims and sources to validate

Input Schema (JSON Schema)

{ "properties": { "framework": { "description": "Validation framework to use", "enum": [ "empirical", "responsible", "harmonic", "pluralistic" ], "type": "string" }, "text": { "description": "Text containing claims and sources to validate", "type": "string" } }, "required": [ "text" ], "type": "object" }