# ZGTS Derma Roller

Expert MCP server for derma roller (microneedling) guidance. 4 tools: needle size recommendations, guide search, product info, and usage protocols. 26 research-backed guides reviewed by Dr. Priya Meh…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ravi8585/zgts-derma-roller

# Browse available tools
npx -y @smithery/cli@latest tool list ravi8585/zgts-derma-roller

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ravi8585/zgts-derma-roller search_guides

# Call a tool
npx -y @smithery/cli@latest tool call ravi8585/zgts-derma-roller search_guides '{}'
```

## Direct MCP Connection

Endpoint: `https://zgts-derma-roller--ravi8585.run.tools`

## Tools (4)

- `search_guides` — Search ZGTS derma roller guides by topic or skin concern. Returns matching guide titles and URLs from the 26-article kn…
- `get_needle_recommendation` — Get a personalised derma roller needle size recommendation (0.25mm–1.5mm) based on the user's primary skin or hair conc…
- `get_product_info` — Get detailed information about ZGTS derma roller products including 192-needle premium and 540-needle essential variant…
- `get_usage_guide` — Get step-by-step derma rolling instructions: pre-treatment preparation, rolling technique, recommended frequency, post-…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ravi8585/zgts-derma-roller <tool-name>
```

## Resources

- `ui://zgts/needle-selector` — Interactive tool to find the right derma roller needle size for a skin concern
- `ui://zgts/product-card` — ZGTS derma roller product overview with specs and Amazon purchase links
