Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add amplitude/mcp-marketplace --skill live-data-forensicsgit clone --depth 1 https://github.com/amplitude/mcp-marketplaceWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/amplitude/mcp-marketplace/live-data-forensics)<a href="https://agentmods.dev/skills/amplitude/mcp-marketplace/live-data-forensics"><img src="https://agentmods.dev/badge/skills/amplitude/mcp-marketplace/live-data-forensics/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/amplitude/mcp-marketplace/live-data-forensics"><img src="https://agentmods.dev/badge/skills/amplitude/mcp-marketplace/live-data-forensics.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00070 | $0.00963 |
| Opus 5 | $0.00035 | $0.00481 |
| Sonnet 5 | $0.00014 | $0.00193 |
| Haiku 4.5 | $0.00007 | $0.00096 |
Grade A, and why
live-data-forensics scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Live Data Forensics
The most common multi-tool job on this MCP server: verify live event behavior, quantify impact, find affected users. Calls observed in the wild follow one arc — follow it too.
The arc
- Context.
get_amplitude_context(no args) → again withprojectId. Do not guess project IDs. - Reuse before rebuild.
search_amp_entitiesfor existing analyses of the same area — saved charts already encode correct event names and segments. - Verify taxonomy before querying. Inspect the connected catalog and use its current taxonomy reader to confirm candidate event names, status, and queryability, then read event, user, or group properties for exact names and scope. Never guess names—a wrong name returns a well-formed chart with empty data, which reads as "zero".
- Check the event is live.
check_for_recent_event_ingestionconfirms first-seen/last-seen before you query — a silent event means the chart will be empty no matter how correct the definition is. - Quantify.
query_amplitude_databursts — one slice per call (by version, by reason property, by platform), not one mega-query. Prefer the typedchartparameter (kind: 'segmentation', events + where/group_by + date_range); it compiles server-side and validation + taxonomy checks run automatically — no separate pre-flight call needed. Compare prod vs staging/UAT projects when the question is environment-specific. - Find affected users.
query_amplitude_datawith a user-ID group_by to rank affected users →use_amplitude_cohortsaction: 'find'for the full set. - Reconstruct timelines.
get_amp_user_datainclude: 'timeline'per user, batched (10–20 parallel calls is normal for population analysis; the tool accepts up to 10 identifiers per call).
query_amplitude_data parameterization (this is where most errors come from)
- Compile errors are self-serve. The typed path fails with a 400 naming
the offending field plus a fix hint — fix that one field and retry, don't
rebuild. The three seen most: relative range whose unit doesn't match
interval("Last 3 Years" at weekly interval — re-denominate as "Last 156 Weeks" or change the interval); funnelconversion_windowmissingunit; unknown filter operator for that chart kind (usesetfor presence — works in every kind). - Date range is required — set
date_rangeexplicitly, either{relative: "Last 30 Days"}or{start, end}epoch seconds, never both. Sub-daily intervals only allow short windows (hourcaps ~8 days); daily granularity caps around 30 days. - Every filter needs a valid operator and matching scope — take
opandscopefrom the taxonomy lookup, not intuition. A scope mismatch ("property X is not tracked on this event_type") means you used a user property as an event property or vice versa. - Segments combine property conditions and behaviors —
where(property conditions) plusperformed("users who did event ≥N times in a window"). Omitsegmentsentirely for all users. - Raw
definitionfallback (composition, revenueLtv, advanced params): on failure the response embeds the chart-type schema with valid enums and a working example — fix from that and retry. read ETIMEDOUTis a backend timeout — narrow the date range/filters and retry once.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago Changed · -1 lines 920486fa388b
- 11d ago First seen · 72 lines · 70 tokens per session scan A 7b1788473985
live-data-forensics is a skill published in the GitHub repository amplitude/mcp-marketplace (35 stars, last pushed 2d ago), licensed MIT. It adds 70 tokens to every session and 963 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
systematic-debugging
Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.
diagnose
Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.
repro-admin
Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.
log-error-digest
Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…
byted-util-volcengine-detect-retry
An orchestration workflow for Volcengine Cloud Detect, a service that checks websites or network endpoints from test locations.