Paper Search
search_arxiv
Search academic papers from arXiv. 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_arxiv?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"title": "Query"
},
"max_results": {
"type": "integer",
"title": "Max Results",
"default": 10
}
}
}