Agent Skills Search Server✓
ai.com.mcp/skills-search · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}