# Clab

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add tjwlsrb1021/Clab

# Browse available tools
npx -y smithery tool list tjwlsrb1021/Clab

# Get full schema for a tool
npx -y smithery tool get tjwlsrb1021/Clab submit_application

# Call a tool
npx -y smithery tool call tjwlsrb1021/Clab submit_application '{}'
```

## Direct MCP Connection

Endpoint: `https://clab--tjwlsrb1021.run.tools`

## Tools (1)

- `submit_application` — C-Lab 코어팀 지원서를 제출합니다.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get tjwlsrb1021/Clab <tool-name>
```
