# 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.ai/api/mcp"
    }
  }
}
```

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

## Skills

The same server also serves skills for coding agents (e.g. `agent-ready-website`) via the `list_skills` / `get_skill` tools and `skill://` resources - no separate configuration needed. (The former skills endpoint at https://ora.ai/skill/mcp still works and serves this same server.)

## 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.
