Paper Search

search_biorxiv

Search academic papers from bioRxiv. Args: query: Search query string (e.g., 'machine learning'). max_results: Maximum number of papers to return (default: 10). Returns: List of paper metadata in dictionary format.

Remote adamamer20/paper-search-mcp-openai

Other tools also called search_biorxiv? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "title": "Query"
    },
    "max_results": {
      "type": "integer",
      "title": "Max Results",
      "default": 10
    }
  }
}