Connects Claude to the INSPIRE-HEP database, the primary literature repository for high-energy physics research. Exposes six tools: search and retrieve literature records by INSPIRE ID, search authors and institutions, find conferences, and pull individual author profiles. Useful when you need to cite particle physics papers, trace citation networks, find collaborators at CERN or Fermilab, or pull publication histories for researchers in fields like quantum chromodynamics or cosmology. Part of the Pipeworx gateway, so you can either connect to this specific server or access it alongside 670+ other data sources through their unified endpoint. Supports plain English queries through ask_pipeworx instead of direct tool calls.
INSPIRE-HEP MCP — high-energy physics literature.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
search | Literature search. |
literature | Single literature record by INSPIRE record id. |
authors_search | Search authors. |
author | Author record by INSPIRE id. |
institutions_search | Search institutions. |
conferences_search | Search conferences. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"inspire-hep": {
"url": "https://gateway.pipeworx.io/inspire-hep/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Inspire Hep data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured