github analyzed de7c77e

cyanheads/openlibrary-mcp-server

github

Search books and authors, fetch editions, browse subjects, and resolve cover images from Open Library via MCP. STDIO or Streamable HTTP.

maintainer
cyanheads
license
Apache-2.0
first seen
2026-06-04
last seen
2026-06-16
releases · 30d
14
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities0 tools
transport stdio · streamable-http · http counts 0 tools · 0 res · 0 prompts permission surface via code analysis

no tools enumerated yet for this server.

skills & danger signalsgithub-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit de7c77e · analyzer v17 · 1d ago

skills & prompt files 34

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

filesystem 14

  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/build-changelog.ts :32 import { existsSync, readdirSync, readFileSync, writeFileSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/build.ts :17 import { readFileSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/check-docs-sync.ts :22 import { existsSync, readFileSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/check-skill-versions.ts :33 import { existsSync, readFileSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/check-skills-sync.ts :37 import { existsSync, readdirSync, readFileSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/clean-mcpb.ts :25 import { existsSync, statSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/clean.ts :15 import { readdir, rm } from 'node:fs/promises';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/devcheck.ts :3 import { existsSync, readFileSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/lint-mcp.ts :19 import { existsSync, readdirSync, readFileSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/lint-packaging.ts :43 import { existsSync, readdirSync, readFileSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/list-skills.ts :21 import { existsSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/release-github.ts :33 import { existsSync, readFileSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/split-changelog.ts :24 import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'node:fs';
  • fs cyanheads-openlibrary-mcp-server-de7c77e/scripts/tree.ts :24 import type { Dirent } from 'node:fs';

shell / exec 7

  • shell cyanheads-openlibrary-mcp-server-de7c77e/scripts/build.ts :16 import { execFile } from 'node:child_process';
  • shell cyanheads-openlibrary-mcp-server-de7c77e/scripts/check-framework-antipatterns.ts :38 import { spawnSync } from 'node:child_process';
  • shell cyanheads-openlibrary-mcp-server-de7c77e/scripts/check-skill-versions.ts :32 import { spawnSync } from 'node:child_process';
  • shell cyanheads-openlibrary-mcp-server-de7c77e/scripts/clean-mcpb.ts :24 import { execFileSync } from 'node:child_process';
  • shell cyanheads-openlibrary-mcp-server-de7c77e/scripts/devcheck.ts :2 import { type ChildProcess, spawn, spawnSync } from 'node:child_process';
  • shell cyanheads-openlibrary-mcp-server-de7c77e/scripts/lint-packaging.ts :42 import { execFileSync } from 'node:child_process';
  • shell cyanheads-openlibrary-mcp-server-de7c77e/scripts/release-github.ts :32 import { spawnSync } from 'node:child_process';

declared dependencies 10

  • @cyanheads/mcp-ts-core@^0.10.6
  • pino-pretty@^13.1.3
  • zod@^4.4.3
  • @biomejs/biome@^2.5.0
  • @types/node@^25.9.3
  • depcheck@^1.4.7
  • ignore@^7.0.5
  • tsc-alias@^1.8.17
  • typescript@^6.0.3
  • vitest@^4.1.8