arxiv-latex-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| logging | {} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_paper_promptA | Recommended default: fetch the full LaTeX source of an arXiv paper for precise interpretation of mathematical expressions. |
| get_paper_abstractA | Get just the abstract of an arXiv paper. Use this for a quick preview when the user hasn't read the paper yet, not when they provide an arXiv ID to discuss a paper. |
| list_paper_sectionsA | List section headings of an arXiv paper. Useful when the full paper is too long for context and you need to identify which sections to fetch individually. |
| get_paper_sectionA | Get a specific section of an arXiv paper by section path. Use when the full paper is too long for context or the user wants to focus on a particular section. Use list_paper_sections first to find available paths. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: abstract retrieval, full LaTeX source, specific section, and section listing. No overlap in functionality.
All tools follow a consistent verb_noun pattern using snake_case, with verbs 'get' and 'list' appropriately distinguishing retrieval types.
Four tools is well-scoped for the domain of fetching arXiv paper content, covering key operations without unnecessary bloat.
The set covers core paper retrieval tasks (abstract, full source, sections), but lacks a search tool or metadata-only retrieval, which are minor gaps.