← rubrkit.com
INDIVIDUAL MCP TOOL
rubrkit_list_golden_cases
List the golden cases for an artifact bundle via /api/v1/artifact-bundles/{artifactBundleId}/golden-cases.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rubrkit]
url = "https://www.rubrkit.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rubrkit": {
"type": "http",
"url": "https://www.rubrkit.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rubrkit
Remote MCP URL: https://www.rubrkit.com/api/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rubrkit": {
"url": "https://www.rubrkit.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rubrkit": {
"type": "http",
"url": "https://www.rubrkit.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rubrkit",
"transport": "streamable-http",
"url": "https://www.rubrkit.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
rubrkit_search_api_docs— Search the canonical docs/api Markdown guides and OpenAPI operation summaries.rubrkit_read_api_doc— Read a docs/api Markdown guide or OpenAPI source by slug, file name, or docs/api path.rubrkit_read_openapi_contract— Read the canonical docs/api/openapi.rubrkit_create_artifact_bundle— Create an artifact bundle through /api/v1/artifact-bundles.rubrkit_list_artifact_bundles— List artifact bundles through /api/v1/artifact-bundles.rubrkit_read_artifact_bundle— Read artifact bundle details, files, and file tree.rubrkit_delete_artifact_bundle— Archive an artifact bundle (soft delete) through DELETE /api/v1/artifact-bundles/{artifactBundleId}.rubrkit_hard_delete_artifact_bundle— Permanently delete an archived artifact bundle and all of its files, versions, and run history through DELETE /api/v1/artifact-bundles/{artifactBundleId}/permanent.