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

# AX MCP Endpoints

> Regional endpoints for the Arize AX MCP server.

## Endpoints

| Region                   | URL                                       |
| ------------------------ | ----------------------------------------- |
| Global                   | `https://api.arize.com/mcp`               |
| EU (`eu-west-1a`)        | `https://api.eu-west-1a.arize.com/mcp`    |
| Canada (`ca-central-1a`) | `https://api.ca-central-1a.arize.com/mcp` |

Use the global endpoint unless data residency requires otherwise. The transport is Streamable HTTP, so configure your client with type `http` rather than `stdio` or `sse`.

<Note>
  Keys are scoped to the account they were created in. A key from your EU account will not authenticate against the global endpoint, and the failure looks like a permission error rather than a bad key.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/docs/api-clients/mcp/authentication">
    Get an API key and see how bearer token auth works.
  </Card>

  <Card title="Connect your client" icon="plug" href="/docs/api-clients/mcp/connect">
    Per-client setup for Claude Code, Cursor, Claude Desktop, Codex, and others.
  </Card>

  <Card title="Tool catalog" icon="list" href="/docs/api-clients/mcp/tool-catalog">
    Every tool, grouped by resource.
  </Card>
</CardGroup>
