medRxiv Research
Summary
This MCP server provides a specialized interface for searching and retrieving medical research articles from medRxiv, a preprint server for health sciences. Built with Python using the FastMCP framework, it offers three main tools: keyword-based article 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 AI assistants and researchers needing to access up-to-date medical research without leaving their workflow.
Available Actions(3)
search_medrxiv_key_words
Search for articles on medRxiv using key words. Parameters: key_words (str): Search query string, num_results (int, optional): Number of results to return (default: 10)
search_medrxiv_advanced
Perform an advanced search for articles on medRxiv. Parameters: term (str, optional), title (str, optional), author1 (str, optional), author2 (str, optional), abstract_title (str, optional), text_abstract_title (str, optional), section (str, optional), start_date (str, optional), end_date (str, optional), num_results (int, optional): Number of results to return (default: 10)
get_medrxiv_metadata
Fetch metadata for a medRxiv article using its DOI. Parameters: doi (str): DOI of the article
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください