Labsco
golproductions logo

Check

from golproductions

Check if a command is runnable before running it.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

check-mcp

smithery badge

MCP server for Check โ€” a command firewall for AI agents. Validates every shell command before execution. Sub-100ms. Runnable or invalid.

A free key is minted automatically on first run. No signup, no key to paste.

Tools

Check

Validate a command. Returns RUNNABLE or INVALID.

Input:  { "command": "kubectl rollout restart deployment/api" }
Output: Verdict: RUNNABLE

CheckAndExecute

Validate then run. Invalid commands are blocked before they touch the shell.

Input:  { "command": "kubectl rollout restart deployment/api" }
Output: (command output)

How it works

  1. Checks locally if the binary is installed on your machine
  2. If not installed โ€” instant block, no API call, no cost
  3. If installed โ€” validates syntax and targets via the Check API
  4. Returns verdict in under 100ms

Pricing

120 free checks every day. After that, $0.0068 AUD per check. No subscriptions. Credits never expire.