Back to Home
sharo-jef icon

wait-mcp

Verified Safe

by sharo-jef

Overview

An MCP Server providing a 'wait' tool, primarily used for testing timeouts, simulating delays, and rate limiting in development and integration scenarios.

Installation

Run Command
npx github:sharo-jef/wait-mcp

Security Notes

The source code is straightforward and purpose-built. It uses standard Node.js `setTimeout` for its core 'wait' functionality and includes basic input validation for the `duration` parameter (ensuring it's a non-negative number). There are no obvious signs of 'eval' usage, obfuscation, hardcoded secrets, or malicious network patterns. The server operates over stdio, limiting direct network exposure beyond the Model Context Protocol SDK. The `message` parameter is used as plain text, preventing injection. The primary function (waiting for a duration) is an intended feature for testing, not a vulnerability in itself, though extremely long durations could be a resource concern in uncontrolled environments.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-18

Tags

MCP ServerTestingUtilitiesDeveloper ToolDelay Simulation