search_spaces
ActiveTool of Huggingface
declared in 0.1.0
Search Hugging Face Spaces (demo apps) with filters for author and SDK (gradio/streamlit/docker/static); returns space id, sdk, runtime status, and likes.
Parameters schema
{
"type": "object",
"examples": [
{
"sdk": "gradio",
"limit": 20,
"search": "chatbot"
},
{
"sort": "trending_score",
"limit": 10,
"author": "gradio-demos",
"direction": "-1"
}
],
"properties": {
"sdk": {
"type": "string",
"description": "gradio | streamlit | docker | static"
},
"full": {
"type": "boolean"
},
"sort": {
"type": "string"
},
"limit": {
"type": "number"
},
"author": {
"type": "string"
},
"search": {
"type": "string"
},
"direction": {
"type": "string"
}
}
}Parent server
Huggingface
https://github.com/pipeworx-io/mcp-huggingface
1/7 registries