Search for datasets in the National Data Platform
Searches for datasets across the National Data Platform with advanced filtering options.
/plugin marketplace add SIslamMun/iowarp-plugin/plugin install ndp-plugin@iowarp-pluginsSearch for datasets across the National Data Platform ecosystem with advanced filtering options.
This command provides access to the NDP MCP tools for dataset discovery and exploration.
When you use this command, Claude can invoke these MCP tools:
search_datasets - Primary search toolSearches for datasets using various criteria:
list_organizations - Organization discoveryLists available organizations:
get_dataset_details - Detailed informationRetrieves complete metadata for a specific dataset:
list_organizations to find relevant data sourcessearch_datasets with appropriate filtersget_dataset_details for datasets of interestlist_organizations before using in search"Find climate datasets from NOAA"
Expected tools: list_organizations(name_filter="noaa"), then search_datasets(owner_org="NOAA", search_terms=["climate"])
"Search for oceanographic data in NetCDF format"
Expected tools: search_datasets(search_terms=["oceanographic"], resource_format="NetCDF")
"List all datasets from a specific research institution"
Expected tools: list_organizations(name_filter="<institution>"), then search_datasets(owner_org="<name>")
"Find CSV datasets about temperature monitoring, limit to 10 results"
Expected tools: search_datasets(search_terms=["temperature", "monitoring"], resource_format="CSV", limit=10)
"Compare oceanographic datasets on global and local servers"
Expected tools: search_datasets(server="global", ...) and search_datasets(server="local", ...)