Time Mcp Nuget — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Time Mcp Nuget (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.
A minimal Model Context Protocol (MCP) server built with .NET.
The server provides one simple tool:
GetCurrentUtcTime - Gets the current UTC date and time in RFC 3339 formatPrerequisites:
Run with:
dotnet runTo use this server with Claude Desktop, add the following to your MCP configuration file:
Add to %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"time-server": {
"command": "dotnet",
"args": [
"run",
"--project",
"C:\\path\\to\\TimeMcpServer.csproj"
]
}
}
}Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"time-server": {
"command": "dotnet",
"args": [
"run",
"--project",
"/path/to/TimeMcpServer.csproj"
]
}
}
}Once configured, you can use the time tool in Claude Desktop:
To publish a new version of the package:
Release x.y.z git tag v1.0.1 git push --tagsThe CI/CD pipeline will automatically:
The project includes GitHub Actions workflows for:
This server is published to the Model Context Protocol Registry. The publishing process uses the server.json configuration file which follows the MCP Registry specification.
<!-- mcp-name: io.github.domdomegg/time-mcp-nuget -->
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.