Lazy MCP and skill capability hub
capability_hubSearch and inspect MCP servers and skills, enable trusted capabilities on demand, list tools, proxy calls, and load skill bodies. Route third-party proposals through human approval.
Instructions
Search and inspect a compact catalog, enable a trusted MCP only when needed, list its tools, proxy a tool call, or load one skill body. Start with search; avoid includeSchema unless necessary. Third-party proposals require human approval outside this MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Optional capability type filter. | |
| name | No | Exact capability name. | |
| tool | No | Raw child MCP tool name for call. | |
| query | No | Search text for names, descriptions, and tags. | |
| action | Yes | Operation to perform. | |
| entryJson | No | JSON capability proposal. It remains untrusted until a human approves it outside this MCP. | |
| configJson | No | JSON object with non-secret configuration. Only catalog-whitelisted keys are accepted. | |
| argumentsJson | No | JSON object forwarded to the selected child MCP tool, for example {"query":"MCP"}. | |
| includeSchema | No | Include full child tool schemas. Leave false unless arguments cannot be inferred. |