dataset-viewer
17
The Dataset Viewer MCP Server is designed to interact with the Hugging Face Dataset Viewer API, allowing for the browsing and analysis of datasets hosted on the Hugging Face Hub. It supports various dataset operations including statistics, searching, and filtering, with tools for detailed dataset management.
validate
Check if the dataset exists and is accessible
get_info
Get detailed information about the dataset
get_rows
Get the paged content of the dataset
get_first_rows
Get the first row of data divided by the dataset
get_statistics
Get statistical information about dataset segmentation
search_dataset
Search for text in a dataset
filter
Filter rows using SQL-like conditional
get_parquet
Download the entire Parquet format dataset