# ora Integrations

ora is available as an official integration on multiple AI platforms.
Install from your preferred platform to start scanning domains for agent-readiness.

## Platforms

- **Cursor** - Add ora as an MCP server in Cursor settings
- **Claude.ai** - Connect ora via MCP on Claude Desktop and claude.ai
- **VS Code** - Use with GitHub Copilot or other AI extensions
- **Goose** - Listed in the Goose extension directory
- **Windsurf** - Install from the Windsurf MCP server list

## MCP Configuration

```json
{
  "mcpServers": {
    "ora": {
      "type": "streamable-http",
      "url": "https://www.ora.run/api/mcp"
    }
  }
}
```

Compatible with any MCP-capable client including Claude Desktop, Cursor, Windsurf, and custom agent frameworks.

## A2UI / Generative UI

ora supports A2UI (agent-to-UI) patterns. Agents can render score cards, layer breakdowns, and badge components directly in their UI using structured scan result data. The MCP server returns typed responses that map to generative UI components.
