Text Classifier API for Grok
io.github.br0ski777/text-classifier
Classify text into categories with confidence, readability, content type. x402.
client:Grok
transport:sse
Install Text Classifier API in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"text-classifier": {
"type": "sse",
"url": "https://text-classifier.api.klymax402.com/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs