github TypeScript re-analysis due

ni-c/healthchecks-mcp

github

MCP server for Healthchecks: inspect, create and adjust cron and uptime checks, and read why one failed

maintainer
ni-c
licence
MIT
first seen
2026-08-29
last seen
2026-09-12
releases · 30d
3
short id

Drift inferred · capture-to-capture

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

capabilities 14 tools
transport stdio · http verified reported listed in the official MCP registry counts 14 tools · 0 res · 0 prompts permission surface via code analysis

tools

  • create_check
  • delete_check
  • get_api_key_info
  • get_check
  • get_ping_body
  • get_status
  • list_badges
  • list_checks
  • list_flips
  • list_integrations
  • list_pings
  • pause_check
  • resume_check
  • update_check
code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 29

filesystem 3

  • fs (weak) ni-c-healthchecks-mcp-d12b198/docs/.vitepress/config.ts :1 import { readFileSync } from 'node:fs';
  • fs (weak) ni-c-healthchecks-mcp-d12b198/scripts/gen-assets.mjs :31 import { readFileSync, writeFileSync, mkdirSync } from 'node:fs';
  • fs (weak) ni-c-healthchecks-mcp-d12b198/test/docs.test.ts :1 import { readFileSync } from 'node:fs';

network 1

  • net ni-c-healthchecks-mcp-d12b198/src/api.ts :5 } from 'undici';

tool registrations 14

  • list_checks ni-c-healthchecks-mcp-d12b198/src/tools/read.ts :89
  • get_check ni-c-healthchecks-mcp-d12b198/src/tools/read.ts :140
  • list_pings ni-c-healthchecks-mcp-d12b198/src/tools/read.ts :161
  • get_ping_body ni-c-healthchecks-mcp-d12b198/src/tools/read.ts :200
  • list_flips ni-c-healthchecks-mcp-d12b198/src/tools/read.ts :252
  • list_integrations ni-c-healthchecks-mcp-d12b198/src/tools/read.ts :294
  • list_badges ni-c-healthchecks-mcp-d12b198/src/tools/read.ts :319
  • get_status ni-c-healthchecks-mcp-d12b198/src/tools/read.ts :341
  • get_api_key_info ni-c-healthchecks-mcp-d12b198/src/tools/read.ts :371
  • create_check ni-c-healthchecks-mcp-d12b198/src/tools/write.ts :170
  • update_check ni-c-healthchecks-mcp-d12b198/src/tools/write.ts :224
  • pause_check ni-c-healthchecks-mcp-d12b198/src/tools/write.ts :265
show 2 more
  • resume_check ni-c-healthchecks-mcp-d12b198/src/tools/write.ts :317
  • delete_check ni-c-healthchecks-mcp-d12b198/src/tools/write.ts :337

install hooks 1

  • prepublishOnly ni-c-healthchecks-mcp-d12b198/package.json :46 npm run lint && npm test && npm run build

declared dependencies 12

  • @modelcontextprotocol/sdk@^1.30.0
  • undici@^8.10.0
  • zod@^4.5.2
  • @eslint/js@^10.0.1
  • @resvg/resvg-js@^2.6.2
  • @types/node@^26.4.0
  • @vitest/coverage-v8@4.1.11
  • eslint@^10.9.1
  • prettier@^3.9.6
  • typescript@^6.0.3
  • typescript-eslint@^8.68.0
  • vitest@^4.1.11