# Winston AI — MCP server on mcp.ai > Connect your Winston AI account and use 3 tools for AI safety and compliance straight from your AI agent. Connect with your own API key. Winston AI provides a comprehensive content verification and management platform, offering tools for AI-generated text detection, plagiarism detection, and AI image detection. By: mcp.ai · official Page: https://mcp.ai/winston_ai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_winston_ai?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/winston_ai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/winston_ai/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/winston_ai/skill.md Postman collection (v2.1): https://mcp.ai/winston_ai/postman.json ## Tools - winston_ai_ai_text_detection(content: string, version?: string, language?: string, includeSentences?: boolean) — Tool to detect AI-generated text. Use when you need to assess whether a given text is AI-generated. Each call consumes credits based on word count. - winston_ai_plagiarism_detection(text: string, country?: string, language?: string, excluded_sources?: string[]) — Tool to detect plagiarism. Use after preparing text to verify originality against online sources. - winston_ai_text_compare(text_1: string, text_2: string) — Tool to compare two texts. Use when you need to measure similarity between two final texts. ## Example prompts - "What can I do in Winston AI?" - "Show me a summary of my Winston AI account" ## Links Docs: https://mcp.ai/docs/mcps/winston_ai Website: https://mcp.ai/mcps/winston_ai