streamable-httpupdated 1mo ago
한국일보( )의 공개 홈페이지 데이터를 메타데이터 중심으로 제공하는 MCP(Model Context Protocol) 서버입니다.
What can you do with 한국일보 뉴스 (Hankookilbo)?
English [한국어]
한국일보 MCP
한국일보(https://www.hankookilbo.com)의 공개 홈페이지 데이터를 메타데이터 중심으로 제공하는 MCP(Model Context Protocol) 서버입니다.
- 제목, 발행일자, 분야, 기자 정보, 원문 링크 및 본문 일부를 제공합니다.
할 수 있는 것
- 오늘의 주요 뉴스·지금 볼만한 뉴스·많이 본 뉴스·최신 기사 목록 조회
- 분야(섹션)별 추천 기사, 섹션 목록 조회
- 자연어 질의로 관련 기사 검색(AI)
- 오늘의 운세·MBTI 운세
전체 도구 목록과 입출력은 docs/tools.md를 참고하세요.
연결
MCP 서버 엔드포인트 (streamable HTTP · 인증 없음):
https://mcp.hankookilbo.com/mcp
- 표준 MCP 클라이언트에 위 URL을 그대로 등록하면 됩니다.
- 플랫폼별 상세 등록 방법은
docs/connect.md를 참고하세요.
출력 정책 (본문 비재배포)
제공 — 메타데이터만:
- 기사 제목 · 한국일보 원문 URL · 썸네일 URL
- 발행일 · 분야(섹션) · 기자/바이라인
- 기사 구분(일반/단독/속보) · 원문 접근성(공개/로그인 필요)
- 본문 일부 - 일부 도구에만 포함
미제공:
- 기사 본문 전문
- AI 생성 답변·요약 전문(
search_news) - 운세 내용 (운세 도구는 제목·발행일·링크만)
Install
Add 한국일보 뉴스 (Hankookilbo) to your client. Pick the one you use.
claude mcp add --transport http hankookilbo https://mcp.hankookilbo.com/mcpcodex mcp add hankookilbo --url https://mcp.hankookilbo.com/mcp{
"mcpServers": {
"hankookilbo": {
"url": "https://mcp.hankookilbo.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hankookilbo": {
"type": "http",
"url": "https://mcp.hankookilbo.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hankookilbo": {
"url": "https://mcp.hankookilbo.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hankookilbo": {
"serverUrl": "https://mcp.hankookilbo.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation10/25
- Maintenance16/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jul 28, 2026 |
| 1.0.0 | Jul 28, 2026 |