← Registry

API Tools

rubrkit.com

Provides functions to search and read API documentation and manage artifact bundles.

1 endpoint41 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://www.rubrkit.com/api/v1/mcp

No auth detected

MCP server metadata

Name
rubrkit
Version
0.1.0
Capabilities
toolsresourcesprompts
Server instructions

Rubrkit MCP exposes public API docs and authenticated product tools backed by the same /api/v1 controllers, scopes, limits, credits, and ownership checks as REST.

Known tools 41

rubrkit_search_api_docs

Search the canonical docs/api Markdown guides and OpenAPI operation summaries.

Inferred read-only
rubrkit_read_api_doc

Read a docs/api Markdown guide or OpenAPI source by slug, file name, or docs/api path.

Inferred read-only
rubrkit_read_openapi_contract

Read the canonical docs/api/openapi.

Inferred read-only
rubrkit_create_artifact_bundle

Create an artifact bundle through /api/v1/artifact-bundles.

Potential side effects
rubrkit_list_artifact_bundles

List artifact bundles through /api/v1/artifact-bundles.

Inferred read-only
rubrkit_read_artifact_bundle

Read artifact bundle details, files, and file tree.

Inferred read-only
rubrkit_delete_artifact_bundle

Archive an artifact bundle (soft delete) through DELETE /api/v1/artifact-bundles/{artifactBundleId}.

Potential side effects
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.

Potential side effects
rubrkit_upload_artifact_files

Upload one or more text files into an artifact bundle.

Potential side effects
rubrkit_list_artifact_files

List files in an artifact bundle.

Inferred read-only
rubrkit_read_artifact_file

Read the latest file metadata and content.

Inferred read-only
rubrkit_update_artifact_file

Write a new editable version for a file.

Potential side effects
rubrkit_start_audit

Start an async audit job.

Inferred read-only
rubrkit_list_audits

List persisted audit history.

Inferred read-only
rubrkit_read_audit

Read a single audit run.

Inferred read-only
rubrkit_apply_audit_rewrite

Apply a completed audit's AI rewrite to the bundle files (a new version per changed file).

Inferred read-only
rubrkit_convert_to_rubr_flow

Start an async rubr_flow conversion job.

Inferred read-only
rubrkit_list_rubr_flow_conversions

List conversion history.

Inferred read-only
rubrkit_read_rubr_flow_conversion

Read one conversion report.

Inferred read-only
rubrkit_poll_job

Read async job progress.

Inferred read-only
rubrkit_list_job_events

Read append-only job progress events.

Inferred read-only
rubrkit_list_artifact_bundle_versions

List bundle-level version events.

Inferred read-only
rubrkit_restore_artifact_bundle_version

Restore files from a prior artifact-bundle version by creating new file versions.

Inferred read-only
rubrkit_list_file_versions

List immutable versions for a file.

Inferred read-only
rubrkit_restore_file_version

Restore a prior file version by creating a new version.

Inferred read-only
rubrkit_run_evals

Start an async eval run.

Potential side effects
rubrkit_list_evals

List eval history.

Potential side effects
rubrkit_read_eval

Read one eval run, including the `stats` statistical verdict on advanced-mode runs (empty for standard runs).

Potential side effects
rubrkit_export_proof_report

Start an async proof report job with export storage enabled by default.

Inferred read-only
rubrkit_read_proof_report

Read one proof report.

Inferred read-only
rubrkit_list_golden_cases

List the golden cases for an artifact bundle via /api/v1/artifact-bundles/{artifactBundleId}/golden-cases.

Inferred read-only
rubrkit_add_golden_case

Add a golden case (a real edge-case input with a confirmed-correct output) to an artifact bundle via POST /api/v1/artifact-bundles/{artifactBundleId}/golden-cases.

Potential side effects
rubrkit_retire_golden_case

Retire a golden case via DELETE /api/v1/golden-cases/{goldenCaseId}.

Potential side effects
rubrkit_create_drift_monitor

Create a drift monitor pinned to a file version via POST /api/v1/artifact-bundles/{artifactBundleId}/drift-monitors.

Potential side effects
rubrkit_list_drift_monitors

List the drift monitors for an artifact bundle via /api/v1/artifact-bundles/{artifactBundleId}/drift-monitors.

Inferred read-only
rubrkit_read_drift_observations

List the recorded observations for a drift monitor via /api/v1/drift-monitors/{driftMonitorId}/observations.

Inferred read-only
rubrkit_run_drift_check

Queue a drift check immediately instead of waiting for the monitor's schedule, via POST /api/v1/drift-monitors/{driftMonitorId}/check.

Potential side effects
rubrkit_set_drift_monitor_status

Pause or resume a drift monitor via PATCH /api/v1/drift-monitors/{driftMonitorId}.

Inferred read-only
rubrkit_record_outcome

Record a production outcome event (input feature, metric, and/or label) for an artifact bundle via POST /api/v1/artifact-bundles/{artifactBundleId}/outcomes.

Potential side effects
rubrkit_read_input_drift

Compare recent production inputs against a prior reference window (population stability index) for an artifact bundle via GET /api/v1/artifact-bundles/{artifactBundleId}/drift/input.

Inferred read-only
rubrkit_read_validity_drift

Correlate rubric scores against recorded outcome metrics for an artifact bundle to check whether the rubric is still predictive via GET /api/v1/artifact-bundles/{artifactBundleId}/drift/validity.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.