mcp-development — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mcp-development (Agent Skill) 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.
수집된 카카오클라우드 OpenAPI 스펙을 기반으로 MCP 서버를 설계하고 구현한다.
이 MCP 서버의 목적은 API를 직접 호출하는 것이 아니라, AI 코딩 어시스턴트가 카카오클라우드 API를 사용하는 코드를 작성할 때 필요한 정보를 제공하는 것이다.
사용자가 "VM 만드는 파이썬 스크립트 만들어줘"라고 하면:
@modelcontextprotocol/sdk (TS) 또는 mcp (Python)키워드로 관련 API를 검색한다.
입력: { query: "VM 생성" }
출력: 관련 API 엔드포인트 목록 + 간단한 설명특정 API의 상세 스펙을 조회한다.
입력: { service: "virtual-machine", endpoint: "/instances", method: "POST" }
출력: 파라미터, 요청/응답 바디, 인증 방식, 예제 코드서비스 전체 개요와 엔드포인트 목록을 조회한다.
입력: { service: "virtual-machine" }
출력: 서비스 설명, 엔드포인트 목록, 관련 서비스특정 작업의 전체 API 호출 흐름을 조회한다.
입력: { task: "VM 인스턴스 생성" }
출력: 순서대로 호출해야 할 API 목록 + 각 단계 설명카카오클라우드 API 인증 방법을 안내한다.
입력: {}
출력: 인증 방식, 토큰 발급 API, 코드 예제정적 참조 데이터를 Resource로 제공한다:
kakaocloud://services - 전체 서비스 목록kakaocloud://service/{name} - 서비스별 전체 API 스펙kakaocloud://auth - 인증 가이드kakaocloud-openapi-mcp/
src/
index.ts # MCP 서버 진입점
tools/
search.ts # search_kakaocloud_api 구현
detail.ts # get_api_detail 구현
overview.ts # get_service_overview 구현
workflow.ts # get_workflow 구현
auth.ts # get_auth_guide 구현
resources/
services.ts # Resource 핸들러
data/
services/ # 서비스별 API 스펙 JSON
workflows.json # 워크플로우 데이터
auth.json # 인증 정보
utils/
search.ts # 검색 유틸리티
package.json
tsconfig.json
README.md_workspace/01_api_research/에서 src/data/로)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.