J

iacr-mcp-server

...
Created 1/15/2025bydoomdagadiggiedahdah

Language:

JavaScript

Stars:

2

Forks:

3

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.

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.

Last updated: 2/2/2025

Publisher info

doomdagadiggiedahdah's avatar

doomdagadiggiedahdah

https://www.youtube.com/watch?v=tAoME_aMm1w

San Fransisco
6
followers
3
following
50
repos

More MCP servers built with JavaScript

mcp-server-semgrep

MCP Server Semgrep is a [Model Context Protocol](https://modelcontextprotocol.io) compliant server that integrates the powerful Semgrep static analysis tool with AI assistants like Anthropic Claude. It enables advanced code analysis, security vulnerability detection, and code quality improvements directly through a conversational interface.

By Szowesgad9
protonmail-mcp

This MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline VSCode extension to send emails on your behalf using your Protonmail credentials.

By amotivv6
agentql-mcp

Model Context Protocol server that integrates AgentQL's data extraction capabilities.

By tinyfish-io45