This MCP server provides a specialized interface for searching and retrieving scientific articles from bioRxiv, a popular preprint server for biological sciences. Built with Python using the FastMCP framework, it offers three main tools: keyword-based searching, advanced searching with multiple parameters (including author, date range, and section filters), and metadata retrieval using DOIs. The implementation handles asynchronous processing through asyncio and includes comprehensive error handling and logging, making it particularly useful for researchers, AI assistants, and applications that need programmatic access to the latest biological research preprints.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Search for articles on bioRxiv using keywords.
Perform an advanced search for articles on bioRxiv with multiple parameters.
Fetch metadata for a bioRxiv article using its DOI.