Mcp Server Developer Toolbox — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server Developer Toolbox (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
一个功能丰富的 Model Context Protocol (MCP) 服务器,为开发者提供各种实用工具,包括 UUID 生成、时间戳转换、Base64 编码、颜色转换、密码生成等功能。
generate_uuid)生成一个或多个 UUID(通用唯一标识符)
参数:
count (可选): 要生成的 UUID 数量,默认为 1示例:
{
"count": 3
}timestamp_converter)在 Unix 时间戳和日期时间之间进行转换,支持秒和毫秒格式
参数:
timestamp (可选): Unix 时间戳(秒或毫秒)datetime (可选): ISO 格式的日期时间字符串示例:
{
"timestamp": 1704067200
}base64_converter)对文本进行 Base64 编码或解码
参数:
text (必需): 要编码或解码的文本operation (必需): 操作类型,"encode" 或 "decode"示例:
{
"text": "Hello World",
"operation": "encode"
}color_converter)在不同颜色格式之间转换(HEX、RGB、HSL)
参数:
hex (可选): HEX 颜色值,如 #FF5733 或 FF5733rgb (可选): RGB 颜色值,如 rgb(255, 87, 51) 或 255,87,51hsl (可选): HSL 颜色值示例:
{
"hex": "#FF5733"
}generate_password)生成安全的随机密码,可自定义长度和字符类型
参数:
length (可选): 密码长度,默认为 16include_uppercase (可选): 包含大写字母,默认为 trueinclude_lowercase (可选): 包含小写字母,默认为 trueinclude_numbers (可选): 包含数字,默认为 trueinclude_symbols (可选): 包含特殊字符,默认为 truecount (可选): 生成密码数量,默认为 1示例:
{
"length": 20,
"include_symbols": false,
"count": 3
}generate_hash)生成文本的哈希值,支持多种算法
参数:
text (必需): 要哈希的文本algorithm (可选): 哈希算法,可选值:"md5", "sha1", "sha256", "sha512",默认为 "sha256"示例:
{
"text": "Hello World",
"algorithm": "sha256"
}format_json)格式化或验证 JSON 字符串
参数:
json (必需): 要格式化的 JSON 字符串indent (可选): 缩进空格数,默认为 2示例:
{
"json": "{\"name\":\"test\",\"value\":123}",
"indent": 4
}git clone https://github.com/MIPyao/MCP-server-test.git
cd MCP-server-testnpm install%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"mcpServers": {
"dev-toolbox": {
"command": "node",
"args": ["G:\\WebstormProjects\\MCP-server-test\\src\\server.js"]
}
}
}注意: 请将路径替换为你的实际项目路径。
node src/server.jsISC
欢迎提交 Issue 和 Pull Request!
享受开发的乐趣! 🎉
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.