mcp_server_TruthAnalyzer
If you are the rightful owner of mcp_server_TruthAnalyzer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
TruthLens is a Model Context Protocol (MCP) server designed to detect, analyze, and verify potential misinformation using AI tools.
TruthLens is a sophisticated platform that leverages the Model Context Protocol (MCP) to provide AI-driven tools for misinformation detection and verification. Built with Python, it integrates various APIs and AI models to automate the process of fact-checking and monitoring misinformation across different media. The platform is designed to ingest web content, extract factual claims, verify these claims using AI and external knowledge sources, and monitor news for misinformation trends. It is particularly useful for organizations and individuals looking to maintain information integrity in the digital age.
Features
- Web Content Ingestion: Extract content from URLs and news sources for analysis.
- Claim Extraction: Automatically identify factual claims in text using Google's Gemini AI.
- Claim Verification: Assess the veracity of claims using AI and external knowledge sources.
- News Monitoring: Search for and analyze news content for misinformation.
- Trend Analysis: Track and report on trending misinformation by topic.
Tools
ingest_url
Ingests content from a given URL.
extract_claims
Extracts factual claims from text.
verify_claim
Verifies the truthfulness of a given claim.
search_news
Searches news content for misinformation.
analyze_source
Analyzes the credibility of a source.
get_trending_info
Retrieves trending misinformation topics.
setup_monitor
Sets up monitoring for specific misinformation topics.