Install
openclaw skills install pipeworx-nobelNobel Prize laureates and awards — search by name or category and browse prizes by year since 1901
openclaw skills install pipeworx-nobelOver a century of Nobel Prize data. Search laureates by name, filter by category (Physics, Chemistry, Medicine, Literature, Peace, Economics), or list all prizes awarded in a given year.
search_laureates — Search Nobel laureates by name and optionally filter by categoryget_prizes_by_year — All Nobel Prizes awarded in a specific year (1901 onward)curl -s -X POST https://gateway.pipeworx.io/nobel/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_laureates","arguments":{"name":"Einstein"}}}'
{
"laureates": [{
"name": "Albert Einstein",
"full_name": "Albert Einstein",
"prizes": [{
"year": 1921,
"category": "Physics",
"motivation": "for his services to Theoretical Physics, and especially for his discovery of the law of the photoelectric effect"
}]
}]
}
{
"mcpServers": {
"pipeworx-nobel": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/nobel/mcp"]
}
}
}