Shouldideploytoday Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Shouldideploytoday Mcp (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 Model Context Protocol (MCP) server that provides a tool to check if today is a good day to deploy using the shouldideploy.today API.
This MCP server exposes a single tool called should-i-deploy-today that helps you determine whether it's a good day to deploy your code.
npm installThis is an MCP server meant to be used with MCP-compatible clients (like Claude Desktop, Cline, or other AI assistants that support MCP).
node index.jsTo use this MCP server with Cursor, you need to configure it in your Cursor settings:
{
"mcpServers": {
"shouldideploytoday": {
"command": "node",
"args": ["/path/to/your/project/index.js"],
"cwd": "/path/to/your/project"
}
}
}Replace /path/to/your/project with the actual path to this project directory.
Once configured, you can use the tool in Cursor by asking questions like:
Example conversation in Cursor:
You: Should I deploy today?
Assistant: Let me check if today is a good day to deploy...
[Uses should-i-deploy-today tool]
Result: YES - It's Tuesday, you should deploy today!The server can be configured to use different timezones by passing the timezone parameter to the tool. The timezone should be a valid timezone string (e.g., "America/New_York", "Europe/London", "Asia/Tokyo").
MIT
Corentin Le Berre
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.