Anti-Bullshit MCP Server

アンチデタラメMCPサーバー

複数の認識論的フレームワークを使用して、主張を分析し、ソースを検証し、操作を検出するためのモデル コンテキスト プロトコル サーバー。

特徴

サーバーは、でたらめを検出して分析するための 3 つの主なツールを提供します。

1. 主張を分析する

複数の認識論的枠組みを使用して主張を分析します。

  • 実証的枠組み
    • 検証可能な証拠に焦点を当てる
    • 再現可能な結果を評価する
    • 学術的および科学的な情報源を相互参照する
    • 方法論の厳密さを評価する
  • 責任ある枠組み
    • 倫理的な影響を評価する
    • コミュニティへの影響を評価する
    • 伝統的な知識を考慮する
    • ソースの信頼性を検証する
  • ハーモニックフレームワーク
    • 確立された知識との一貫性を評価する
    • 複数の視点を統合する
    • 文脈の適切さを考慮する
    • システム的な影響を評価する
  • 多元主義的枠組み
    • 他のすべてのフレームワークを組み合わせる
    • 複数の知る方法を考慮する
    • 文脈の適切性を評価する
    • 実用的な成果を評価する
    • コミュニティの価値観との整合性をチェックする

2. ソースを検証する

  • 引用された情報源を抽出し分析する
  • 信頼性と権威を検証する
  • 複数のプラットフォーム間の相互参照
  • 方法論の健全性を評価する
  • 利益相反のチェック

3. チェック操作

次のような操作戦術を検出します:

  • 感情操作
  • 社会的圧力
  • 偽りの権威
  • 人工的な希少性
  • 緊急性の創出

インストール

前提条件

  • Node.js >= 18.0.0
  • npmまたはyarn

設定

  1. 依存関係をインストールします:
npm install
  1. サーバーを構築します。
npm run build
  1. Claude Desktop (MacOS) に追加:
{ "mcpServers": { "anti-bullshit": { "command": "node", "args": ["/path/to/anti-bullshit-mcp-server/build/index.js"] } } }

パス: ~/Library/Application Support/Claude/claude_desktop_config.json

または VSCode 拡張機能の場合: パス: ~/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!" });

発達

自動リビルドを使用した開発の場合:

npm run watch

MCP Inspector でデバッグする:

npm run inspector

テストのタイムライン

サーバーは、主張の時間的分析の基準日として 2025-01-01 を使用します (特に、グッドマンの「グルー」パラドックスや同様の哲学的パズルに関連します)。

ライセンス

マサチューセッツ工科大学

著者

Teglon Labs ( teglon@vibes.lol )

貢献

  1. リポジトリをフォークする
  2. 機能ブランチを作成します( git checkout -b feature/amazing-feature
  3. 変更をコミットします ( git commit -am 'Add some amazing feature' )
  4. ブランチにプッシュする ( git push origin feature/amazing-feature )
  5. プルリクエストを開く

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

複数の認識論的フレームワークを使用して主張の分析、情報源の検証、操作の検出を可能にし、信頼性と倫理性のある情報を確保します。

  1. Features
    1. 1. analyze_claim
    2. 2. validate_sources
    3. 3. check_manipulation
  2. Installation
    1. Prerequisites
    2. Setup
  3. Usage Examples
    1. Development
      1. Testing Timeline
        1. License
          1. Author
            1. Contributing

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                Enables programmatic access to the IACR Cryptology ePrint Archive, facilitating the search and retrieval of cryptographic research papers and metadata via a secure interface.
                Last updated -
                3
                2
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                Provides knowledge graph functionality for managing entities, relations, and observations in memory with strict validation rules to maintain data consistency.
                Last updated -
                6
                Python
                MIT License
              • -
                security
                F
                license
                -
                quality
                Provides tools for managing qualitative research knowledge graphs, enabling structured representation of research projects, participants, interviews, observations, codes, themes, and findings.
                Last updated -
                TypeScript
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                An enterprise-grade MCP server that provides specialized tools for legal reasoning and analysis, automatically detecting legal domains and offering domain-specific guidance, templates, and citation formatting.
                Last updated -
                TypeScript
                • Apple

              View all related MCP servers

              ID: isszli7z1y