{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2026-07-28",
  "serverInfo": {
    "name": "clihub",
    "title": "clihub — CLI & MCP Tools Marketplace",
    "version": "0.2.0"
  },
  "description": "Task search over CLI tools with proven, ready-to-run commands. Recipes marked `verified` were executed by a harness on macOS and Linux; each carries the failures agents commonly hit and how to avoid them.",
  "documentationUrl": "https://clihub.com",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://clihub.com/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "search_tools",
      "description": "Search by task or tool name. Each hit includes matchedRecipes: exact commands with verification evidence."
    },
    {
      "name": "get_tool",
      "description": "Fetch full detail for one tool: install methods, proven recipes, agent hints."
    },
    {
      "name": "list_categories",
      "description": "List all tool categories with their tool counts."
    }
  ]
}