UNPKG

@cyanheads/pubmed-mcp-server

Version:

Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.

7 lines 257 B
/** * @fileoverview Types for the Unpaywall API and the content extracted from * open-access copies it indexes. * @module src/services/unpaywall/types */ export const UNPAYWALL_API_BASE = 'https://api.unpaywall.org/v2'; //# sourceMappingURL=types.js.map