Skip to main content
Glama
Dianel555

Paper Search MCP

by Dianel555

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WOS_API_KEYNoYour Web of Science API key from Clarivate Developer Portal (required for Web of Science platform)
PUBMED_API_KEYNoYour NCBI PubMed API key (optional, increases rate limits from 3 to 10 requests/second)
WILEY_TDM_TOKENNoYour Wiley TDM token (required for Wiley platform)
WOS_API_VERSIONNoWeb of Science API version (v1 or v2). Default is v1.v1
ELSEVIER_API_KEYNoYour Elsevier API key (required for ScienceDirect and Scopus platforms)
SPRINGER_API_KEYNoYour Springer Nature API key for Metadata API v2 (required for Springer platform)
SEMANTIC_SCHOLAR_API_KEYNoYour Semantic Scholar API key (optional, increases rate limits)
SPRINGER_OPENACCESS_API_KEYNoYour Springer Nature OpenAccess API key (optional, if different from main SPRINGER_API_KEY)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_papersC

Search academic papers from multiple sources including arXiv, Web of Science, etc.

search_arxivC

Search academic papers specifically from arXiv preprint server

search_webofscienceC

Search academic papers from Web of Science database

search_pubmedC

Search biomedical literature from PubMed/MEDLINE database using NCBI E-utilities API

search_biorxivB

Search bioRxiv preprint server for biology papers

search_medrxivC

Search medRxiv preprint server for medical papers

search_semantic_scholarC

Search Semantic Scholar for academic papers with citation data

search_iacrC

Search IACR ePrint Archive for cryptography papers

download_paperC

Download PDF file of an academic paper

search_google_scholarC

Search Google Scholar for academic papers using web scraping

get_paper_by_doiC

Retrieve paper information using DOI from available platforms

search_scihubA

Search and download papers from Sci-Hub using DOI or paper URL. Automatically detects and uses the fastest available mirror.

check_scihub_mirrorsC

Check the health status of all Sci-Hub mirror sites

get_platform_statusC

Check the status and capabilities of available academic platforms

search_sciencedirectC

Search academic papers from Elsevier ScienceDirect database (requires API key)

search_springerA

Search academic papers from Springer Nature database. Uses Metadata API by default (all content) or OpenAccess API when openAccess=true (full text available). Same API key works for both.

search_wileyA

DEPRECATED: Wiley TDM API does not support keyword search. Use search_crossref to find Wiley articles, then use download_paper with platform="wiley" to download PDFs by DOI.

search_scopusC

Search the Scopus abstract and citation database (requires Elsevier API key)

search_crossrefC

Search academic papers from Crossref database. Free API with extensive scholarly metadata coverage across publishers.

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/Dianel555/paper-search-mcp-nodejs'

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