tirekick

tirekick-dev/tirekick
★ 0 stars TypeScript Code/Dev Tools Updated 9d ago
Kick the tires on MCP servers and agent skills: schema validation, strict-regex lint, and quality checks.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tirekick": {
      "command": "npx",
      "args": [
        "-y",
        "tirekick-dev/tirekick"
      ]
    }
  }
}

README Excerpt

Kick the tires on an MCP server before you ship or install it. An invalid tool schema doesn't fail quietly: strict API-side validation rejects the entire tools array, and every request in the client session fails until the schema is unloaded. This project exists because our own analytics MCP server shipped exactly that bug (an unescaped `[` inside a regex character class — valid ECMA, rejected by stricter engines) and bricked Claude Code sessions for weeks before anyone connected the dots.