Skip to content
Open app

Registry MCP

The Skillist Registry MCP server lets agents search, browse, and install skills without leaving the chat. It runs on the same API worker as the REST registry.

Transport

FeatureValue
ProtocolMCP 2024-11-05
TransportStreamable HTTP
Stateless JSONPOST with Accept: application/json
SSE sessionsPOST/GET with Accept: text/event-stream and Mcp-Session-Id
Session teardownDELETE with Mcp-Session-Id

initialize returns an Mcp-Session-Id header for stateful clients. Plain JSON-RPC POST remains supported for simple clients.

Terminal window
curl https://api.skillist.dev/mcp

Returns transport metadata, tool names, and OAuth discovery URLs.

Tools

ToolPurpose
registry_searchSearch by query, category, tag, agent, sort
registry_get_skillFull metadata for org/repo including eval uplift
registry_facetsCategories, tags, and compatible agents
registry_install_helpCLI install commands and SKILL.md URL

See Tools reference for parameters and examples.

Registry MCP is read-only. Publish, edit, and sandbox run require the CLI with an authenticated API key.