search_models
ActiveTool of Huggingface
declared in 0.1.0
Search Hugging Face Hub models with filters for author, library (transformers/diffusers/…), language, pipeline_tag (text-generation/…), and tags; sort by downloads, likes, or trending_score.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 20,
"search": "bert",
"library": "transformers"
},
{
"sort": "downloads",
"limit": 10,
"author": "meta-llama",
"direction": "-1",
"pipeline_tag": "text-generation"
}
],
"properties": {
"full": {
"type": "boolean",
"description": "Include extra fields (cardData, gated, etc.)"
},
"sort": {
"type": "string",
"description": "downloads | likes | trending_score | lastModified | createdAt"
},
"tags": {
"type": "string",
"description": "Comma-separated tags"
},
"limit": {
"type": "number",
"description": "1-1000 (default 20)"
},
"author": {
"type": "string",
"description": "Filter by org or user (e.g. \"meta-llama\")"
},
"search": {
"type": "string",
"description": "Free-text — name / description"
},
"library": {
"type": "string",
"description": "transformers | diffusers | sentence-transformers | ..."
},
"language": {
"type": "string",
"description": "ISO language code"
},
"direction": {
"type": "string",
"description": "-1 (desc, default) | 1 (asc)"
},
"pipeline_tag": {
"type": "string",
"description": "text-generation | text-classification | image-classification | translation | ..."
}
}
}Parent server
Huggingface
https://github.com/pipeworx-io/mcp-huggingface
1/7 registries