kci-openapi-mcp
This server provides MCP tools to search, retrieve, harvest, and collect Korean academic literature and citation data from the Korea Citation Index (KCI) using both the authenticated REST Open API and the unauthenticated OAI-PMH protocol, with options to save data to various file formats.
Check server status (
kci_status) — verify connectivity and REST API key availability.Search articles (
kci_search) — search papers by title (required), with optional filters (author, journal, keyword, abstract, DOI, date range); requiresKCI_API_KEY.Get article details (
kci_detail) — retrieve full details (abstract, keywords, authors, affiliations) for a specific paper via its KCI Control Number (e.g.,ART003047608); requiresKCI_API_KEY.Collect references (
kci_references) — obtain reference lists for papers matching a title search; requiresKCI_API_KEY.Query journal citation data (
kci_journal_citation) — access journal metrics, impact factors, JCR history, and listing information by year or journal ID; requiresKCI_API_KEY.Bulk harvest via OAI-PMH (
kci_harvest) — large-scale harvesting without an API key, filtering by set (articles, conference proceedings, journals), date range, metadata prefix, and optional local keyword filtering.Flexible collection (
kci_collect) — automatically selects REST or OAI-PMH based on API key availability and parameters, then saves results to XLSX, CSV, JSON, or SQLite files.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kci-openapi-mcpsearch for papers on 'deep learning'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kci-openapi-mcp
한국연구재단(NRF) KCI(Korea Citation Index) 문헌·인용지수 검색·수집 MCP 서버 + CLI. REST Open API(키워드 검색)와 OAI-PMH(무인증 대량 수확)를 혼용한다. 자매 프로젝트 scienceon-mcp(KISTI ScienceON)와 동일 아키텍처.
무엇을 하나
논문 검색·상세 (서지 · 국문/영문 초록 · 키워드 · 저자/소속)
OAI-PMH 대량 수확 (인증키 불필요 — 세트+날짜범위)
참고문헌 원형 수집 · 저널 인용지수/등재이력 (REST 전용)
대량 수집 → xlsx / csv / json / sqlite
Related MCP server: KISTI-MCP
두 인터페이스
REST Open API | OAI-PMH | |
엔드포인트 |
|
|
인증 |
| 불필요 |
질의 | 키워드 검색(title 필수) | 세트+날짜 대량 수확 |
인용지수·참고문헌 | ✅ | ❌ |
규격: docs/KCI_API_GUIDE.md · docs/KCI_OAI_PMH_GUIDE.md · 설계: docs/ARCHITECTURE.md |
현재 상태
✅ 구현·REST/OAI 라이브 검증 완료 · pytest 24 + MCP 프로토콜 스모크 · 도구 annotations
✅ 공식 MCP 레지스트리 발행됨:
io.github.rubato103/kci-openapi-mcp(registry.modelcontextprotocol.io 검색 가능)✅ Claude Desktop 자체완결
.mcpb(win/mac/linux, Python·uv 불필요) + Claude Code.mcp.json⚠️
mcpSDK는 1.x 고정(mcp>=1.2.0,<2) — 2.0 에서mcp.server.fastmcp가 제거되어 상한 없이는 기동 실패
MCP 클라이언트에 등록
Claude Code
프로젝트 루트의 .mcp.json 이 자동 인식된다(키는 환경변수로 주입):
export KCI_API_KEY=<발급키> # 선택 — 없으면 OAI 무인증 도구만 동작
# 또는 어디서나:
claude mcp add kci --env KCI_API_KEY=$KCI_API_KEY -- uvx --from git+https://github.com/rubato103/KCI_openAPI kci-mcpClaude Desktop
(권장) 자체완결 .mcpb — Python·uv 불필요, 더블클릭 설치:
릴리스에서 OS에 맞는 파일 다운로드 →
더블클릭(또는 Settings → Extensions → Install) → KCI_API_KEY 입력(선택).
Windows:
kci-openapi-mcp-win-x64.mcpb/ macOS:…-macos-arm64.mcpb/ Linux:…-linux-x64.mcpb
(경량) kci-openapi-mcp.mcpb — 크기 작지만 실행에 uv 필요(uvx --from git+…).
(수동 config) %APPDATA%/Claude/claude_desktop_config.json:
{ "mcpServers": { "kci": {
"command": "uvx",
"args": ["--from", "git+https://github.com/rubato103/KCI_openAPI", "kci-mcp"],
"env": { "KCI_API_KEY": "<발급키 또는 비움>", "KCI_OS_TRUST": "1" }
} } }uvx (저장소에서 직접 실행)
uvx --from git+https://github.com/rubato103/KCI_openAPI kci-mcp # MCP 서버(stdio)PyPI에는 게시하지 않음 — 레지스트리 배포는
.mcpb(GitHub Release) 방식.
CLI (로컬 개발)
uv sync # venv는 UV_PROJECT_ENVIRONMENT 로 클라우드 폴더 밖 권장
kci identify # OAI 무인증 — 키 없이 즉시
kci harvest --set ARTI --from 2024-01-01 --until 2024-12-31 --contains 학부모 --max 500
kci search --title 경계선지능 --rows 20 # REST(인증키 필요)
kci collect --config config/borderline_slow.yamlMCP 도구 (7종)
kci_status · kci_search · kci_detail · kci_references · kci_journal_citation · kci_harvest · kci_collect
kci_collect 은 요청 성격·키 유무로 REST↔OAI 자동 선택.
상세 조회 인자는
arti_id(KCI Control Number, 예:ART003047608).알아둘 두 가지 (실측 확인)
articleSearch는keyword=로 검색은 되지만 응답에 키워드·ISSN·UCI 를 싣지 않는다. 검색 결과의 빈keywords는 '키워드 없는 논문'이 아니다 — 필요하면kci_detail로 건별 보강.
kci_collect의 REST 경로는 각 검색어를 제목축·키워드축 두 번 조회해 합집합한다. 결과는 '제목검색 결과'가 아니라 제목∪키워드다.meta.axes에 축별total이 담기고,max_records상한에 걸리면truncated: true와 경고 문구가 함께 온다.
자격증명 / 네트워크
KCI_API_KEY(open.kci.go.kr 발급) →.env(gitignore) 또는 OS 환경변수. 커밋·로그 금지. OAI는 키 불필요.KCI 방화벽은 User-Agent 필터를 건다(
curl기본 UA는 400 차단 안내페이지). 본 서버는requests로 호출하므로 정상.교육망/사내망 SSL 인터셉션은
truststore로 OS 신뢰저장소를 사용해 통과(검증 유지).KCI_OS_TRUST=0로 비활성.
라이선스
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables Claude to search and analyze Korean academic papers using the Korea Citation Index (KCI) Open API. Supports paper search, detailed metadata retrieval, reference analysis, author and keyword searches, and citation index queries.1
- Alicense-qualityAmaintenanceIntegrates with KISTI's ScienceON, NTIS, and DataON APIs to search and retrieve scientific papers, patents, reports, national R\&D projects, and research data.13Creative Commons Attribution Non Commercial 4.0 International
- AlicenseAqualityAmaintenanceEnables searching and collecting academic literature metadata from KISTI ScienceOn via Claude or CLI, supporting various document types and export formats.4MIT
- FlicenseAqualityCmaintenanceEnables querying the Korea Citation Index (KCI) Open API to search reference lists, retrieve journal citation indices, and view citation detail history for Korean academic journals.5
Related MCP Connectors
Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.
Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics…
OpenCitations COCI — open-license citation index by DOI
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rubato103/KCI_openAPI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server