MCPServers
medRxiv Research - MCP server logo

medRxiv Research

2
0

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

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ