HyperDX (ClickStack) MCP Server
HyperDX ships a first-party Model Context Protocol server inside the product itself. It is served by the HyperDX API package at the /api/mcp path on the instance you run, over the Streamable HTTP transport with Bearer-token authentication using a Personal API access key.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport streamable-http
Tools
clickstack_list_sources— List all data sources and connections as a lightweight catalog (IDs, names, kinds).clickstack_describe_source— Full column schema, attribute keys, sampled low-cardinality values and a round-trippable config block for a single source.clickstack_save_source— Create (omit id) or update (provide id) a data source (log, trace, session, metric or promql).clickstack_delete_source— Permanently delete a data source by ID.clickstack_list_metrics— Paginated catalog of metric names on a metric source with kind / namePattern / time-window filters.clickstack_describe_metric— Per-metric drill-down — kinds, unit, description, attribute keys per map column and sampled values.clickstack_timeseries— Plot metrics over time as a line or stacked bar chart across log, trace and metric sources.clickstack_table— Compute aggregated metrics as a table, single number or pie chart.clickstack_search— Browse individual log, event or trace rows.clickstack_event_patterns— Discover the most common log messages and event patterns using Drain clustering.clickstack_event_deltas— Compare two row groups and rank properties by how their value distributions differ.clickstack_emerging_signals— Detect NEW or GONE log/event patterns between a baseline and a current window.clickstack_sql— Execute raw ClickHouse SQL for advanced queries (JOINs, CTEs, sub-queries).clickstack_get_dashboard— List all dashboards or get full detail for a specific dashboard.clickstack_save_dashboard— Create or update a dashboard with tiles (charts, tables, numbers, search, markdown).clickstack_delete_dashboard— Permanently delete a dashboard and its attached alerts.clickstack_query_tile— Execute the query for a specific dashboard tile to validate results.clickstack_query_tiles— Batch-validate many dashboard tiles in one call.clickstack_get_saved_search— List all saved searches or get full detail for a specific saved search.clickstack_save_saved_search— Create or update a saved search.clickstack_get_alert— List alerts (summary) or get full detail with evaluation history; filter by state.clickstack_save_alert— Create a new alert or update an existing one.clickstack_trace_waterfall— Fetch all spans in a single trace as a parent/child waterfall tree with optional correlated logs.clickstack_trace_top_time_consuming_operations— Aggregate breakdown of child operations by cumulative time across matching parent traces.clickstack_get_webhook— List available webhook destinations for use as alert notification channels.clickstack_save_webhook— Create (omit id) or update (provide id) a webhook notification destination.clickstack_delete_webhook— Permanently delete a webhook by ID (blocked while alerts still reference it).
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.