{
  "$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: verdict tier, agent-readiness score, top OWASP-MCP risk, and a shareable /result URL. ANONYMOUS TIER (no token, no signup): roast_idea, get_verdict, get_stats, browse_explore — 3 roasts/hour, 10/day per IP. TOKEN TIER (Authorization: Bearer): higher limits (5/hour, 15/day) plus validate_idea and find_existing_agents. Both tiers share the site kill switch + daily budget, so neither can run up spend.",
  "version": "0.7.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": "OPTIONAL. Omit it entirely for the anonymous tier (no signup, tighter limits). Provide \"Bearer <your MCP access token>\" for the token tier (higher limits + validate_idea/find_existing_agents). Machine access only, never a human signup.",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}