.claude — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited .claude (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Telegram 메시지 발송을 위한 Model Context Protocol (MCP) 서버입니다.
pnpm install.env.example을 복사하여 .env를 생성하고 다음 값을 입력하세요:
cp .env.example .env#### 필수 환경 변수
TELEGRAM_BOT_TOKEN: @BotFather에서 생성한 봇 토큰TELEGRAM_CHAT_ID: 메시지를 받을 채팅 IDpnpm build클라우드에서 이 MCP 서버를 사용하려면, .claude/mcp.json 파일에서 다음과 같이 설정해야 합니다:
{
"mcpServers": {
"telegram": {
"command": "node",
"args": ["dist/index.js"],
"env": {
"TELEGRAM_BOT_TOKEN": "your_bot_token",
"TELEGRAM_CHAT_ID": "your_chat_id"
}
}
}
}#### send_message
메시지를 Telegram으로 전송합니다.
파라미터:
message (필수): 전송할 메시지 내용 (최대 4096자)parse_mode (선택): HTML, Markdown, 또는 MarkdownV2예시:
메시지 "Hello World"를 telegram으로 전송해줘마크다운 형식 사용:
다음 메시지를 HTML 형식으로 telegram에 보내줘:
<b>굵은 텍스트</b>
<i>기울임 텍스트</i>/start 명령으로 시작/newbot 명령으로 새 봇 생성다음 방법 중 하나로 Chat ID를 확인할 수 있습니다:
방법 1: getMe API 사용
curl https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getMe방법 2: 메시지 전송 후 업데이트 확인
curl https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates환경 변수가 올바르게 설정되었는지 확인하세요.
pnpm devpnpm buildMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.