Wraps the Nobel Prize API v2 so you can query laureate data, prize details, and historical awards without leaving your MCP client. No authentication required. Part of the Pipeworx gateway ecosystem, which means you can either hit this standalone endpoint or connect to the full gateway for 250+ data sources. The ask_pipeworx tool handles natural language queries and routes them to the right API calls automatically. Useful when you're building features around historical achievement data, educational content, or need structured information about Nobel laureates and their work. Free tier, MIT licensed, runs over streamable HTTP.
Nobel MCP — wraps the Nobel Prize API v2 (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"nobel": {
"url": "https://gateway.pipeworx.io/nobel/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 Nobel data" })
The gateway picks the right tool and fills the arguments automatically.
MIT