remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides specialized filtering capabilities to find and access open access scientific publications, including functions to retrieve the latest open access papers and obtain free full-text links.
Enables searching the PubMed database for research articles, accessing article details including abstracts, filtering for open access content, and retrieving free full-text links where available.
PubMed MCP 서버
오픈 액세스 콘텐츠에 초점을 맞춰 PubMed 데이터에 액세스하기 위한 MCP 서버 구현입니다.
특징
- PubMed 데이터베이스에서 연구 기사 검색
- 오픈 액세스 콘텐츠 필터링
- 초록을 포함한 자세한 기사 정보를 얻으세요
- 사용 가능한 경우 무료 전체 텍스트 링크를 찾으세요
- API 규정 준수를 위한 내장 속도 제한
설치
지엑스피1
용법
API 참조
검색(옵션)
지정된 기준으로 기사를 검색합니다
query
: 검색어maxResults
: 최대 결과 수 (기본값: 10)sort
: 정렬 순서('관련성' 또는 '날짜')filterOpenAccess
: 오픈 액세스 콘텐츠를 필터링할지 여부(기본값: true)
getLatestOpenAccess(옵션)
최근 오픈 액세스 논문 받기
topic
: 주제 검색days
: 되돌아볼 일수 (기본값: 30)maxResults
: 최대 결과 수 (기본값: 10)
getOpenAccessLinks(pmid)
기사에 대한 무료 전체 텍스트 링크를 받으세요
pmid
: 해당 기사의 PubMed ID
속도 제한
서버는 NCBI의 가이드라인(초당 최대 3개 요청)을 준수하기 위해 자동 속도 제한을 구현합니다.
특허
MIT
mcp-pubmed-server
This server cannot be installed
PubMed에서 연구 기사를 검색하고 불러올 수 있는 MCP 서버 구현으로, 특히 오픈 액세스 콘텐츠 필터링과 전체 텍스트 링크 검색에 중점을 두고 있습니다.