Back to Search
neo_util_ai_text_detector
0.1.0Analyzes text to detect AI-generated content.
$0.055 / call (Ultra Tier)
Updated: Apr 25, 2026
Overview
An AI footprint detection tool. It analyzes the linguistic patterns of a text to determine the probability that it was generated by an AI model, helping you verify human authorship.
Example Input
JSON payload sent to this tool:
{
"text": "As an AI language model, I can assist you..."
}Example Output
Formatted JSON response returned by this tool:
{
"ai_generation_probability": 0.98
}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_util_ai_text_detector",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}