revenexx / Integrations
Service Online Env · PRODUCTION Auth · Zitadel JWT

Integrations
Service.

The runtime that connects revenexx Revenue Cloud tenants to the outside world — multi-tenant, JWT-secured, and built for third-party APIs, webhooks, and encrypted secret storage.

MCP · Drop into your AI client
claude mcp add --transport http revenexx-workflows \
  https://integrations.revenexx.com/mcp/workflows \
  --header "Authorization: Bearer <ZITADEL_JWT>" \
  --header "X-Tenant-Id: <TENANT_ID>"

Add to ~/.config/opencode/opencode.json:

{
  "mcp": {
    "revenexx-workflows": {
      "type": "remote",
      "url": "https://integrations.revenexx.com/mcp/workflows",
      "enabled": true,
      "headers": {
        "Authorization": "Bearer <ZITADEL_JWT>",
        "X-Tenant-Id": "<TENANT_ID>"
      }
    }
  }
}
{
  "mcpServers": {
    "revenexx-workflows": {
      "url": "https://integrations.revenexx.com/mcp/workflows",
      "headers": {
        "Authorization": "Bearer <ZITADEL_JWT>",
        "X-Tenant-Id": "<TENANT_ID>"
      }
    }
  }
}