wolfdancer/rockfish-mcp
If you are the rightful owner of rockfish-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Rockfish MCP Server provides a bridge to the Rockfish API, allowing AI assistants to interact with Rockfish's machine learning platform.
Tools
Functions exposed to the LLM to take actions
list_databases
List all databases
create_database
Create a new database
get_database
Get a specific database by ID
update_database
Update a database
delete_database
Delete a database
list_worker_sets
List all worker sets
create_worker_set
Create a new worker set
get_worker_set
Get a specific worker set by ID
delete_worker_set
Delete a worker set
list_workflows
List all workflows
create_workflow
Create and run a new workflow
get_workflow
Get a specific workflow by ID
update_workflow
Update a workflow
list_models
List all models
upload_model
Upload a new model
get_model
Get a specific model by ID
delete_model
Delete a model
list_projects
List all projects
create_project
Create a new project
get_project
Get a specific project by ID
update_project
Update a project
list_datasets
List all datasets
create_dataset
Create a new dataset
get_dataset
Get a specific dataset by ID
update_dataset
Update a dataset
delete_dataset
Delete a dataset
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client