> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mcpcat.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> MCPcat tells you exactly what agents are doing on your product and where they're getting stuck.

**AI agents are a new type of user.** They scale like traditional software but act like humans. And existing analytics tools fail to give you the insights and data you need to optimize your products for agents.

<img className="block dark:hidden" src="https://mintcdn.com/mcpcat/MGwu3r7iyFyBFWNA/images/hero-light.svg?fit=max&auto=format&n=MGwu3r7iyFyBFWNA&q=85&s=644dac6762384f80d6215a44195e1d8b" alt="MCPcat in light mode" width="940" height="714" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/mcpcat/MGwu3r7iyFyBFWNA/images/hero-dark.svg?fit=max&auto=format&n=MGwu3r7iyFyBFWNA&q=85&s=ed28814f35125e113b2c0cac1e159bc3" alt="MCPcat in dark mode" width="940" height="714" data-path="images/hero-dark.svg" />

MCPcat helps you:

* **Replay every session:** step through exactly what your agents did and why they made each tool call
* **Understand agent goals:** see what agents were trying to accomplish and whether they were successful
* **Automatically capture issues**: track how often agents run into errors, hallucinations, and problems
* **Forward telemetry:** send enriched data to your existing tools like Datadog, Sentry, and PostHog via OTEL
* **Get a high-level overview:** visualize your traffic by client, server, location, model, and more

## What can MCPcat help with?

<CardGroup cols={2}>
  <Card title="Session Replay" icon="play" href="/features/session-replay">
    Replay agent sessions to debug issues and understand usage patterns
  </Card>

  <Card title="Agent Goals" icon="sparkles" href="/features/goals">
    Understand *why* agents call your tools
  </Card>

  <Card title="Identify Issues" icon="bug" href="/features/issues">
    Find the most common errors and hallucinations agents are making
  </Card>

  <Card title="Dashboard Analytics" icon="layout-dashboard" href="/features/dashboard">
    Visualize usage trends, client distributions, and tool-level performance
  </Card>
</CardGroup>
