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

# MCP Monitoring

> See who called which tools through your MCP Gateways, how often, and how they performed.

MCP Monitoring shows how your MCP Gateways are being used: which tools are called, by whom, how often, and how they perform. Find it at [airia.ai/gateway/feeds/mcp](https://airia.ai/gateway/feeds/mcp/).

The page has two tabs, **Overview** and **Activity**, that share one time-range selector. The range runs from the last hour to the last 7 days and defaults to the last 24 hours.

## Which tab to use

|                 | Overview                                             | Activity                                                              |
| --------------- | ---------------------------------------------------- | --------------------------------------------------------------------- |
| **Shows**       | Aggregate health and traffic across Gateways         | Individual requests, one row each                                     |
| **Use it to**   | Spot trends, error spikes, and top tools at a glance | Audit a specific call, investigate an error, or trace a user's report |
| **Granularity** | Charts and summary counts                            | Per-request log with full payloads                                    |

## Overview tab

A high-level snapshot of Gateway health and traffic for the selected time range. It includes:

* Active Gateway count
* Total tool calls
* Error rate
* Typical response latency
* A traffic chart broken out per Gateway
* A table of your most-used tools

## Activity tab

A searchable, filterable log of individual requests made through your Gateways. Each entry shows when and where a request happened, who made it, whether it succeeded, and how long it took. Every entry carries a **Correlation ID** you can reference when contacting support about a specific call.

Each request records one of these statuses:

| Status      | Meaning                                                                                   |
| ----------- | ----------------------------------------------------------------------------------------- |
| `Succeeded` | The request completed successfully.                                                       |
| `Denied`    | The request was blocked by an access policy or guardrail before reaching its destination. |
| `Error`     | The request reached its destination but failed.                                           |

Click any row to open the full request detail, including the raw **Request** and **Response** payloads exchanged with the MCP server. You can copy each payload to your clipboard.

<Note>
  You can restrict a user's access to sensitive data from their account settings. A restricted user sees a notice in place of the raw Request and Response payloads.
</Note>

## Who can see what

Visibility on the MCP Monitoring page depends on the viewer's role.

| Role                                                   | Scope of visibility                                                    |
| ------------------------------------------------------ | ---------------------------------------------------------------------- |
| Platform Admin, Admin, Read-Only Admin, Security Admin | The entire tenant: every Gateway and every user's requests             |
| Project Admin                                          | Only their own Personal Gateways (no automatic tenant-wide visibility) |
| End User                                               | Only their own Personal Gateways                                       |

<Note>
  If your organization uses [custom roles](/admin-hub/account_settings/custom-roles), tenant-wide visibility is controlled by a dedicated analytics permission instead of the built-in roles above.
</Note>

End Users and Project Admins need the **MCP Gateway** permission to open the MCP Monitoring page at all. An administrator configures it under **Account Settings**.

## Related Resources

<CardGroup cols={2}>
  <Card title="Tenant vs. Personal Gateways" icon="sitemap" href="/mcps/admin-controls/tenant-vs-personal-gateway-configs">
    Understand which activity each visibility level covers
  </Card>

  <Card title="Tool Scanning" icon="shield" href="/mcps/admin-controls/tool-scanning">
    See how guardrails decide what gets denied
  </Card>

  <Card title="Custom Roles" icon="user-gear" href="/admin-hub/account_settings/custom-roles">
    Grant the analytics permission for tenant-wide visibility
  </Card>

  <Card title="Set up a Gateway" icon="plug" href="/mcps/end-user-usage/how-to-set-up-a-gateway">
    Connect a Gateway to Cursor or Claude
  </Card>
</CardGroup>
