testkube
Testkube's hosted MCP server lets AI assistants list and run test workflows, inspect executions, fetch logs and artifacts, and query results. The endpoint is scoped per organization and environment; organization and environment IDs come from the Testkube dashboard.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
list_workflows— List workflows with filteringget_workflow— Get workflow detailsget_workflow_definition— Get workflow YAMLget_workflow_metrics— Get workflow performance metricscreate_workflow— Create new workflowupdate_workflow— Update existing workflowrun_workflow— Execute workflowlist_workflowtemplates— List templates with optional label filteringget_workflowtemplate_definition— Get template YAMLcreate_workflowtemplate— Create new templateupdate_workflowtemplate— Update existing templatelist_agents— List available agents for targetinglist_executions— List workflow executionsget_execution_info— Get execution detailsget_workflow_execution_metrics— Get resource consumption metricsget_workflow_resource_history— Analyze resource patternsfetch_execution_logs— Get execution logslookup_execution_id— Resolve execution name to IDwait_for_executions— Wait for completionabort_workflow_execution— Cancel running executionupdate_execution_tags— Update execution tagslist_artifacts— List execution artifactsread_artifact— Read artifact contentquery_workflows— Query definitions via JSONPathquery_executions— Query execution records via JSONPathget_workflow_schema— Get TestWorkflow YAML schemaget_execution_schema— Get TestWorkflowExecution schemabuild_dashboard_url— Generate dashboard URLslist_labels— List available labelslist_resource_groups— List resource groups
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.