MCP Hub
Back to servers

Nobel Prize MCP Server

Server that gives AI assistants structured access to the Nobel Prize API v2.1. Query laureates, prizes, categories, country stats, and historical trends spanning 1901 to present across all six prize categories.

glama
Updated
Mar 31, 2026

Nobel Prize MCP Server

Nobel Prize MCP Server

CI License: MIT Node.js

A Model Context Protocol (MCP) server that gives AI assistants structured access to the Nobel Prize API v2.1. Query laureates, prizes, categories, country stats, and historical trends spanning 1901 to present across all six prize categories.

Available as both a standalone MCP server (npm) and a VS Code extension with automatic MCP integration.

🏗️ Packages

PackageDescriptionLinks
nobel-prize-mcp-serverStandalone MCP server (stdio)npm
nobel-prize-vscode-extensionVS Code extension with built-in MCP serverVS Code

🛠️ Tools (8 Total)

ToolDescription
nobel_get_laureateGet laureate bio, prizes, motivation, and affiliations by name or ID
nobel_search_laureatesSearch laureates by name, gender, country, category, or year range
nobel_get_prizesSearch prizes by category, year, or year range
nobel_get_prize_by_yearGet all prizes awarded in a specific year
nobel_list_categoriesList all 6 categories with statistics
nobel_get_category_statsDetailed stats for a specific category (decade breakdown)
nobel_get_country_statsNobel Prize rankings by country
nobel_get_trendsHistorical trends: age, gender, shared prizes, country shifts

⚡ Quick Start

Option A: VS Code Extension (Recommended)

Install from the VS Code Marketplace — the MCP server starts automatically with full start/stop/restart controls.

Extension Setup Guide

Option B: Standalone MCP Server

npx nobel-prize-mcp-server

Server Setup Guide

🏠 Development

# Clone and install
git clone https://github.com/bhayanak/nobel-prize-mcp-server.git
cd nobel-prize-mcp-server
pnpm install

# Build all packages
pnpm run build

# Run tests (64 tests, 99%+ coverage)
pnpm run test:coverage

# Full CI pipeline
pnpm run ci

Available Scripts

ScriptDescription
pnpm run buildBuild all packages
pnpm run devRun MCP server in dev mode
pnpm run testRun all tests
pnpm run test:coverageTests with V8 coverage
pnpm run lint / lint:fixESLint with security rules
pnpm run typecheckTypeScript type checking
pnpm run format / format:fixPrettier formatting
pnpm run packageCreate npm tarball + VSIX
pnpm run ciFull CI: typecheck → lint → test → format → build

📄 License

MIT © bhayanak

Reviews

No reviews yet

Sign in to write a review