UNPKG

openalex-mcp

Version:

A Model Context Protocol (MCP) server that provides access to the OpenAlex API - a fully open catalog of the global research system covering over 240 million scholarly works.

25 lines (24 loc) 641 B
/** * TypeScript type definitions for OpenAlex API entities and responses */ // Common concept IDs for reference export const CONCEPT_IDS = { COMPUTER_SCIENCE: 'C41008148', BIOLOGY: 'C86803240', MEDICINE: 'C71924100', MATHEMATICS: 'C33923547', PHYSICS: 'C121332964', CHEMISTRY: 'C185592680', PSYCHOLOGY: 'C15744967', ECONOMICS: 'C162324750', ENGINEERING: 'C127413603', MATERIALS_SCIENCE: 'C192562407' }; // Common institution ROR IDs export const INSTITUTION_RORS = { HARVARD: 'I136199984', MIT: 'I27837315', STANFORD: 'I97018004', OXFORD: 'I90456067', CAMBRIDGE: 'I28634707' };