ClassifAI - MLaas API for classification
MLaas API for classification. Skip training, deployment, and retraining. Send text or images, get a label. Improves from feedback over time.
https://classifai.dev/Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.
Connect straight to this server’s public endpoint.
https://api.classifai.dev/mcpWe add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.
Last probed Sep 14, 2026 · api.classifai.dev
8tools discovered
Clerk Webhook Webhooks Clerk Post
Handle Clerk webhook events to sync user data. Events handled: - user.created: Create new user in database - user.updated: Update user email/data - user.deleted: Delete user from database **Responses:** - **200** (Success): Successful Response - Content-Type: `application/json`
Get User Info Users
Get user information by Clerk ID. Returns user details including API key, tier, and project count. This endpoint is used by the dashboard to display user information. **Path Parameters:** - **clerk_id** (Required): No description. **Responses:** - **200** (Success): Successful Response - Content-Type: `application/json` - **Response Properties:** - **Example:** ```json { "clerk_id": "string", "email": "string", "api_key": "string", "created_at": "string", "tier": "string
Regenerate Api Key Users
Regenerate API key for a user. WARNING: This will invalidate the user's current API key. All applications using the old key will need to be updated immediately. Returns the new API key (only time it will be shown in full). **Path Parameters:** - **clerk_id** (Required): No description. **Responses:** - **200** (Success): Successful Response - Content-Type: `application/json` - **Response Properties:** - **Example:** ```json { "api_key": "string", "message": "string" } ``` -
Health Check Health Get
Health check endpoint. **Responses:** - **200** (Success): Successful Response - Content-Type: `application/json`
Classify
Classify one or more content items (text/images) jointly into a single label with confidence scores. Use this tool when you need to categorize, tag, route, or make decisions about content based on context. All content items are analyzed together to produce one classification result. You can either: - Provide explicit labels for the classification task - Provide a description and let the system infer appropriate labels - Use an existing project_id to reuse previous label
Classify Ground Truth
Provide the correct label(s) for a previous classification to improve future accuracy. Feedback only affects the specific project_id associated with this detection. New labels are automatically added to that project's label set. **Path Parameters:** - **detection_id** (Required): No description. **Responses:** - **200** (Success): Successful Response - Content-Type: `application/json` - **Response Properties:** - **Example:** ```json { "detection_id": "det_a1b2c3d4e5f6g7
Classify Stats
Retrieve analytics and accuracy metrics for a classification project. View how well your classifications are performing based on ground truth feedback. **Path Parameters:** - **project_id** (Required): No description. **Responses:** - **200** (Success): Successful Response - Content-Type: `application/json` - **Response Properties:** - **Example:** ```json { "accuracy_rate": 0.89, "content_types_used": [ "text" ], "created_at": "2025-01-15T10:30:00Z", "ground_tru
Root
Root endpoint with API information. **Responses:** - **200** (Success): Successful Response - Content-Type: `application/json`
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsMLaas API for classification. Skip training, deployment, and retraining. Send text or images, get a label. Improves from feedback over time.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
Operate ClassifAI - MLaas API for classification? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
MCPBundles probed 8 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.