search_datasets
Pack: huggingface · Endpoint: https://gateway.pipeworx.io/huggingface/mcp
Browse / search datasets on the Hub.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
search | string | no | |
author | string | no | |
language | string | no | |
task_categories | string | no | Comma-separated task categories |
sort | string | no | |
direction | string | no | |
limit | number | no | |
full | boolean | no |
Example call
curl -X POST https://gateway.pipeworx.io/huggingface/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_datasets","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"huggingface": {
"url": "https://gateway.pipeworx.io/huggingface/mcp"
}
}
}
See Getting Started for client-specific install steps.