ScienceON-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCIENCEON_API_KEY | Yes | Your ScienceON API key | |
| SCIENCEON_CLIENT_ID | Yes | Your ScienceON client ID | |
| SCIENCEON_MAC_ADDRESS | Yes | Your MAC address for ScienceON |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scienceon_papersC | KISTI ScienceON에서 논문을 검색합니다. |
| scienceon_paper_detailsA | CN번호로 논문 상세정보를 조회합니다. |
| scienceon_patentsA | KISTI ScienceON에서 특허를 검색합니다.
인용/피인용 특허는 별도 도구 |
| scienceon_patent_detailsA | CN번호로 특허 상세정보를 조회합니다.
인용/피인용 특허는 별도 도구 |
| scienceon_patent_citationsA | CN번호로 특허 인용/피인용 정보를 조회합니다. |
| scienceon_reportsB | KISTI ScienceON에서 R&D 보고서를 검색합니다. |
| scienceon_report_detailsA | CN번호로 R&D 보고서 상세정보를 조회합니다. |
| scienceon_news_trendsA | KISTI ScienceON에서 과학기술 동향 기사를 검색합니다. 국내외 과학기술 뉴스/기사 모음 (해외과학기술동향, 정보서비스 글로벌동향 등). |
| scienceon_news_trend_detailsA | CN번호로 과학기술 동향 기사 상세정보를 조회합니다. |
| scienceon_scentsA | KISTI ScienceON에서 과학향기 칼럼을 검색합니다. 2003년부터 현재까지 과학기술 전 분야를 다루는 전문 칼럼 서비스입니다. ※ 과학향기 API는 발행연도(year)로만 검색 가능합니다. |
| scienceon_scent_detailsA | CN번호로 과학향기 칼럼 상세정보 및 본문을 조회합니다. |
| scienceon_researchersB | KISTI ScienceON에서 연구자를 검색합니다. |
| scienceon_researcher_detailsA | CN번호로 연구자 상세정보를 조회합니다. |
| scienceon_organizationsA | KISTI ScienceON에서 연구기관을 검색합니다. ※ 한글 기관명으로 검색하세요. (예: "한국과학기술정보연구원") |
| scienceon_organization_detailsA | CN번호로 연구기관 상세정보를 조회합니다. |
| scienceon_tech_trendsA | KISTI ScienceON에서 기술트렌드 토픽을 검색합니다. 특정 기술 키워드/토픽 중심의 트렌드 분석 서비스입니다. (예: "디지털 트윈", "메타버스", "양자컴퓨팅" 등 신기술 개념 정의 및 연관 콘텐츠 제공) |
| scienceon_weekly_newsB | 금주의 과학기술뉴스를 조회합니다. 주차별로 신뢰성 높은 국내외 과학기술뉴스를 제공합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 17 tools
Most tools follow a clear search/detail pairing per entity type, making purposes distinct. The only slight ambiguity is between scienceon_news_trends and scienceon_weekly_news, but descriptions clarify one is a searchable archive and the other is a curated weekly digest.
All tools share the scienceon_ prefix and use snake_case. Search tools are named by entity (e.g., scienceon_papers), detail tools append _details, and special tools like scienceon_patent_citations and scienceon_weekly_news are descriptive without breaking the convention.
At 17 tools, this exceeds the typical 3-15 range, but the broad scope (papers, patents, reports, researchers, organizations, etc.) justifies the number. Each tool has a clear role, so the count feels reasonable rather than bloated.
The server covers search and detail for most major content types, plus patent citations and weekly news. Minor gaps exist: tech trends lack a detail tool, weekly news has no separate detail view, and paper citations are not offered. These are workable but not fully complete.