VOOZH about

URL: https://apify.com/agentify/winston-ai-mcp-server

⇱ Winston AI MCP Server Β· Apify


Pricing

Pay per event + usage

Go to Apify Store

Winston AI MCP Server

Run the Winston AI Model Context Protocol server, giving language models real-time access to advanced AI text and image detection, plagiarism checks, and text comparison capabilities.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

πŸ‘ agentify

agentify

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

8 months ago

Last modified

Share

Winston AI MCP Server (Apify Actor)

Run the Winston AI Model Context Protocol (MCP) server via this Apify Actor, giving language models real-time access to advanced AI text and image detection, plagiarism checks, and sophisticated text comparison capabilities. Use your Apify credits to integrate Winston AI's powerful detection features into your AI workflowsβ€”no fine-tuning required. ⚑️

This Actor proxies the Winston AI MCP Server, allowing AI clients to integrate directly with Winston AI's detection and analysis capabilities. It requires a valid Winston AI API Key for authentication.

About this MCP Server: To understand how to connect to and utilize MCP servers, please refer to the official Model Context Protocol documentation at mcp.apify.com.

Connection URL

MCP clients can connect to this server at:

https://mcp-servers--winston-ai-mcp-server.apify.actor/mcp

Client configuration

To connect to this MCP server, use the following configuration in your MCP client:

{
"mcpServers":{
"winston-ai":{
"url":"https://mcp-servers--winston-ai-mcp-server.apify.actor/mcp",
"headers":{
"Authorization":"Bearer YOUR_APIFY_TOKEN"
},
"env":{
"WINSTONAI_API_KEY":"YOUR_WINSTON_AI_API_KEY"
}
}
}
}

Note: Replace YOUR_APIFY_TOKEN with your actual Apify API token (find it in the Apify Console). Also, set WINSTONAI_API_KEY with your actual Winston AI API Key, which you can obtain at https://dev.gowinston.ai. This key is essential for the Actor to authenticate with the Winston AI service.

🚩 Claim this MCP server

All credits to the original authors of the Winston AI MCP server implementation. To claim this server, please write to ai@apify.com.


πŸ› οΈ Available Tools

Your AI tool will have access to the following detection and analysis capabilities from Winston AI:

Tool NameDescription
ai-text-detectionClassify text as human-generated or AI-generated, with sentence-level analysis.
ai-image-detectionIdentify AI-generated images, including C2PA metadata and watermark detection.
plagiarism-detectionPerform internet-scale plagiarism scans with detailed source reports.
text-compareConduct bidirectional similarity analysis between two texts.

Note: Refer to the Winston AI API Documentation (https://docs.gowinston.ai/api-reference/mcp-server) for detailed input parameters and usage of each tool.

✨ Example Usage

Your AI assistant should automatically use these tools for content analysis and detection.

AI Content Detection

  • "Check if this article about quantum computing was written by an AI or a human." (Uses ai-text-detection)
  • "Analyze this image: [image URL]. Is it AI-generated?" (Uses ai-image-detection)

Plagiarism & Comparison

  • "Scan this essay for plagiarism against online sources." (Uses plagiarism-detection)
  • "Compare these two text snippets for similarity: 'First text...' and 'Second text...'" (Uses text-compare)

References

To learn more about Apify and Actors, take a look at the following resources:

Notes and Best Practices

  • Authentication: This Apify Actor requires your Apify API token for access. The Actor itself authenticates with the Winston AI service using the WINSTONAI_API_KEY provided as an environment variable to the Actor. This key is crucial for the Actor's functionality. Obtain yours at https://dev.gowinston.ai.
  • Rate Limits and Quotas: Winston AI APIs and your Actor may enforce rate limits and have associated credit costs. Implement backoff/retry where appropriate and monitor your usage.
  • Content Limits: Be aware of minimum and maximum character/text/image size limits for Winston AI tools.
  • Compliance: Ensure your usage complies with your organization’s data governance and Winston AI’s terms of service.

You might also like

TextFormatter MCP Server

agentify/textformatter-mcp-server

A Model Context Protocol (MCP) server providing advanced text transformation, formatting, and analysis tools for AI workflows and automation.

Playwright MCP Server

jiri.spilka/playwright-mcp-server

A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright

πŸ‘ User avatar

JiΕ™Γ­ Spilka

323

Time MCP Server

agentify/time-mcp-server

An MCP server implementing the Model Context Protocol (MCP) for time-related operations.

AI Model Governance MCP Server

ryanclinton/ai-model-governance-mcp

Enterprise AI compliance and governance intelligence for AI agents via the Model Context Protocol.

AI Training Data Quality MCP Server

ryanclinton/ai-training-data-quality-mcp

AI training data quality assessment, bias detection, and governance scoring for AI agents via the Model Context Protocol.

LinkedIn MCP Server - AI Assistant

alizarin_refrigerator-owner/linkedin-mcp-server

Model Context Protocol server for LinkedIn automation. Enable AI assistants to search profiles, send messages & manage connections programmatically.

Financial Gateway MCP Server

constant_quadruped/financial-gateway-mcp

Model Context Protocol (MCP) server providing access to simulated CRM and accounting workflows.

ArXiv MCP server

jakub.kopecky/arxiv-mcp-server

The ArXiv MCP server provides a bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP). It allows AI models to search for papers and access their content in a programmatic way.

πŸ‘ User avatar

Jakub KopeckΓ½

57

AgentPilot β€” API AI-Readiness & MCP Server Generator

orbitai/agent-pilot-mcp-generator

Audits public OpenAPI specifications for AI suitability and automatically generates run-ready typescript/python Model Context Protocol (MCP) server code packages.

1

Related articles

Best MCP servers for developers
Read more
What is MCP? Insights from the Developers Summit
Read more