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

# Analytics

> Monitor how your MCP server is being used.

Analytics provides an overview of your server's usage and performance, helping you understand how AI clients interact with your MCP capabilities over time.

Use Analytics to identify trends, monitor reliability, and quickly spot potential issues.

## What you can monitor

Analytics includes metrics such as:

* Total MCP requests
* Calls by tool, resource, or prompt
* Successful and failed requests
* Response time
* Request and response size
* MCP client usage

Use filters such as **date range** and **capability** to focus on specific activity.

## Understanding your metrics

Analytics can help you identify common issues:

* An increase in **401** or **403** responses may indicate expired or invalid credentials.
* More failed requests could suggest upstream API changes, invalid inputs, or disabled capabilities.
* Higher response times often point to slower upstream APIs or larger responses.
* Changes in usage can help you understand how clients are interacting with your server.

For help with credential failures, see [Authentication errors](/troubleshooting/authentication-errors). For request-specific investigation, use [**Logs**](/guides/logs).

## Privacy

Analytics is designed to measure usage, not capture your data.

0mcp records operational metrics needed to monitor your MCP server, such as request counts, response times, and status codes.

It does **not** require API credentials or full request and response payloads to generate analytics. This helps you monitor performance while keeping your application data private.

<Info>
  Analytics stores operational measurements, not your API credentials, request bodies, or response bodies.
</Info>

## When to use Analytics vs. Logs

Use **Analytics** to understand overall trends and server health.

Use [**Logs**](/guides/logs) when you need to investigate a specific request, error, or capability in more detail.
