Back to Home
gergelyszerovay icon

mcp-id-date

Verified Safe

by gergelyszerovay

Overview

Generates auto-incrementing unique hexadecimal identifiers and current ISO 8601 timestamps, serving as an MCP server tool.

Installation

Run Command
npx @gergelyszerovay/mcp-id-date

Security Notes

The server implements input validation using Zod schemas for its tools and includes error handling. No 'eval' or direct remote code execution vectors are apparent. File persistence for the ID counter stores only a number, not sensitive data. While the 'idCounterFile' path is configurable, potentially allowing misuse if pointed to sensitive locations by a malicious actor with elevated privileges, the default path is within a workspace, limiting immediate risk. Overall, it appears to follow good security practices for its intended functionality.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens5
Stars0
Forks0
Last Update2025-12-10

Tags

auto-incrementing IDsunique identifiersISO timestampsMCP serverREST API