Skip to main content
Glama
rubato103

scienceon-mcp

by rubato103

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SCIENCEON_AUTH_KEYYesYour 32-character ScienceOn authentication key
SCIENCEON_CLIENT_IDYesYour ScienceOn client ID
SCIENCEON_ACCOUNT_IDYesYour ScienceOn account ID
SCIENCEON_MAC_ADDRESSYesYour registered MAC address (format AA-BB-CC-DD-EE-FF)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scienceon_statusA

ScienceOn 연결/토큰 상태 점검. 실패 시 원인 힌트와 현재 공인 IP 를 반환.

scienceon_searchA

ScienceOn 문헌 검색.

query: 단일 검색어 / queries: 여러 검색어(개별검색 후 CN 합집합) — 둘 중 하나 target: ARTI(논문)·REPORT(보고서)·ATT(동향)·RESEARCHER·ORGAN field: BI(전체)·TI(제목)·AB(초록)·AU(저자)·KW(키워드). 와일드카드 * 사용 가능(예: 느린*). year_from~year_to: 발행연도(범위는 PY 틸드). rows: 반환 건수(최대 100). contains: 원본 전체필드에 이 문자열(들) 포함 결과만(대소문자 무시 후처리 필터). lang: 허용 언어(예: ["한국어"]) — 국내(국문) 한정 등.

scienceon_detailB

제어번호(CN)로 상세 서지·초록 조회.

scienceon_exportA

검색 결과를 대량 수집해 파일로 저장(xlsx/csv/json/sqlite). 저장 경로 반환.

queries=[...] 여러 용어 개별검색 후 CN 합집합. contains=[...] 후처리 필터, lang=["한국어"] 국내한정. out_dir 미지정 시 사용자 홈의 scienceon-output/ 에 저장(MCP는 임의 cwd에서 기동).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/scienceon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server