MCP server for event logs
Connect Claude or ChatGPT to production events with one npx command. 18 tools for search and AI-assisted analysis.
Quickstart
Connect in under a minute
Pick the most convenient method — CLI command, JSON config or Custom Connector.
Get an API key
Create a new key on the API keys page of your dashboard.
Connect MCP
Pick a client on the left — we'll walk you through install and a live tool call on the right.
Сохрани файл и перезапусти Claude Desktop — сервер появится в Settings → Developer.
Tool catalog
18 read-only tools
The AI agent sees each tool as a separate function: you ask in plain English, the assistant picks the right call and passes the arguments. No write operations — events and settings stay untouched.
Search and event access
· 5The basics: find events by text or JQL, open a specific event, list apps, look up similar cases.
search_logsFull-text event search with filters by level, time range, tags.
query_logs_jqlJQL expressions for precise queries: AND/OR, ranges, field projections.
get_log_detailsFull event card: stack trace, context, environment, metadata.
list_appsAll apps available to the current API key — slug, name, status.
find_similar_errorsEvents with a fingerprint similar to a given one — for finding repeats.
Analytics and trends
· 5Time-series distributions, heatmaps by hour and weekday, breakdowns by any field, top messages and overall traffic.
error_histogramTime-series error distribution with a configurable step (minutes/hours/days).
error_heatmapHeatmap by hour × weekday — to spot load patterns.
error_stats_breakdownEvent-count breakdown by any field — browser, country, version.
traffic_statsOverall event volume for a period: total, by level, by app.
top_error_messagesTop-N most frequent error messages with counts and share.
Grouping and correlations
· 3Fingerprint clustering of recurring errors, correlations between event types, rebuilding the chain inside a single user session.
grouped_errorsClusters of events with the same fingerprint — counts and first/last seen.
find_correlated_errorsWhich other errors tend to appear together with the given one — by time windows.
errors_in_sessionAll events within a single user session — for replaying the scenario.
AI analysis and triage
· 3Root-cause summary for a single event, auto-triage of critical incidents within a window, user-impact estimate.
explain_errorAI summary for an event: likely cause, context, recommendations — in Russian or English.
triage_recent_criticalAuto-triage of critical events within a window: what to look at first.
impact_analysisHow many users and sessions an error affected; impact estimate.
Regressions and comparisons
· 2Compare the current window with a baseline, hunt regressions between releases — which errors grew after the deploy.
baseline_compareCompare the current window with a baseline — what changed in volume and shape.
version_regressionErrors that grew after a new release — a diff between versions.