@ao-mcp/integrate
v0.1.0
Published
Connect your AI agent to the Automated Operations integration portal — a stdio bridge to the integrate.automatedoperations.com MCP server for clients without native remote-MCP support.
Downloads
29
Maintainers
Readme
@ao-mcp/integrate
Connect your AI agent to the Automated Operations integration portal.
The portal at integrate.automatedoperations.com lets platform partners (or their AI agents) self-service an integration with Automated Operations: guided requirements, validation that runs until green, and a live webhook test endpoint.
Usage
Most MCP clients support remote servers directly — point them at:
https://integrate.automatedoperations.com/mcpFor clients that only support stdio servers, use this bridge:
{
"mcpServers": {
"ao-integrate": {
"command": "npx",
"args": ["-y", "@ao-mcp/integrate"]
}
}
}In Claude Code:
claude mcp add ao-integrate -- npx -y @ao-mcp/integrateWhat your agent can do with it
- Learn exactly what an Automated Operations integration requires (auth patterns, event taxonomy, webhook contract, brand assets)
- Validate a draft submission until it passes
- Verify your work email via a one-click approval (no copy-pasting tokens out of emails)
- Submit, track review status, and respond to feedback
Environment
AO_INTEGRATE_MCP_URL— override the portal URL (testing only).
© Automated Operations, LLC. Licensed Apache-2.0.
