INDIVIDUAL MCP TOOL
search_release_notes
Full-text search across all tracked release notes — flags, error strings, feature names, config keys.
LIVE ENDPOINT
https://mcp.havoptic.com/mcp
Connect to this endpoint to inspect the live schema for search_release_notes and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.havoptic]
url = "https://mcp.havoptic.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"havoptic": {
"type": "http",
"url": "https://mcp.havoptic.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: havoptic
Remote MCP URL: https://mcp.havoptic.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"havoptic": {
"url": "https://mcp.havoptic.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"havoptic": {
"type": "http",
"url": "https://mcp.havoptic.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "havoptic",
"transport": "streamable-http",
"url": "https://mcp.havoptic.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_tracked_tools— All AI coding tools Havoptic tracks (Claude Code, OpenAI Codex CLI, Cursor, Gemini CLI, Kiro CLI, GitHub Copilot CLI, Devin Desktop/Windsurf, Antigravity CLI), with release counts and their latest release.latest_releases— Most recent AI coding tool releases (newest first), optionally filtered to one tool.get_release— Full details of a single release by id (e.g.release_history— Release history for one tool within an optional date window (newest first).cadence_stats— How fast a tool ships: release counts over 7/30/90 days, average days between releases, and last release — for one tool or all of them.compare_tools— Side-by-side comparison of two AI coding tools: release cadence, feature-matrix differences, and Havoptic's editorial verdict for the pair.feature_timeline— Which tool shipped each notable cross-tool feature first (MCP support, subagents, planning mode, hooks, checkpoints, ...), follower lag in days, and copying-trend insights.