{
  "name": "havoptic",
  "version": "1.0.0",
  "description": "MCP server for the Havoptic AI coding tool release dataset: latest releases, release history, full-text release-note search, cadence stats, tool comparisons, and the first-to-ship feature timeline for Claude Code, OpenAI Codex CLI, Cursor, Gemini CLI, Kiro CLI, GitHub Copilot CLI, Devin Desktop (Windsurf), and Antigravity CLI.",
  "transport": "streamable-http",
  "endpoint": "https://mcp.havoptic.com/mcp",
  "authentication": "none",
  "tools": [
    "list_tracked_tools",
    "latest_releases",
    "get_release",
    "release_history",
    "search_release_notes",
    "cadence_stats",
    "compare_tools",
    "feature_timeline"
  ],
  "documentation": "https://www.havoptic.com/api-docs",
  "restApi": "https://www.havoptic.com/api/v1",
  "connect": {
    "claude-code": "claude mcp add --transport http havoptic https://mcp.havoptic.com/mcp",
    "generic": {
      "type": "http",
      "url": "https://mcp.havoptic.com/mcp"
    }
  }
}