Skip to main content
Glama
jorgeguberte

ChinaRxiv MCP Server

by jorgeguberte

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHINARXIV_EMAILYesEmail sent in the X-API-Email header (required by upstream)
CHINARXIV_TIMEOUTNoTimeout in seconds for API requests (default: 30)30
CHINARXIV_BASE_URLNoBase URL of the ChinaRxiv API (default: https://chinarxiv.org)https://chinarxiv.org
CHINARXIV_USER_AGENTNoUser-Agent header value (default: mcp-chinarxiv/0.1)mcp-chinarxiv/0.1

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_papersC

Search and filter papers in the unified ChinaRxiv/RussiaRxiv corpus.

get_paper_detailB

Get ChinaRxiv paper metadata/details by paper ID.

get_paper_full_textA

Get full text for a ChinaRxiv paper by paper ID. Returns markdown when the API provides it.

get_paper_figuresC

Get figure metadata or extracted figures for a ChinaRxiv paper.

download_paper_pdfC

Download an English paper PDF, following the upstream redirect and returning file metadata.

list_subjectsC

List ChinaRxiv subjects.

list_publicationsC

List journals/publications with translated papers.

get_api_statsC

Get ChinaRxiv API statistics.

list_bulk_exportsA

List available ChinaRxiv bulk exports. The upstream API documents this as rate limited.

health_checkC

Check ChinaRxiv API health.

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/jorgeguberte/chinarxiv-mcp-server'

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