npm JavaScript analyzed 1.0.0

@agentutil/context-mcp

v1.0.0
npm

MCP server — situational awareness for autonomous AI agents (holidays, business hours, platform status)

maintainer
craig-whitfield
licence
MIT
first seen
2026-08-15
last seen
2026-08-15
releases · 30d
0
short id

Drift inferred · capture-to-capture

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

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

tools

  • check_context
  • check_platform
  • check_time
  • get_calendar
code evidence v1.0.0 · npm-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 12

network 4

  • net package/dist/tools/check-context.js :46 const response = await fetch(`${API_URL}/v1/check`, {
  • net package/dist/tools/check-platform.js :10 const response = await fetch(`${API_URL}/v1/platform`, {
  • net package/dist/tools/check-time.js :28 const response = await fetch(`${API_URL}/v1/time`, {
  • net package/dist/tools/get-calendar.js :17 const response = await fetch(url.toString(), {

tool registrations 4

  • check_context package/dist/tools/check-context.js :4
  • check_platform package/dist/tools/check-platform.js :4
  • check_time package/dist/tools/check-time.js :4
  • get_calendar package/dist/tools/get-calendar.js :4

install hooks 1

  • prepublishOnly package/package.json :24 npm run build

declared dependencies 5

  • @modelcontextprotocol/sdk@^1.27.0
  • zod@^3.25.0
  • @types/node@^20.0.0
  • typescript@^5.7.0
  • vitest@^3.0.0