MCP server for Calibre-Web — read-only library access via the OPDS feed
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio · http
verified
reported
listed in the official MCP registry counts 6 tools · 0 res
· 0 prompts
permission surface via code analysis
tools
-
get_cover
-
get_shelf_books
-
get_stats
-
list_books
-
list_shelves
-
search_books
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 33
filesystem 3
- fs (weak) ni-c-calibreweb-mcp-811b17a/docs/.vitepress/config.ts :1
import { readFileSync } from 'node:fs'; - fs (weak) ni-c-calibreweb-mcp-811b17a/test/docs.test.ts :1
import { readFileSync } from 'node:fs'; - fs (weak) ni-c-calibreweb-mcp-811b17a/test/server.test.ts :1
import { readFileSync } from 'node:fs';
network 3
- net (weak) ni-c-calibreweb-mcp-811b17a/docs/demo-server.mjs :13
import { createServer } from 'node:http'; - net ni-c-calibreweb-mcp-811b17a/src/api.ts :6
} from 'undici'; - net (weak) ni-c-calibreweb-mcp-811b17a/test/integration/bootstrap.ts :65
const response = await fetch(`${url}${path}`, {
tool registrations 6
- search_books ni-c-calibreweb-mcp-811b17a/src/tools/books.ts :29
- list_books ni-c-calibreweb-mcp-811b17a/src/tools/books.ts :84
- get_cover ni-c-calibreweb-mcp-811b17a/src/tools/covers.ts :86
- list_shelves ni-c-calibreweb-mcp-811b17a/src/tools/shelves.ts :21
- get_shelf_books ni-c-calibreweb-mcp-811b17a/src/tools/shelves.ts :65
- get_stats ni-c-calibreweb-mcp-811b17a/src/tools/stats.ts :12
install hooks 1
- prepublishOnly ni-c-calibreweb-mcp-811b17a/package.json :47
npm run lint && npm run typecheck && npm test && npm run build
declared dependencies 16
- @modelcontextprotocol/server@^2.0.0
- @modelcontextprotocol/client@^2.0.0
- fast-xml-parser@^5.11.0
- mcp-internal-hosts@^0.2.1
- mcp-tool-allowlist@^0.2.1
- undici@^8.10.0
- zod@^4.4.3
- @types/node@^26.2.0
- @vitest/coverage-v8@5.0.0
- fast-check@^4.9.0
- mcp-integration-harness@^0.4.0
- oxlint@^1.80.0
show 4 more
- prettier@^3.9.6
- svg-asset-set@https://github.com/ni-c/svg-asset-set/releases/download/v0.3.0/svg-asset-set-0.3.0.tgz
- typescript@^7.0.2
- vitest@^5.0.0