Text Classification MCP Server (Model2Vec)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| classify_textC | Classify text into predefined categories using static embeddings. |
| add_custom_categoryB | Add a new custom category for classification. |
| batch_add_custom_categoriesB | Add multiple custom categories for classification in a single operation. |
| list_categoriesA | List all available categories for classification. Returns: JSON string with all categories and their descriptions |
| remove_categoriesB | Remove one or multiple categories from the classification system. |
| batch_classifyA | Classify multiple texts at once. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| classification_prompt | Prompt template for text classification. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_categories_resource | Resource that provides the list of available categories |
| get_model_info | Resource that provides information about the loaded model |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/baobab-tech/mcp-text-classifier'
If you have feedback or need assistance with the MCP directory API, please join our Discord server