{
  "name": "@cyanheads/pubmed-mcp-server",
  "version": "2.7.1",
  "mcpName": "io.github.cyanheads/pubmed-mcp-server",
  "description": "Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "pubmed-mcp-server": "dist/index.js"
  },
  "files": ["dist/", "README.md", "LICENSE", "CLAUDE.md", "Dockerfile", "server.json"],
  "scripts": {
    "build": "bun run scripts/build.ts",
    "rebuild": "bun run scripts/clean.ts && bun run build",
    "clean": "bun run scripts/clean.ts",
    "devcheck": "bun run scripts/devcheck.ts",
    "tree": "bun run scripts/tree.ts",
    "format": "biome check --write --unsafe",
    "test": "bunx vitest run",
    "lint:mcp": "bun run scripts/lint-mcp.ts",
    "changelog:build": "bun run scripts/build-changelog.ts",
    "changelog:check": "bun run scripts/build-changelog.ts --check",
    "publish-mcp": "mcp-publisher login github -token \"$(security find-generic-password -a \"$USER\" -s mcp-publisher-github-pat -w)\" && mcp-publisher publish",
    "start:stdio": "MCP_TRANSPORT_TYPE=stdio bun ./dist/index.js",
    "start:http": "MCP_TRANSPORT_TYPE=http bun ./dist/index.js"
  },
  "keywords": [
    "pubmed",
    "ncbi",
    "biomedical",
    "research",
    "citations",
    "mesh",
    "mcp",
    "model-context-protocol",
    "mcp-server",
    "typescript",
    "ai-agent",
    "e-utilities",
    "open-access",
    "full-text",
    "unpaywall",
    "europe-pmc"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cyanheads/pubmed-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/cyanheads/pubmed-mcp-server/issues"
  },
  "homepage": "https://github.com/cyanheads/pubmed-mcp-server#readme",
  "author": "cyanheads <casey@caseyjhand.com> (https://github.com/cyanheads/pubmed-mcp-server#readme)",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/cyanheads"
    },
    {
      "type": "buy_me_a_coffee",
      "url": "https://www.buymeacoffee.com/cyanheads"
    }
  ],
  "license": "Apache-2.0",
  "packageManager": "bun@1.3.2",
  "engines": {
    "bun": ">=1.3.2",
    "node": ">=24.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@cyanheads/mcp-ts-core": "^0.9.1",
    "defuddle": "^0.18.1",
    "fast-xml-parser": "~5.7.3",
    "linkedom": "^0.18.12",
    "pino-pretty": "^13.1.3",
    "sanitize-html": "^2.17.4",
    "unpdf": "^1.6.2"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.15",
    "@types/node": "^25.9.1",
    "@types/sanitize-html": "^2.16.1",
    "@vitest/coverage-istanbul": "^4.1.6",
    "depcheck": "^1.4.7",
    "fast-check": "^4.8.0",
    "ignore": "^7.0.5",
    "tsc-alias": "^1.8.17",
    "typescript": "^6.0.3",
    "vitest": "^4.1.6"
  }
}
