the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.com.mcp/skills-search",
"description": "Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.",
"title": "Agent Skills Search Server",
"repository": {
"url": "https://github.com/agentskills/agentskills",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://run.mcp.com.ai",
"remotes": [
{
"type": "streamable-http",
"url": "https://skills-sh.run.mcp.com.ai/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"documentation": "https://agentskills.io/specification",
"examples": [
{
"config": "Add 'https://skills-sh.run.mcp.com.ai/mcp' as a remote MCP server in your MCP client.",
"description": "Connect to the Agent Skills Search server to discover skills from skills.sh registry.",
"name": "Basic Connection"
},
{
"description": "Use the searchSkills tool to find Agent Skills by query string with fuzzy matching.",
"example": {
"parameters": {
"limit": 50,
"q": "mcp-com-ai"
},
"tool": "searchSkills"
},
"name": "Search for Skills"
},
{
"description": "The server exposes Agent Skills Search API operations as MCP tools for discovering and browsing skills.",
"name": "Available Operations",
"note": "Returns skill metadata including install counts, sources, and unique identifiers."
}
],
"keywords": [
"agent-skills",
"search",
"discovery",
"skills-registry",
"mcp",
"openapi",
"rest-api"
],
"license": "MIT",
"notes": [
"This is the Agent Skills Search MCP server pointing to the skills.sh registry backend.",
"The backend API is https://skills.sh/api.",
"Public search endpoints are available without authentication.",
"Rate limits may apply.",
"For self-hosting, run your own HAPI MCP server using:",
"Docker: docker run -p 3030:3030 -v ~/.hapi:/app/.hapi ghcr.io/apicove/hapi-cli:latest serve skills-search --port 3030 --headless --url https://skills.sh",
"The HAPI MCP CLI: hapi serve skills-search --port 3030 --headless --url https://skills.sh --openapi https://docs.mcp.com.ai/servers-apis/openapi/skills-search.yaml",
"Deploy to Cloudflare: hapi deploy --name skills-search --openapi https://docs.mcp.com.ai/servers-apis/openapi/skills-search.yaml --url https://skills.sh",
"Documentation: https://docs.mcp.com.ai/deployment/",
"Skills Specification: https://agentskills.io/specification"
],
"publisher": "La Rebelion Labs"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-02-04T12:46:39.858109Z",
"publishedAt": "2026-02-04T12:46:39.858109Z",
"updatedAt": "2026-02-04T12:46:39.858109Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you callversion 1.0.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.