eprint-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@eprint-mcp-serverFind papers about lattice-based cryptography"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
IACR ePrint Archive MCP Server
A Model Context Protocol (MCP) server that provides access to the IACR Cryptology ePrint Archive, enabling AI assistants to search and retrieve cryptographic research papers.
β¨ Features
π Smart Search: Search papers by title, abstract, author, or keywords (RSS-based filtering)
π Paper Details: Get comprehensive information about specific papers
π° Recent Papers: Retrieve the latest published papers from RSS feed
π Direct Links: Get web page and PDF URLs for papers
π Download Info: Get download information for paper PDFs
π Privacy Focused: No cookies, no tracking, respects ePrint Archive guidelines
Related MCP server: ArXiv MCP Server
π Quick Start
Installation
Option 1: Direct Installation
# Clone the repository
git clone https://github.com/YOUR_USERNAME/eprint-mcp-server.git
cd eprint-mcp-server
# Install dependencies and build
npm install
npm run buildOption 2: Using npx (Coming Soon)
npx eprint-mcp-serverClaude Desktop Setup
Find your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the server configuration:
{ "mcpServers": { "eprint": { "command": "node", "args": ["/path/to/eprint-mcp-server/dist/index.js"] } } }Restart Claude Desktop completely (β+Q then reopen)
π Usage Examples
Search Papers
Find papers about "zero knowledge proofs"Get Recent Papers
Show me the 10 most recent cryptography papersGet Paper Details
Tell me about paper 2025/123Find by Author
Find papers by Goldreich from 2024π οΈ Development
Prerequisites
Node.js 18.0.0 or higher
npm or yarn
Setup
git clone https://github.com/YOUR_USERNAME/eprint-mcp-server.git
cd eprint-mcp-server
npm installDevelopment Commands
# Development with hot reload
npm run dev
# Build for production
npm run build
# Run tests
npm test
# Type checking
npm run type-checkProject Structure
eprint-mcp-server/
βββ src/
β βββ index.ts # Main MCP server
β βββ eprintClient.ts # ePrint Archive API client
β βββ types.ts # TypeScript type definitions
βββ dist/ # Compiled JavaScript output
βββ tests/ # Test files
βββ package.json
βββ README.mdπ§ Configuration
Environment Variables
DEBUG: Set to1to enable debug loggingMAX_RESULTS: Maximum number of search results (default: 100)
MCP Server Options
{
"mcpServers": {
"eprint": {
"command": "node",
"args": ["./dist/index.js"],
"env": {
"DEBUG": "0",
"MAX_RESULTS": "50"
}
}
}
}π Available Tools
Tool | Description | Parameters |
| Search for papers |
|
| Get paper details |
|
| Get recent papers |
|
| Get download info |
|
| Get paper URLs |
|
π Search Limitations
Currently, the ePrint Archive's search API endpoint is not publicly available, so this server uses RSS feed filtering for search functionality. This means:
β Search works within recent papers (last ~100 papers from RSS)
β οΈ Historical search is limited
π We're working on implementing full search capabilities
π€ Contributing
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Acknowledgments
IACR Cryptology ePrint Archive for providing open access to cryptographic research
Model Context Protocol for the MCP framework
The cryptographic research community
π Support
π Issues: GitHub Issues
π¬ Discussions: GitHub Discussions
π§ Email: your.email@example.com
π Changelog
v1.0.0 (2025-06-25)
β¨ Initial release
π RSS-based search functionality
π Paper details retrieval
π° Recent papers listing
π Direct URL generation
Made with β€οΈ for the cryptography research community
Available Tools
5 toolsdownload_paperC
Download a paper PDF (returns download information)
| Name | Required | Description | Default |
|---|---|---|---|
| paperId | Yes | Paper ID in format YYYY/NNN (e.g., 2024/123) | |
| outputPath | No | Optional output file path (default: paperId.pdf) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It says 'returns download information' but does not disclose whether the tool triggers a download or returns a URL, or any side effects. Behavioral traits are unclear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, which is concise, but it lacks sufficient detail. It could be more informative without being verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, and the description does not explain the return format (URL, binary, or metadata). For a download tool, this is a significant gap. Given low complexity, the description should provide more context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% (both parameters described). The description does not add extra meaning beyond the parameter descriptions already in the schema. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Download a paper PDF', which specifies the verb and resource. It distinguishes from sibling tools like get_paper (metadata) and get_paper_url (just URL), but could be more precise about what 'returns download information' means.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives like get_paper_url. The description does not mention prerequisites, when not to use, or distinguish use cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_paperB
Get detailed information about a specific paper by ID
| Name | Required | Description | Default |
|---|---|---|---|
| paperId | Yes | Paper ID in format YYYY/NNN (e.g., 2024/123) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It merely says 'Get detailed information' without disclosing what information is returned (e.g., metadata, full text), auth requirements, rate limits, or side effects. This is insufficient for an agent to understand the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that gets straight to the point, with no wasted words. It could be slightly improved by adding sibling differentiation, but overall it is concise and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description is adequate but not complete. It lacks usage guidelines and behavioral transparency, which are needed for an agent to use it correctly alongside siblings. The schema covers parameter details well.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers 100% of parameters and includes a clear description of paperId format (YYYY/NNN). The tool description adds no additional parameter semantics beyond what the schema already provides, so it meets the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool fetches 'detailed information about a specific paper by ID', specifying the verb (Get), resource (paper), and identifier (ID). This effectively distinguishes it from sibling tools like download_paper, get_paper_url, get_recent_papers, and search_papers, which have different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like search_papers or download_paper. It lacks any statements about prerequisites, context, or exclusions, leaving the agent without decision support.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_paper_urlB
Get direct URLs for a paper (web page and PDF)
| Name | Required | Description | Default |
|---|---|---|---|
| paperId | Yes | Paper ID in format YYYY/NNN (e.g., 2024/123) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must carry burden. It does not disclose behavioral traits like read-only nature, URL expiry, authentication needs, or response format. Only states what it does without further context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with 9 words, no redundancy, front-loaded with purpose. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema and no annotations; description fails to explain return values (e.g., whether URLs are objects or strings, or if error handling is needed). Leaves agent guessing about the response structure.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema has one parameter (paperId) with full description and format. Schema coverage is 100%, so description adds no extra meaning beyond the schema, earning baseline 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states 'Get direct URLs for a paper (web page and PDF)', specifying verb 'get' and resource 'paper URLs'. It distinguishes from siblings like download_paper (which may fetch content) and get_paper (which likely returns metadata).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives like get_recent_papers or search_papers. Usage is implied only by the purpose, with no when-not-to-use or alternative recommendations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_recent_papersB
Get the most recently published papers
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent papers to return (default: 20, max: 100) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, and description only states 'most recently published papers'. Lacks details on read-only nature, pagination, sorting order, or any limitations. Minimal behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Extremely concise: single phrase. No unnecessary words, front-loaded with the action and resource. Efficient for an agent to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, no annotations, and only one parameter, the description leaves out critical context: what papers are, source, access restrictions, response format, or any ordering guarantee. Incomplete for a tool with minimal structured fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for the single parameter 'limit', with default and max already documented. Description adds no extra parameter meaning beyond 'recently published'. Baseline 3 applies as schema does the work.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states verb 'get' and resource 'most recently published papers'. It distinguishes from sibling tools like search_papers (search vs recent) and get_paper (specific vs list).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool vs alternatives. Implied for recent papers, but no when-not-to or mention of sibling tools like search_papers for filtered queries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_papersB
Search for papers in the IACR ePrint Archive
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for title, abstract, or keywords | |
| author | No | Filter by author name (optional) | |
| dateTo | No | End date filter in YYYY-MM-DD format (optional) | |
| sortBy | No | Sort results by relevance, date, or title (default: relevance) | relevance |
| category | No | Filter by category (optional) | |
| dateFrom | No | Start date filter in YYYY-MM-DD format (optional) | |
| maxResults | No | Maximum number of results to return (default: 20) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must convey behavior. It fails to mention pagination, rate limits, result format (metadata only?), or matching scope, leaving significant gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence with no wasted words, but it could be expanded with minimal cost to convey key details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema is provided, and the description does not explain the return format, limiting an agent's understanding of what to expect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the description adds no parameter meaning beyond the schema; baseline score is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Search' and the resource 'papers in the IACR ePrint Archive', which distinguishes it from sibling tools like download_paper and get_recent_papers.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives like get_recent_papers; usage is implied but not clarified.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
v1.0.0- First observed
download_paper - First observed
get_paper - First observed
get_paper_url - First observed
get_recent_papers - First observed
search_papers
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: searching, getting details, getting URLs, downloading, and listing recent papers. No overlap.
All tool names follow a consistent verb_noun pattern with underscores (e.g., download_paper, search_papers). The naming is uniform and predictable.
With 5 tools, the server is well-scoped for its domain. It provides essential operations without being too few or overly numerous.
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
Related MCP Connectors
Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accelβ¦
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs wheβ¦
Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semanticβ¦
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables programmatic access to the IACR Cryptology ePrint Archive, facilitating the search and retrieval of cryptographic research papers and metadata via a secure interface.33MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to search and access arXiv research papers through a simple Message Control Protocol interface, allowing for paper search, download, listing, and reading capabilities.47Apache 2.0
- AlicenseBqualityNot gradedmaintenanceEnables AI assistants to search and retrieve academic papers from arXiv through MCP tools, supporting search by various criteria, detailed paper information, category browsing, and PDF content extraction.480 npm2-
- AlicenseBqualityDmaintenanceEnables searching, retrieving, and parsing academic papers from arXiv, including keyword search, PDF downloads, content extraction from HTML/PDF formats, and accessing the latest AI research papers.46 npmMIT