MCP Server
Coming soon AgentAI Detector hosts an MCP server over streamable HTTP. Point any MCP client at the endpoint and authenticate with your API key to run detect_text (paste text, get a fused verdict with a per-detector breakdown), poll get_detect_result, and check get_quota from your agent, IDE, or chat client.
You need
- Any MCP client
- An AI Detector API key
Install
- Sign in to AI Detector and create an API key.
- Point any MCP client at the server below, using the endpoint and your API key.
- Use detect_text to analyse a string, get_detect_result to poll the verdict, and get_quota to check your balance.
Configuration
json
{
"mcpServers": {
"ai-detector": {
"type": "http",
"url": "https://itsai.dev/mcp",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}
Notes
- The server exposes detect_text (run detection on a string), get_detect_result (poll a detection job) and get_quota (check your remaining balance).
- Set the header to the exact API key you created; usage is metered from your API credit balance.
- Detection results are probabilistic and must not be used as the sole evidence of authorship.
Business and API users: the Data Processing Addendum is part of our Terms of Service and describes how personal data in your content is processed.
← All integrations