com.rubrkit/rubrkit
https://www.rubrkit.com/api/v1/mcpskills: {'id': 'rubrkit_search_api_docs', 'name': 'rubrkit_search_api_docs', 'description': 'Search the canonical docs/api Markdown guides and OpenAPI operation summaries.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'rubrkit_read_api_doc', 'name': 'rubrkit_read_api_doc', 'description': 'Read a docs/api Markdown guide or OpenAPI source by slug, file name, or docs/api path.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'rubrkit_read_openapi_contract', 'name': 'rubrkit_read_openapi_contract', 'description': 'Read the canonical docs/api/openapi.yaml contract.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'rubrkit_create_artifact_bundle', 'name': 'rubrkit_create_artifact_bundle', 'description': 'Create an artifact bundle through /api/v1/artifact-bundles. Requires artifact_bundles:write for API keys.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'rubrkit_list_artifact_bundles', 'name': 'rubrkit_list_artifact_bundles', 'description': 'List artifact bundles through /api/v1/artifact-bundles. Requires artifact_bundles:read for API keys.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'rubrkit_read_artifact_bundle', 'name': 'rubrkit_read_artifact_bundle', 'description': 'Read artifact bundle details, files, and file tree. Requires artifact_bundles:read for API keys.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'rubrkit_delete_artifact_bundle', 'name': 'rubrkit_delete_artifact_bundle', 'description': 'Archive an artifact bundle (soft delete) through DELETE /api/v1/artifact-bundles/{artifactBundleId}. The bundle moves to the archived state and can be restored or permanently deleted later. Requires artifact_bundles:write for API keys.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'rubrkit_hard_delete_artifact_bundle', 'name': 'rubrkit_hard_delete_artifact_bundle', 'description': 'Permanently delete an archived artifact bundle and all of its files, versions, and run history through DELETE /api/v1/artifact-bundles/{artifactBundleId}/permanent. This is irreversible and only works on bundles that are already archived. Requires artifact_bundles:write for API keys.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 270.3ms; conformance: pass
How to connect
https://www.rubrkit.com/api/v1/mcp
curl -X POST https://www.rubrkit.com/api/v1/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'