KoreanSkinpedia MCP
Enables publishing of medical content (articles, procedures, clinics) to a Korean skincare platform via a publishing API, requiring API URL and API key for authentication.
README
KoreanSkinpedia MCP
발행 API 클라이언트 MCP 서버. 프로젝트 외부 사용자가 Claude Code에서 이 MCP를 추가하고 API 키로 콘텐츠를 발행. 실제 검증/저장은 발행 API(api/)가 수행.
도구
| 도구 | 설명 |
|---|---|
create_article |
아티클 발행(API /publish/article) |
create_procedure |
시술 발행(API /publish/procedure) |
upsert_clinic |
클리닉 생성/수정(API /publish/clinic) |
health |
발행 API 상태 |
의료 콘텐츠(article/procedure)는 reviewer+sources(최소 1)+medicallyReviewedAt가 필수. API가 Zod로 검증해 거부.
환경변수
| 변수 | 설명 |
|---|---|
KSP_API_URL |
발행 API 베이스 URL(필수). 예: https://<lambda-function-url>.lambda-url.ap-northeast-2.on.aws |
KSP_API_KEY |
API 키(Authorization: Bearer). API가 API_KEY 설정 시 필요. |
외부 사용자 추가(Claude Code)
claude mcp add koreanskinpedia -- npx ksp-mcp \
--env KSP_API_URL=https://<발행-API-URL> --env KSP_API_KEY=<키>
또는 .mcp.json(프로젝트 루트):
{
"mcpServers": {
"koreanskinpedia": {
"command": "node", "args": ["mcp/dist/server.js"],
"env": { "KSP_API_URL": "https://...", "KSP_API_KEY": "..." }
}
}
}
개발
cd mcp && npm install && npm run build
KSP_API_URL=http://localhost:8787 npm run smoke # api/ 가 로컬 실행 중일 때
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.