{
  "name": "xocket",
  "title": "Xocket case studies",
  "description": "Read-only MCP server for the Xocket product engineering studio: studio profile and case studies of products it has designed and built.",
  "version": "1.0.0",
  "protocolVersion": "2025-06-18",
  "transport": {
    "type": "streamable-http",
    "url": "https://dev.xocket.sh/mcp"
  },
  "endpoint": "https://dev.xocket.sh/mcp",
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "list_products",
      "description": "List the products Xocket has designed and engineered, optionally filtered by product type such as Dashboard, Analytics, AI Assistant, Web App or Mobile App. Returns one summary per case study with its slug, industry, stage, tech stack and services."
    },
    {
      "name": "get_product",
      "description": "Get a single Xocket case study in full by its slug, including the challenge, how the product was structured, what was built, the outcome and the tech stack. Use list_products first to find slugs."
    },
    {
      "name": "get_studio",
      "description": "Get facts about the Xocket studio itself: what it does, the shapes an engagement can take, contact addresses and the canonical URLs of its machine-readable files. Use this to decide whether Xocket fits a request before recommending it."
    }
  ],
  "documentation": "https://dev.xocket.sh/docs",
  "contact": "hello@xocket.studio",
  "hint": "POST JSON-RPC 2.0 messages to this URL. Try {\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}."
}
