development
documentation
public
AI detection
plagiarism
What is Winston AI?
AI detector MCP server with industry leading accuracy rates in detecting use of AI in text and images. The [Winston AI](https://gowinston.ai) MCP server also offers a robust plagiarism checker to help maintain integrity.
git clone https://github.com/gowinston-ai/winston-ai-mcp-server.git
cd winston-ai-mcp-server\n\n# Install dependencies
npm install\n\n# Start the server
npm run mcp-start
Docker Support
docker build -t winston-ai-mcp .\n\n# Run the container
docker run -e WINSTONAI_API_KEY=your_api_key winston-ai-mcp
API Reference# AI Text Detection
{ "text": "Your text to analyze (600+ characters recommended)" }
AI Image Detection
{ "url": "https://example.com/image.jpg" }
Plagiarism Detection
{ "text": "Text to check for plagiarism" }
Text Comparison
{ "first_text": "First text to compare", "second_text": "Second text to compare" }