{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sattyamjjain/whycant",
  "description": "Roast any AI agent idea from your IDE. Returns the verdict tier, agent-readiness score (0-100), the top OWASP-MCP risk, and a shareable result URL. Bearer-token auth for machine access; the website itself stays no-signup and free.",
  "version": "0.6.0",
  "websiteUrl": "https://whycantwehaveanagentforthis.com/mcp",
  "repository": {
    "url": "https://github.com/sattyamjjain/whycantwehaveanagentforthis",
    "source": "github"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://whycantwehaveanagentforthis.com/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer <your MCP access token>. Required — request one from the operator. Machine access only, not a human signup.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}
