search_papers
ActiveTool of Unpaywall
declared in 0.1.0
Keyword search across Unpaywall's coverage of scholarly papers. Optionally restrict to OA-only. Returns up to 50 results per page.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "machine learning climate change"
},
{
"page": 1,
"is_oa": true,
"query": "CRISPR gene therapy"
}
],
"required": [
"query"
],
"properties": {
"page": {
"type": "number",
"description": "1-based page (default 1)"
},
"is_oa": {
"type": "boolean",
"description": "Restrict to open-access papers"
},
"query": {
"type": "string",
"description": "Search term"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Unpaywall
https://github.com/pipeworx-io/mcp-unpaywall
1/7 registries