IACR Cryptology ePrint Archive

by doomdagadiggiedahdah

2 stars
351 downloads
Not rated
GitHub

About

Bridges AI models with the IACR Cryptology ePrint Archive, enabling efficient extraction and analysis of cryptographic research papers.

Details

Author
doomdagadiggiedahdah
Repository
doomdagadiggiedahdah/iacr-mcp-server
GitHub stars
2
Downloads
351
License
MIT License
Categories
Productivity, Developer Tools, Design, AI, Search, API, Other
Tags
#web, #visualization

- 🔍 Search cryptographic papers
- 📋 Retrieve paper metadata
- 🔒 Secure access to research publications

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name IACR Cryptology ePrint Archive
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

To install IACR Cryptology ePrint Archive for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install iacr-mcp-server --client claude
git clone https://github.com/yourusername/iacr-mcp-server.git
cd iacr-mcp-server
npm install

search_papers

Search for papers. Parameters: query (string, required), year (optional string), max_results (optional integer, default: 20)

get_paper_details

Retrieve details for a specific paper. Parameters: paper_id (string, required)

1. search_papers: Search for papers
- Parameters:
- query: Search term (required)
- year: Publication year (optional)
- max_results: Maximum number of results (default: 20)

2. get_paper_details: Retrieve details for a specific paper
- Parameters:
- paper_id: Unique paper identifier (required)

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "iacr cryptology eprint archive": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

IACR Cryptology ePrint Archive MCP Server

smithery badge

Overview

This Model Context Protocol (MCP) server provides a programmatic interface to the IACR Cryptology ePrint Archive, enabling efficient retrieval of cryptographic research papers.

<a href="https://glama.ai/mcp/servers/e2oh3a96de">IACR Server MCP server</a>

Features

- 🔍 Search cryptographic papers
- 📋 Retrieve paper metadata
- 🔒 Secure access to research publications

Prerequisites

- Node.js (v16+)
- npm or yarn

Installation

Installing via Smithery

To install IACR Cryptology ePrint Archive for Claude Desktop automatically via Smithery:

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

Configuration

No additional configuration is required. The server uses the IACR ePrint Archive's RSS feed for data retrieval.

Usage

Available Tools

1. search_papers: Search for papers
- Parameters:
- query: Search term (required)
- year: Publication year (optional)
- max_results: Maximum number of results (default: 20)

2. get_paper_details: Retrieve details for a specific paper
- Parameters:
- paper_id: Unique paper identifier (required)

Contributing

1. Fork the repository
2. Create a feature branch
3. Commit your changes
4. Push to the branch
5. Create a Pull Request

Disclaimer

This is an unofficial tool. Always refer to the original IACR Cryptology ePrint Archive for the most accurate and up-to-date research publications.

Contact

For issues, questions, or suggestions, please open a GitHub issue.

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.