Text Classifier — Topic Categories & Readability
https://server.smithery.ai/axel-belfort/text-classifier/mcp
● healthy
Text classification API for AI agents. Classify text into topic categories with confidence scores, readability metrics (Flesch-Kincaid), and content type detection (article, review, email, code, etc.). Tools: text_classify_content. Use this for content routing, auto-tagging, spam detection, or organizing unstructured text. IMPORTANT: For sentiment analysis, use text_analyze_sentiment instead. Returns: {categories[], readability, contentType, confidence}. No API key required — x402 micropayment $0.005/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/text-classifier/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/text-classifier/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/text-classifier-x402