Havoptic API Documentation

All Havoptic data is publicly accessible without authentication. Use these endpoints to programmatically access release data, feature comparisons, and feeds for AI coding tools.

MCP Server

Havoptic is queryable directly from AI assistants via the Model Context Protocol. Remote MCP server: https://mcp.havoptic.com/mcp (streamable HTTP transport, read-only, no authentication). Connect from Claude Code: claude mcp add --transport http havoptic https://mcp.havoptic.com/mcp

MCP tools: list_tracked_tools, latest_releases, get_release, release_history, search_release_notes, cadence_stats, compare_tools, feature_timeline.

REST API (v1)

Bulk Datasets and Feeds

Tool Identifiers

Use these IDs to filter releases by tool: claude-code, openai-codex, cursor, gemini-cli, kiro, github-copilot, windsurf, antigravity-cli.

Rate Limits

60 requests per minute. No authentication required. Please cache responses where possible.

For AI Agents

Live queries: MCP server at https://mcp.havoptic.com/mcp. Machine-readable discovery files are available at /.well-known/agents.json, /llms.txt, and /llms-full.txt. OpenAPI spec: /openapi.json.

Back to Havoptic