Text Classifier API
io.github.Br0ski777/text-classifierClassify text into categories with confidence, readability, content type. x402.
Tools · 1
Use this when you need to categorize text into topic categories (tech, finance, health, sports, politics, entertainment, science, business). Returns top 3 categories with confidence scores, detected l…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"text_classifier_api": {
"url": "https://text-classifier.api.klymax402.com/mcp",
"transport": "sse"
}
}
}