knowledge_management
Atlan
Connect Atlan to Elaichi and hand every teammate a governed MCP endpoint — 17 tools ready to call from Claude, Cursor, or any MCP client, clamped by roles, restrictions, and an audit log.
AI tools
Atlan tools for your AI agents
17 tools are ready to mint as an MCP endpoint the moment you connect Atlan — governed by the same roles, restrictions, and audit log as everything else in Elaichi.
create_a_atlan_group
Create a new group in Atlan by wrapping group details in a group object with attributes (alias and isDefault as arrays of strings) and an internal name. Returns: group. Required: group.attributes.alias, group.name. The internal name must be unique, all lowercase, and include only alphanumeric characters and the underscore (_).
list_all_atlan_groups
List all groups in Atlan. Returns group records including id, path, name, attributes (alias, isDefault, description), roles, and createdAt. Supports sorting by a property such as createdAt and column projection to restrict the fields returned.
atlan_groups_get_by_name
Retrieve groups in Atlan by name using a contains (ilike) search on the alias field. Returns a list of matching group records including id, path, name, attributes (alias, isDefault, description), roles, and createdAt. Required: filter.
atlan_groups_get_members
List users that are members of an Atlan group by providing the group's GUID. Returns each member user's id, username, and email. Required: group_id.
update_a_atlan_group_by_id
Update an Atlan group's attributes such as description and default group status. Returns: id, path, attributes. Required: id, path. The path must be the internal group name prefixed with /, and all attribute values are arrays of strings.
atlan_groups_remove_users
Remove one or more users from an Atlan group by specifying their user GUIDs. Returns an empty 204 response on success. Required: group_id, users.
create_a_atlan_user
Invite a user to Atlan by wrapping user details in a users array. Returns an empty 204 response on success. Required: users (each with email, role, and roleId). Role must be one of $admin, $member, or $guest. Look up role GUIDs via GET /api/service/roles.
list_all_atlan_users
List all users in Atlan with support for filtering by username or email. Returns: id, username, email. Default sort is by username.
atlan_users_get_groups
Retrieve the groups a user is a member of in Atlan. Returns: id, name, path, attributes. Required: user_id.
atlan_users_add_to_groups
Add a user to one or more groups in Atlan. Returns an empty 204 response on success. Required: user_id, groups.
atlan_users_change_role
Change the workspace role of a user in Atlan. Returns an empty 204 response on success. Required: user_id, roleId. Look up role GUIDs via GET /api/service/roles.
list_all_atlan_roles
List all workspace roles in Atlan. Returns: id, name. The id is the role GUID needed for user creation and role changes. No caller-supplied parameters beyond pagination.
create_a_atlan_sso_group_mapping
Create a new SSO group mapping in Atlan that links an identity-provider group to an Atlan group. Returns: identityProviderAlias, identityProviderMapper, id, name, config. Required: sso_alias.
get_single_atlan_sso_group_mapping_by_id
Get a single SSO group mapping in Atlan by its map identifier. Returns: identityProviderAlias, identityProviderMapper, id, name, config. Required: sso_alias, id.
list_all_atlan_sso_group_mappings
List all SSO group mappings for a given identity provider in Atlan. Returns: identityProviderAlias, identityProviderMapper, id, name, config. Required: sso_alias.
update_a_atlan_sso_group_mapping_by_id
Update an existing SSO group mapping in Atlan, typically to change the mapped SSO group name. Returns: identityProviderAlias, identityProviderMapper, id, name, config. Required: sso_alias, id.
delete_a_atlan_sso_group_mapping_by_id
Delete an SSO group mapping in Atlan by its map identifier. Returns an empty 204 response on success. Required: sso_alias, id.
How it works
From Atlan account to governed MCP endpoint
Connect
Link a Atlan account through Elaichi's hosted connect flow. Credentials are vaulted — nobody, including the AI, ever sees them.
Compose
The connection becomes a toolbox instantly. Curate which Atlan tools are exposed, rename them, or freeze arguments.
Mint
Mint a personal MCP endpoint on that toolbox and paste it into Claude, Cursor, or any MCP client — governed by roles, restrictions, and audit logs.
Give every teammate a governed MCP server
Start a 14-day Gold trial — connect a product, curate a toolbox, and paste an endpoint into Claude or Cursor in minutes.