scholarly_search
ActiveTool of Lens Org
declared in 0.1.0
Search Lens.org scholarly works (academic papers, preprints) by free-text or Lucene query (requires Bearer token); returns title, authors, journal, year, and DOI.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "quantum computing"
},
{
"size": 100,
"query": "author:\"Einstein\" title:relativity"
}
],
"required": [
"query"
],
"properties": {
"from": {
"type": "number"
},
"size": {
"type": "number"
},
"query": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lens Org
https://github.com/pipeworx-io/mcp-lens-org
1/7 registries