# MCP Use Cases

> Source: <https://signoz.io/docs/ai/use-cases>
> Published: 2026-05-27 00:00:00+00:00

Real-world workflows you can run with the [SigNoz MCP Server](https://signoz.io/docs/ai/signoz-mcp-server) and any MCP-compatible AI assistant.

Each guide walks through a specific scenario - the prompt to try, what to expect, and what the MCP server does under the hood.

[Natural Language Log Exploration](/docs/ai/use-cases/natural-language-log-exploration/)

Search, filter, and analyze logs by asking questions in plain English - no query syntax required.

[Latency Spike Explainer](/docs/ai/use-cases/latency-spike-explainer/)

Ask 'why is this slow?' and get a full span breakdown identifying the bottleneck service.

[Reconstruct a Bug from a Trace ID](/docs/ai/use-cases/reconstruct-bug-from-trace-id/)

Paste a trace ID from a support ticket and reconstruct the full request path with root cause.

[Error Rate Spike Explainer](/docs/ai/use-cases/error-rate-spike-explainer/)

Find where errors originate in the call chain when error rates spike on a service.

[Alert Correlation Analysis](/docs/ai/use-cases/alert-correlation-analysis/)

When multiple services alert simultaneously, identify whether it's a cascade from one failure or separate incidents.

[Post Deployment Monitoring](/docs/ai/use-cases/post-deployment-monitoring/)

Compare key metrics before and after a deployment to detect performance regressions or unexpected changes.

[On-Call Handoff Brief](/docs/ai/use-cases/oncall-handoff-brief/)

Generate a handoff summary of recent incidents and ongoing issues for the next on-call engineer.

[Alert Fatigue Audit](/docs/ai/use-cases/alert-fatigue-audit/)

Identify noisy, flapping, and stale alerts by analyzing which alerts correlate with actual service degradation and which don't.

[Optimize Performance During Development](/docs/ai/use-cases/optimize-performance-during-development/)

Profile request paths via traces while building features to find overhead before it reaches production.

[Trace a Failing Request End-to-End](/docs/ai/use-cases/trace-failing-request-end-to-end/)

Debug a failed request from your IDE and get the full trace with span breakdown and error logs without opening a browser.

[Dashboard Creation from Natural Language](/docs/ai/use-cases/dashboard-creation-natural-language/)

Create custom dashboards by describing what you want to visualize in plain English.

[Incident Specific Dashboard Spin-Up](/docs/ai/use-cases/incident-specific-dashboard/)

Instantly generate focused dashboards for active incidents with relevant metrics and traces.

[Alert Creation from Natural Language](/docs/ai/use-cases/alert-creation-natural-language/)

Quickly create production ready alerts for newly deployed services using plain English.

[Postmortem Evidence Pack](/docs/ai/use-cases/postmortem-evidence-pack/)

After an incident is resolved, compile a timeline of alerts, log events, trace anomalies, and metric changes into a clean evidence summary.
