IACR ePrint Archive

by heewon-chung

Not rated
GitHub

About

Search and retrieve cryptographic research papers from the IACR Cryptology ePrint Archive.

Details

Author
heewon-chung
Categories
Search, Other

Setup

Install IACR ePrint Archive in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/heewon-chung/eprint-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

A Model Context Protocol (MCP) server that provides access to theIACR Cryptology ePrint Archive, enabling AI assistants to search and retrieve cryptographic research papers.

# 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 build

- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json

{ "mcpServers": { "eprint": { "command": "node", "args": ["/path/to/eprint-mcp-server/dist/index.js"] } } }

Restart Claude Desktopcompletely (⌘+Q then reopen)

Find papers about "zero knowledge proofs"
Show me the 10 most recent cryptography papers
git clone https://github.com/YOUR_USERNAME/eprint-mcp-server.git cd eprint-mcp-server npm install
# Development with hot reload npm run dev # Build for production npm run build # Run tests npm test # Type checking npm run type-check
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

- DEBUG: Set to1to enable debug logging
- MAX_RESULTS: Maximum number of search results (default: 100)

{ "mcpServers": { "eprint": { "command": "node", "args": ["./dist/index.js"], "env": { "DEBUG": "0", "MAX_RESULTS": "50" } } } }

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

This project is licensed under the MIT License - see theLICENSEfile for details.

- IACR Cryptology ePrint Archivefor providing open access to cryptographic research
-
Model Context Protocolfor the MCP framework
- The cryptographic research community

- 🐛Issues:GitHub Issues
- 💬Discussions:
GitHub Discussions
- 📧Email:
your.email@example.com

- ✨ Initial release
- 🔍 RSS-based search functionality
- 📄 Paper details retrieval
- 📰 Recent papers listing
- 🔗 Direct URL generation

Made with ❤️ for the cryptography research community

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Search and retrieve academic papers from arXiv based on keywords.

A flexible service for searching and analyzing academic papers on arXiv.

A server for searching academic papers and preprints on arXiv.org.

Search and access academic paper metadata from Crossref.

Search and cite exact passages across complete classical and world-literature corpora.

Anonymous, read-only, source-backed Buddhist scripture search, passage guidance, explanation, and one-time practice planning through four production MCP tools.

Search and retrieve articles from medRxiv, the preprint server for health sciences.

Search and access academic papers from Sci-Hub by DOI, title, or keyword.

Search and retrieve academic papers from the arXiv repository via its API.

Search and retrieve technical documentation for T&M, industrial automation, and power electronics. Covers everything from oscilloscopes, microcontrollers, vehicles, power supplies, and more from a wide range of manufacturers.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.