search
Pack: inspire-hep · Endpoint: https://gateway.pipeworx.io/inspire-hep/mcp
Literature search.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Lucene/Solr query, e.g. “title higgs AND author maldacena”. |
sort | string | no | mostrecent | mostcited (default mostrecent) |
size | number | no | 1-250 (default 25) |
page | number | no | 1-based (default 1) |
fields | string | no | Comma-sep list of fields to return. |
Example call
curl -X POST https://gateway.pipeworx.io/inspire-hep/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"inspire-hep": {
"url": "https://gateway.pipeworx.io/inspire-hep/mcp"
}
}
}
See Getting Started for client-specific install steps.