search_papers
ActiveTool of mcp-semanticscholar
declared in 0.1.0
Search 200M+ academic papers on Semantic Scholar by keyword. Returns titles, authors, year, venue, citation counts, DOI, and open-access PDF links. Optionally filter by year range and field of study. Keyless.
Parameters schema
{
"type": "object",
"examples": [
{
"year": "2023",
"limit": 10,
"query": "transformer attention mechanism"
},
{
"year": "2020-2024",
"limit": 20,
"query": "CRISPR gene editing"
}
],
"required": [
"query"
],
"properties": {
"year": {
"type": "string",
"description": "Filter by publication year or range, e.g. \"2023\" or \"2020-2024\"."
},
"limit": {
"type": "number",
"description": "Max results to return (default 10, max 25)."
},
"query": {
"type": "string",
"description": "Search query, e.g. \"transformer attention mechanism\" or \"CRISPR gene editing\"."
},
"fields_of_study": {
"type": "string",
"description": "Filter by field of study, e.g. \"Computer Science\", \"Medicine\", \"Biology\", \"Physics\"."
}
}
}Parent server
mcp-semanticscholar
https://github.com/pipeworx-io/mcp-semanticscholar
2/7 registries