Connects to HAL, France's national open access repository for research publications. You get four tools: Solr-style search across the archive, single document retrieval by HAL ID, author lookup via free-text query, and research structure lookups for labs and departments. Useful when you need to pull French academic papers, trace authorship, or map institutional affiliations in European research. Runs over streamable HTTP through the Pipeworx gateway, which also offers an ask_pipeworx natural language wrapper if you'd rather skip manual tool calls. Part of a larger gateway that connects to 673+ data sources, so you can add just HAL or get the full suite.
HAL (Hyper Articles en Ligne) MCP — French national open research archive.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
search | Solr-style search across HAL. |
get | Single document by HAL id. |
author | Author lookup (free-text query). |
structure | Research-structure (lab/department) lookup. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"hal-fr": {
"url": "https://gateway.pipeworx.io/hal-fr/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 Hal Fr data" })
The gateway picks the right tool and fills the arguments automatically.
MIT