search
ActiveTool of Inspire Hep
declared in 0.1.0
Literature search.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "title higgs AND author maldacena"
},
{
"page": 1,
"size": 50,
"sort": "mostcited",
"query": "author einstein"
}
],
"required": [
"query"
],
"properties": {
"page": {
"type": "number",
"description": "1-based (default 1)"
},
"size": {
"type": "number",
"description": "1-250 (default 25)"
},
"sort": {
"type": "string",
"description": "mostrecent | mostcited (default mostrecent)"
},
"query": {
"type": "string",
"description": "Lucene/Solr query, e.g. \"title higgs AND author maldacena\"."
},
"fields": {
"type": "string",
"description": "Comma-sep list of fields to return."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Inspire Hep
https://github.com/pipeworx-io/mcp-inspire-hep
1/7 registries