← Discover MCPs and Agents
한
MCPAI & MLMCP Registry
한국일보 뉴스 (Hankookilbo)
Hankookilbo (Korean daily) news metadata: titles, dates, sections, bylines, links, and excerpts.
Links
README
From the repo.
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) - 운세 내용 (운세 도구는 제목·발행일·링크만)
Config for your environment
Use the endpoint URL below in your config. No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://mcp.hankookilbo.com/mcp"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.