iacr
MCP server from doomdagadiggiedahdah/iacr-mcp-server
claude mcp add --transport stdio doomdagadiggiedahdah-iacr-mcp-server node server.js
How to use
The IACR Cryptology ePrint Archive MCP server provides programmatic access to search and retrieve metadata for cryptography research papers from the IACR ePrint Archive. Core tools exposed by the server include search_papers for querying papers by terms, year, and result limits, and get_paper_details for fetching detailed information about a specific paper by its identifier. You can interact with these tools through your MCP client, passing the required parameters to perform searches, filter results, and then enrich your workflow with full paper metadata such as titles, authors, abstracts, and publication dates. This server emphasizes secure, programmatic access to up-to-date research data via the RSS-based data source used by IACR.
How to install
Prerequisites:
- Node.js v16 or newer
- npm (or yarn) available in your environment
Install via Smithery (recommended for automated deployments):
npx -y @smithery/cli install iacr-mcp-server --client claude
Manual installation:
git clone https://github.com/yourusername/iacr-mcp-server.git
cd iacr-mcp-server
npm install
After installation, start the server using your preferred MCP runner configuration (see mcp_config).
Additional notes
Notes:
- The server uses the IACR ePrint Archive RSS feed as its data source; ensure network access to the archive is available.
- If you encounter rate limits or data delays, consider implementing caching on the client side and refreshing metadata at appropriate intervals.
- Typical environment variables are not required by default, but you can add them if you extend the server (e.g., to customize RSS feed endpoints or log levels).
- Available tools: search_papers (query, year, max_results) and get_paper_details (paper_id).
- This is presented as an unofficial interface; for the most accurate data, refer to the official IACR Cryptology ePrint Archive.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.