What SkillHub exposes over MCP
Approved Skills can appear as MCP tools with names, descriptions, schemas, permissions, and runtime status.
Agent integrations
MCP gives Agent clients a tool discovery and invocation shape; SkillHub adds registry, review, Project Key, and project policy context.
Approved Skills can appear as MCP tools with names, descriptions, schemas, permissions, and runtime status.
Agents can inspect tool metadata before selecting a Skill, reducing blind prompt-only execution.
MCP invocation still resolves through project policy, approval state, rate limits, and call permissions and logs.
High-risk permissions, billing preview gates, and restricted states must remain visible before invocation.
REST is direct and simple for backends. MCP is stronger when an Agent client needs dynamic tool discovery and structured tool calls.
Use MCP when an Agent workbench needs to list approved Skills, understand schemas, and call tools dynamically during a task.
A typical MCP setup points the Agent client at a SkillHub endpoint and passes a project-scoped credential from a trusted configuration store.
MCP calls should remain auditable. Operators need to see which Agent called which Skill, which policy allowed it, and what result or failure was returned.