# Cloud101 Korea

키워드 기반으로 한국어 IT/클라우드 뉴스, 기술 블로그 포스팅 및 국내외 세미나·웨비나·컨퍼런스 일정을 수집하여 제공합니다. 한국어 사용자 및 한국 기술 시장에 관심 있는 이용자들을 위한 curated 업데이트 허브입니다. 리서치, 기사 작성, 이벤트 기획 등에 유용합니다.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add cloud101.kr/cloud101kr

# Browse available tools
npx -y smithery tool list cloud101.kr/cloud101kr

# Get full schema for a tool
npx -y smithery tool get cloud101.kr/cloud101kr Tech_Blog

# Call a tool
npx -y smithery tool call cloud101.kr/cloud101kr Tech_Blog '{}'
```

## Direct MCP Connection

Endpoint: `https://cloud101kr--cloud101.kr.run.tools`

## Tools (3)

- `Tech_Blog` — Call this tool to get a article for tech blog, tech document, 기술 문서, 기술 글.
- `News_Article` — Call this tool to get a article for IT/Cloud/AI news,article.
- `Meetup_Webinar_Conference_Schedule` — Call this tool to get a schedule for meetup(밋업), seminar(세미나), conference(컨퍼런스), webinar(웨비나).

```bash
# Get full input/output schema for a tool
npx -y smithery tool get cloud101.kr/cloud101kr <tool-name>
```
