# Arize AX

Search the Arize AX knowledge base to find code examples, API references, and implementation guides. Access technical documentation quickly to understand features and streamline development workflows…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ArizeAI/docs

# Browse available tools
npx -y smithery tool list ArizeAI/docs

# Get full schema for a tool
npx -y smithery tool get ArizeAI/docs SearchArizeAxDocs

# Call a tool
npx -y smithery tool call ArizeAI/docs SearchArizeAxDocs '{}'
```

## Direct MCP Connection

Endpoint: `https://docs--arizeai.run.tools`

## Tools (1)

- `SearchArizeAxDocs` — Search across the Arize AX Docs knowledge base to find relevant information, code examples, API references, and guides.…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ArizeAI/docs <tool-name>
```
