mcp-factcheck
Verified Safeby carlisia
Overview
The MCP Fact-Check MCP Server validates content against the Model Context Protocol (MCP) specification using AI-powered semantic search to ensure technical accuracy and prevent misinformation.
Installation
docker run -i --rm -e OPENAI_API_KEY=<your-key> ghcr.io/carlisia/mcp-factcheck:latestEnvironment Variables
- OPENAI_API_KEY
Security Notes
The server demonstrates strong security awareness, implementing explicit prompt injection protection and utilizing environment variables for API keys. It offers optional network features (HTTP with SSE) with clear guidelines for secure implementation, but defaults to a safer stdio transport. No hardcoded secrets or obvious malicious patterns were found. Adherence to best practices for data handling and user consent is emphasized for implementors of the protocol, making the server itself robust against common vulnerabilities.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.