Back to Home
haakco icon

mcp-utils

Verified Safe

by haakco

Overview

Provides a comprehensive set of shared utilities for building robust and standardized Model Context Protocol (MCP) servers, covering architecture, formatting, data operations, caching, rate limiting, WebSockets, and logging.

Installation

Run Command
No command provided

Environment Variables

  • DEBUG
  • LOG_LEVEL
  • <USER_DEFINED_CONFIG_KEYS_VIA_CONFIGMANAGER>

Security Notes

The `postman-helpers.ts` file includes a `validateScript` function that uses `new Function(script)` for basic JavaScript syntax validation. While not direct execution, compiling arbitrary, untrusted input with `new Function()` can be a security risk due to potential denial-of-service (resource exhaustion during compilation) or obscure V8 engine exploits. It is generally safer to use dedicated JavaScript parser libraries for syntax validation without runtime compilation. No other critical vulnerabilities like hardcoded secrets or malicious patterns were identified in the provided code.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens1
Stars0
Forks0
Last Update2026-01-07

Tags

mcputilitiestypescriptserver-frameworkcaching