wait-mcp
Verified Safeby 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
npx github:sharo-jef/wait-mcpSecurity 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
inspector
Local development and debugging platform for Model Context Protocol (MCP) clients and servers, including proxying MCP server interactions, simulating UI widgets, and facilitating OAuth flows. It enables building, testing, and developing MCP clients and servers.
mcp-playground
A web-based developer tool for testing, inspecting, and debugging Model Context Protocol (MCP) servers, supporting OAuth integration, request logging, and interactive execution of tools, resources, and prompts.
mcp-maintainer-toolkit
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.
mcp-client-server
A specialized Model Context Protocol (MCP) server designed to act as a testing harness for developing and iterating on other MCP servers within a Claude AI environment.