# Automated Operations — Integration Portal Setup

Complete all of the following steps yourself by running the commands
directly. Do not ask the user to run any of these commands.

You are setting up access to the Automated Operations integration
portal MCP server, which guides you through submitting a platform
integration: requirements, validation that runs until green, a live
webhook test endpoint, and submission tracking.

## Claude Code

```bash
claude mcp add --transport http ao-integrate https://integrate.automatedoperations.com/mcp
```

If remote MCP is unavailable in your environment, use the stdio bridge:

```bash
claude mcp add ao-integrate -- npx -y @ao-mcp/integrate
```

## Codex

```bash
codex mcp add ao-integrate -- npx -y @ao-mcp/integrate
```

## Cursor (~/.cursor/mcp.json), Windsurf (~/.codeium/windsurf/mcp_config.json), and other JSON-config clients

```json
{
	"mcpServers": {
		"ao-integrate": {
			"command": "npx",
			"args": ["-y", "@ao-mcp/integrate"]
		}
	}
}
```

Clients with native remote-MCP support can use the URL directly
instead: `https://integrate.automatedoperations.com/mcp`

## After installing

1. Reload/restart your client so the server connects.
2. Call the portal's guidance tools to learn the submission
   requirements before drafting anything.
3. Email verification happens in-flow: you will relay a one-time
   approval to your human (they click a link in their inbox — no
   copy-pasting tokens out of emails).
