Skip to main content
Glama
telagod

PaperMCP

by telagod

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WOS_API_KEYNoAPI key for Web of Science (requires institutional subscription).
CORE_API_KEYNoAPI key for CORE (free).
PLUGIN_LIBGENNoSet to 'true' to enable LibGen plugin (disabled by default).
PLUGIN_SCI_HUBNoSet to 'true' to enable Sci-Hub plugin (disabled by default).
SCOPUS_API_KEYNoAPI key for Scopus (requires institutional subscription).
UNPAYWALL_EMAILNoEmail required for Unpaywall plugin when PLUGIN_UNPAYWALL=true.
ELSEVIER_API_KEYNoAPI key required for ScienceDirect plugin when PLUGIN_SCIENCE_DIRECT=true.
PLUGIN_OA_BUTTONNoSet to 'true' to enable Open Access Button plugin (disabled by default).
PLUGIN_UNPAYWALLNoSet to 'true' to enable Unpaywall plugin (disabled by default). Requires UNPAYWALL_EMAIL.
OA_BUTTON_API_KEYNoOptional API key for Open Access Button plugin.
PLUGIN_IEEE_XPLORENoSet to 'true' to enable IEEE Xplore plugin (disabled by default).
PLUGIN_SPRINGER_LINKNoSet to 'true' to enable Springer Link plugin (disabled by default).
PLUGIN_SCIENCE_DIRECTNoSet to 'true' to enable ScienceDirect plugin (disabled by default). Requires ELSEVIER_API_KEY.
SEMANTIC_SCHOLAR_API_KEYNoOptional API key for Semantic Scholar to increase rate limits.

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
recommend_platformsA

根据查询意图和学科领域推荐最合适的学术搜索平台。返回按优先级排序的平台列表及其特点。

search_papersB

在指定平台搜索学术论文。使用 recommend_platforms 工具获取推荐平台。

download_paperC

从指定平台下载论文PDF文件

read_paperB

读取指定平台论文的PDF文本内容

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct role in the workflow: recommend_platforms suggests sources, search_papers finds papers, download_paper retrieves files, and read_paper extracts content. There is no overlap or confusion between these tools.

Naming Consistency5/5

All tool names follow the verb_noun pattern with consistent snake_case formatting (recommend_platforms, search_papers, download_paper, read_paper). The naming is uniform and predictable.

Tool Count5/5

With only 4 tools, the set is tightly scoped and each tool addresses a necessary step in the paper search and reading pipeline. This is an appropriate size for the server's purpose.

Completeness5/5

The tool set covers the complete workflow from platform recommendation, to search, download, and reading. There are no obvious gaps in the core functionality a user would expect from a paper management server.

Maintenance

ActivityInactive
ResponsivenessUnresponsive