Back to Search
neo_web_plagiarism_checker
0.1.0Scans the internet to detect plagiarism and duplicate content (Limit: 15 to 300 words).
$0.055 / call (Ultra Tier)
Updated: Apr 25, 2026
Overview
A professional originality verification tool. It uses the Copyscape API to check if a provided text snippet appears elsewhere on the internet, ensuring your content is unique and not duplicated from external sources.
Example Input
JSON payload sent to this tool:
{
"text": "The quick brown fox jumps over the lazy dog..."
}Example Output
Formatted JSON response returned by this tool:
{
"plagiarism_percentage": 12.0,
"plagiarized_urls": ["https://example.com"]
}Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neo_web_plagiarism_checker",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}