github TypeScript analyzed 2b40694

cyanheads/biorxiv-mcp-server

github

Search and retrieve bioRxiv and medRxiv preprints — by DOI, date interval, or keyword — via MCP. STDIO or Streamable HTTP.

maintainer
cyanheads
licence
NOASSERTION
first seen
2026-06-04
last seen
2026-08-25
releases · 30d
2
short id

Drift inferred · capture-to-capture

tool count over time

06-13 14:36 now
5t
6t
capabilities 6 tools
transport stdio · streamable-http · http verified reported listed in the official MCP registry counts 6 tools · 0 res · 0 prompts permission surface via code analysis

tools

  • biorxiv_get_fulltext
  • biorxiv_get_preprint
  • biorxiv_get_published_version
  • biorxiv_list_categories
  • biorxiv_list_recent
  • biorxiv_search_preprints
skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit 2b40694 · analyzer v33 · 15h ago

skills & prompt files 34

code evidence vv0.2.6 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 46

filesystem 16

  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/build-changelog.ts :32 import { existsSync, readdirSync, readFileSync, writeFileSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/build.ts :17 import { readFileSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/check-dependency-specifiers.ts :38 import { existsSync, readFileSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/check-docs-sync.ts :22 import { existsSync, readFileSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/check-framework-antipatterns.ts :39 import { existsSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/check-skill-versions.ts :33 import { existsSync, readFileSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/check-skills-sync.ts :37 import { existsSync, readdirSync, readFileSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/clean-mcpb.ts :29 import { existsSync, statSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/clean.ts :15 import { readdir, rm } from 'node:fs/promises';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/devcheck.ts :3 import { existsSync, readFileSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/lint-mcp.ts :19 import { existsSync, readdirSync, readFileSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/lint-packaging.ts :52 import { existsSync, readdirSync, readFileSync } from 'node:fs';
show 4 more
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/list-skills.ts :21 import { existsSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/release-github.ts :33 import { existsSync, readFileSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/split-changelog.ts :24 import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'node:fs';
  • fs (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/tree.ts :24 import type { Dirent } from 'node:fs';

shell / exec 7

  • shell (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/build.ts :16 import { execFile } from 'node:child_process';
  • shell (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/check-framework-antipatterns.ts :38 import { spawnSync } from 'node:child_process';
  • shell (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/check-skill-versions.ts :32 import { spawnSync } from 'node:child_process';
  • shell (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/clean-mcpb.ts :28 import { execFileSync } from 'node:child_process';
  • shell (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/devcheck.ts :2 import { type ChildProcess, spawn, spawnSync } from 'node:child_process';
  • shell (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/lint-packaging.ts :51 import { execFileSync } from 'node:child_process';
  • shell (weak) cyanheads-biorxiv-mcp-server-2b40694/scripts/release-github.ts :32 import { spawnSync } from 'node:child_process';

tool registrations 6

  • biorxiv_get_fulltext cyanheads-biorxiv-mcp-server-2b40694/src/mcp-server/tools/definitions/biorxiv-get-fulltext.tool.ts :38
  • biorxiv_get_preprint cyanheads-biorxiv-mcp-server-2b40694/src/mcp-server/tools/definitions/biorxiv-get-preprint.tool.ts :82
  • biorxiv_get_published_version cyanheads-biorxiv-mcp-server-2b40694/src/mcp-server/tools/definitions/biorxiv-get-published-version.tool.ts :24
  • biorxiv_list_categories cyanheads-biorxiv-mcp-server-2b40694/src/mcp-server/tools/definitions/biorxiv-list-categories.tool.ts :12
  • biorxiv_list_recent cyanheads-biorxiv-mcp-server-2b40694/src/mcp-server/tools/definitions/biorxiv-list-recent.tool.ts :62
  • biorxiv_search_preprints cyanheads-biorxiv-mcp-server-2b40694/src/mcp-server/tools/definitions/biorxiv-search-preprints.tool.ts :99

declared dependencies 13

  • @cyanheads/mcp-ts-core@^0.12.3
  • defuddle@^0.19.2
  • linkedom@^0.18.13
  • pino-pretty@^13.1.3
  • zod@^4.4.3
  • @biomejs/biome@2.5.10
  • @socketsecurity/bun-security-scanner@^1.1.2
  • @types/node@26.2.0
  • depcheck@^1.4.7
  • ignore@^7.0.6
  • tsc-alias@^1.9.2
  • typescript@^7.0.2
show 1 more
  • vitest@^4.1.11