{
  "name": "ZGTS Derma Roller Guide",
  "version": "1.0.0",
  "description": "Research-backed expert guidance on derma roller (microneedling) — needle size recommendations, usage protocols, product info, and aftercare. MCP server with 4 tools and 3 prompts. No auth required.",
  "url": "https://zgts.in",
  "logo": "https://zgts.in/zgts-logo.png",
  "termsOfService": "https://zgts.in/terms",
  "privacyPolicy": "https://zgts.in/privacy",
  "documentationUrl": "https://zgts.in/docs",
  "statusUrl": "https://zgts.in/status",
  "mcp": {
    "endpoint": "https://zgts.in/api/mcp",
    "transport": "streamable-http",
    "protocolVersion": "2024-11-05",
    "authentication": "none",
    "rateLimit": "unlimited",
    "capabilities": {
      "tools": true,
      "resources": true,
      "prompts": true,
      "logging": true
    },
    "tools": [
      "search_guides",
      "get_needle_recommendation",
      "get_product_info",
      "get_usage_guide"
    ],
    "prompts": [
      "recommend_needle_size",
      "treatment_protocol",
      "product_comparison"
    ],
    "smithery": "https://smithery.ai/servers/ravi8585/zgts-derma-roller"
  },
  "supportedInterfaces": [
    {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://zgts.in/api/mcp",
      "protocolVersion": "2024-11-05"
    },
    {
      "type": "openapi",
      "url": "https://zgts.in/openapi.json"
    },
    {
      "type": "nlweb",
      "url": "https://zgts.in/ask",
      "method": "POST"
    }
  ],
  "capabilities": {
    "input": ["text/plain", "application/json"],
    "output": ["text/plain", "application/json"],
    "supportsStreaming": false,
    "supportsAuthentication": false
  },
  "skills": [
    {
      "id": "needle-recommendation",
      "name": "Needle size recommendation",
      "description": "Recommend the correct derma roller needle length (0.25mm–1.5mm) for acne scars, hair loss, wrinkles, stretch marks, or hyperpigmentation.",
      "tool": "get_needle_recommendation"
    },
    {
      "id": "guide-search",
      "name": "Guide search",
      "description": "Search 26 expert microneedling guides by skin concern or topic.",
      "tool": "search_guides"
    },
    {
      "id": "product-info",
      "name": "Product information",
      "description": "Get ZGTS derma roller specs, certifications, pricing, and Amazon purchase links.",
      "tool": "get_product_info"
    },
    {
      "id": "usage-guide",
      "name": "Usage protocol",
      "description": "Step-by-step derma rolling instructions, serum recommendations, and aftercare protocol.",
      "tool": "get_usage_guide"
    }
  ],
  "contact": {
    "email": "contact@zgts.in",
    "url": "https://zgts.in"
  }
}
