Skip to main content
Glama
chan4kum

ArXivLens MCP

by chan4kum

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub token to increase API rate limits (optional, default no token)

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_arxivB

Search papers on arXiv in real time.

get_paper_detailsA

Retrieve full metadata and abstract for a specific arXiv ID.

find_code_repositoriesA

Discover open-source GitHub repositories implementing or referencing an arXiv paper.

generate_research_briefB

Synthesize an executive research brief for a paper, including problem statement, methodology, key findings, and matching code.

Prompts

Interactive templates invoked by user choice

NameDescription
literature_reviewSystematic literature review prompt template guiding an LLM to scout papers and synthesize findings.
paper_critiqueCritical evaluation prompt guiding an LLM to assess methodology, rigor, and limitations of a paper.
reproducibility_auditReproducibility and open-science audit prompt for an academic paper.

Resources

Contextual data attached and managed by the client

NameDescription
get_categories_resourceList of all supported academic research categories and domains.

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct stage of the research workflow: searching, retrieving metadata, finding code, and generating a synthesis. There is no meaningful overlap between tool purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with clear, descriptive verbs: search, get, find, generate. The naming convention is uniform throughout.

Tool Count5/5

Four tools is well-scoped for an arXiv research assistant: search, detail retrieval, code discovery, and brief generation. Each tool earns its place and the set is neither bloated nor too thin.

Completeness5/5

The surface covers the full research journey from discovery to synthesis, including practical follow-up like finding code repositories. No obvious dead ends or missing lifecycle steps are apparent for this domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues