adlyse-admin
Endpoint: https://mcp.adlyse.com/mcp/admin/
Organization control-plane information for trusted administration. Use this server to inspect the selected organization and enumerate the direct client organizations it manages.
Agent, skill, workflow, schedule, table, and institutional-memory authoring now
lives on adlyse-workflows and is also included in
adlyse-all.
adlyse-admin is not part of the aggregate connector. OAuth callers need the
admin scope and the user must have agency-management permission in the
selected organization. Organization API keys continue to authenticate
organization-scoped admin access.
Tools#
| Tool | Purpose |
|---|---|
get_organization | Current organization details, or one direct sub-organization by id or slug |
list_sub_organizations | Paginated direct client organizations, with search and suspension filtering |
Boundaries#
An organization reference is limited to the credential’s current organization or one of its direct children. The server never resolves an unrelated org by a guessed id or slug. Agency depth is one level, matching the product model.
Common errors#
error_type | Typical cause |
|---|---|
auth_error | Missing, invalid, expired, or revoked token |
permission_denied | OAuth token lacks admin, or the user lacks agency-management permission |
not_found | The requested organization is outside the current organization family |
validation_error | Invalid pagination input |