search

Pack: inspire-hep · Endpoint: https://gateway.pipeworx.io/inspire-hep/mcp

Literature search.

Parameters

NameTypeRequiredDescription
querystringyesLucene/Solr query, e.g. “title higgs AND author maldacena”.
sortstringnomostrecent | mostcited (default mostrecent)
sizenumberno1-250 (default 25)
pagenumberno1-based (default 1)
fieldsstringnoComma-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.

Regenerated from source · build May 21, 2026