Skip to main content
Glama

Europe PMC Literature Search MCP Server

by gqy20

search_arxiv_papers

Search arXiv preprint papers using official API, filter by keywords and date range, retrieve detailed results including titles, authors, abstracts, and PDF links for research tracking in fields like computer science, physics, and mathematics.

Instructions

搜索arXiv文献数据库(基于arXiv官方API)

功能说明:

  • 基于arXiv官方API搜索预印本论文
  • 支持关键词搜索和日期范围过滤
  • 自动重试和错误恢复机制
  • 分页获取,支持大量结果检索

参数说明:

  • keyword: 必需,搜索关键词,支持复杂查询语法
  • email: 可选,联系邮箱,用于获得更好的API服务
  • start_date: 可选,开始日期,格式:YYYY-MM-DD
  • end_date: 可选,结束日期,格式:YYYY-MM-DD
  • max_results: 可选,最大返回结果数量,默认10,最大1000

返回值说明:

  • articles: arXiv文章列表
    • arxiv_id: arXiv标识符
    • title: 文章标题
    • authors: 作者列表
    • category: arXiv分类
    • publication_date: 发表日期
    • abstract: 摘要
    • arxiv_link: arXiv摘要页链接
    • pdf_link: PDF下载链接
  • total_count: 实际获取的文章数量
  • search_info: 搜索信息
  • message: 处理信息
  • error: 错误信息(如果有)

使用场景:

  • 预印本文献搜索
  • 最新研究发现
  • 计算机科学、物理学、数学等领域文献检索
  • 跟踪最新研究动态

技术特点:

  • 基于arXiv官方API
  • 支持复杂查询语法
  • 自动分页获取
  • 完整的错误处理
  • 支持日期范围过滤

Input Schema

NameRequiredDescriptionDefault
emailNo
end_dateNo
keywordYes
max_resultsNo
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Email" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "keyword": { "title": "Keyword", "type": "string" }, "max_results": { "default": 10, "title": "Max Results", "type": "integer" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "required": [ "keyword" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gqy20/article-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server