Skip to main content
Glama
heewon-chung

eprint-mcp-server

by heewon-chung

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoSet to '1' to enable debug logging.0
MAX_RESULTSNoMaximum number of search results.100

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_papersB

Search for papers in the IACR ePrint Archive

get_paperB

Get detailed information about a specific paper by ID

get_recent_papersB

Get the most recently published papers

download_paperC

Download a paper PDF (returns download information)

get_paper_urlB

Get direct URLs for a paper (web page and 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 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: searching, getting details, getting URLs, downloading, and listing recent papers. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores (e.g., download_paper, search_papers). The naming is uniform and predictable.

Tool Count5/5

With 5 tools, the server is well-scoped for its domain. It provides essential operations without being too few or overly numerous.

Completeness4/5

The tool set covers search, metadata retrieval, URL access, and download. Minor gap: lack of explicit filtering by author or category, but search likely supports parameters.

Maintenance

ActivityInactive
ResponsivenessNo issues