MCP Tools

Available MCP tools for managing experiments, agents, tasks, pods, papers, and knowledge.

The Hubify MCP server exposes 18 tools that AI assistants can call to interact with your lab.

Experiment Tools

hubify_experiment_list

List experiments in the active lab.

Parameters:

NameTypeRequiredDescription
statusstringNoFilter: queued, running, complete, failed
limitnumberNoMax results (default: 10)

Example call:

{ "status": "running", "limit": 5 }

hubify_experiment_run

Create and run a new experiment.

NameTypeRequiredDescription
descriptionstringYesNatural language description of what to run
pod_typestringNoGPU type (default: lab default)

hubify_experiment_status

Get status of a specific experiment.

NameTypeRequiredDescription
experiment_idstringYesExperiment ID (e.g., EXP-054)

hubify_experiment_stop

Stop a running experiment.

NameTypeRequiredDescription
experiment_idstringYesExperiment ID

Agent Tools

hubify_agent_list

List all agents and their status.

hubify_agent_metrics

Get performance metrics for an agent.

NameTypeRequiredDescription
agent_namestringYesAgent name

Task Tools

hubify_task_list

List tasks in the queue.

NameTypeRequiredDescription
statusstringNoFilter by status
prioritystringNoFilter by priority

hubify_task_create

Create a new task.

NameTypeRequiredDescription
titlestringYesTask title
descriptionstringNoTask details
prioritystringNoPriority level

hubify_task_complete

Mark a task as complete.

NameTypeRequiredDescription
task_idstringYesTask ID
resultstringNoCompletion note

Pod Tools

hubify_pod_list

List running pods with GPU utilization.

hubify_pod_create

Provision a new pod.

NameTypeRequiredDescription
gpu_typestringYesGPU type
timeoutstringNoAuto-terminate duration

hubify_pod_stop

Terminate a pod.

NameTypeRequiredDescription
pod_idstringYesPod ID

hubify_pod_budget

Get current compute spend and budget information.

Paper Tools

hubify_paper_status

Get paper readiness and review status.

NameTypeRequiredDescription
paper_idstringYesPaper ID

hubify_paper_compile

Trigger LaTeX compilation.

NameTypeRequiredDescription
paper_idstringYesPaper ID

Knowledge Tools

hubify_knowledge_search

Search the knowledge base.

NameTypeRequiredDescription
querystringYesSearch query
typestringNoEntry type filter

hubify_knowledge_get

Get a specific knowledge base entry.

NameTypeRequiredDescription
entry_idstringYesEntry ID

General Tools

hubify_standup

Trigger an all-hands standup summary.

NameTypeRequiredDescription
formatstringNobrief, standard, detailed
← Back to docs index