Skip to main content
Glama

arXiv Research Assistant MCP Server

by daheepk

scrape_recent_category_papers

Retrieve the latest arXiv papers from a specified category by scraping the 'recent' page, enabling quick access to up-to-date research content.

Instructions

[크롤링] 특정 카테고리의 'recent' 페이지를 스크랩하여 최신 논문 목록을 가져옵니다.

Input Schema

NameRequiredDescriptionDefault
categoryYes
max_resultsNo

Input Schema (JSON Schema)

{ "properties": { "category": { "title": "Category", "type": "string" }, "max_results": { "default": 10, "title": "Max Results", "type": "integer" } }, "required": [ "category" ], "title": "scrape_recent_category_papersArguments", "type": "object" }
Install Server

Other Tools from arXiv Research Assistant MCP Server

Related Tools

    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/daheepk/arxiv-mcp-server'

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