返回市场
iacr-MCP服务器

iacr-MCP服务器

作者:doomdagadiggiedahdah2 星标更新:2025-05-16

项目介绍

【技术文档摘要】: MseeP.ai 安全评估徽章

IACR 密码学ePrint档案MCP服务器

smithery 徽章

概述

此模型上下文协议(MCP)服务器提供了对IACR密码学ePrint档案的编程接口,使加密研究论文的高效检索成为可能。

<a href="https://glama.ai/mcp/servers/e2oh3a96de"><img width="380" height="200" src="https://gips1.baidu.com/it/u=4046040175,1696405231&fm=3081&app=3081&f=PNG?w=760&h=400" alt="IACR服务器MCP服务器" /></a>

特性

  • 🔍 搜索加密论文
  • 📋 获取论文元数据
  • 🔒 对研究出版物的安全访问

预备条件

  • Node.js (v16+)
  • npm 或 yarn

安装

通过Smithery安装

要通过Smithery自动安装IACR密码学ePrint档案到Claude桌面:

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

配置

无需额外配置。该服务器使用IACR ePrint档案的RSS源进行数据检索。

使用

可用工具

  1. search_papers: 搜索论文

    • 参数:
      • query: 搜索词(必需)
      • year: 发表年份(可选)
      • max_results: 结果的最大数量(默认:20)
  2. get_paper_details: 获取特定论文的详细信息

    • 参数:
      • paper_id: 唯一论文标识符(必需)

贡献

  1. 分叉仓库
  2. 创建功能分支
  3. 提交更改
  4. 推送到分支
  5. 创建拉取请求

免责声明

这是一个非官方工具。始终参考原始的IACR密码学ePrint档案以获取最准确和最新的研究成果。

联系方式

对于问题、疑问或建议,请在GitHub上打开一个issue。