Back to Home
gowinston-ai icon

winston-ai-mcp-server

Verified Safe

by gowinston-ai

Overview

This MCP server provides an interface to Winston AI's services for detecting AI-generated text and images, checking for plagiarism, and comparing texts.

Installation

Run Command
env WINSTONAI_API_KEY=your-api-key npx -y winston-ai-mcp

Environment Variables

  • WINSTONAI_API_KEY

Security Notes

The source code appears well-structured and follows good security practices. It uses environment variables for API keys and `zod` for input validation, which helps prevent common injection vulnerabilities. All external API calls are directed to a hardcoded, trusted endpoint (`https://api.gowinston.ai`). There is no direct use of `eval` or other highly dangerous functions with untrusted input. The server is built on the Model Context Protocol (MCP) SDK, which is designed for structured interactions. The `process.exit(1)` call on missing API key is a good fail-safe.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars5
Forks3
Last Update2026-01-15

Tags

AI DetectionPlagiarism CheckerText ComparisonMCP ServerContent Verification