Skip to main content
Glama

PubMed MCP Server

by ncukondo
get-fulltext.ts470 B
import { createPubMedAPI, PubMedOptions, FullTextResult } from '../pubmed-api.js'; export interface GetFullTextHandler { getFullText(pmids: string[]): Promise<FullTextResult[]>; } export function createGetFullTextHandler(pubmedOptions: PubMedOptions): GetFullTextHandler { const pubmedApi = createPubMedAPI(pubmedOptions); return { async getFullText(pmids: string[]): Promise<FullTextResult[]> { return await pubmedApi.getFullText(pmids); } }; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ncukondo/pubmed-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server