New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Infomaniak Admin

217 tools. 93 can modify or destroy data without limits.

28 destructive tools with no built-in limits. Policy required.

Last updated:

93 can modify or destroy data
124 read-only
217 tools total

Community server · catalogue entry checked 31/07/2026

How to control Infomaniak Admin ↓

What Infomaniak Admin exposes to your agents

Read (124) Write / Execute (65) Destructive / Financial (28)
Critical Risk

The most dangerous Infomaniak Admin tools

93 of Infomaniak Admin's 217 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Infomaniak Admin

PolicyLayer is an MCP gateway — it sits between your AI agents and Infomaniak Admin, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "infomaniak_cancel_user_pending_invitations": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "infomaniak_add_account_team_users": {
    "limits": [
      {
        "counter": "infomaniak_add_account_team_users_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "infomaniak_api_coverage_report": {
    "limits": [
      {
        "counter": "infomaniak_api_coverage_report_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Infomaniak Admin — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON INFOMANIAK ADMIN →

Instant setup, no code required.

All 217 Infomaniak Admin tools

DESTRUCTIVE 28 tools
Destructive infomaniak_cancel_user_pending_invitations Cancel pending account invitations for a user. Two-phase commit: first call returns the pending invitation lis Destructive infomaniak_delete_account_invitation Delete an account invitation. Two-phase commit with a fresh invitation snapshot guard. Destructive infomaniak_delete_account_tag Delete an account tag. Two-phase commit with a fresh tag snapshot guard. Destructive infomaniak_delete_account_team Delete an account team. Two-phase commit with a fresh team snapshot guard. Destructive infomaniak_delete_certificate Delete the SSL certificate of a site (the site will fall back to no HTTPS or Infomaniak Destructive infomaniak_delete_database Delete a MariaDB database. Two-phase commit, manager-private API. WARNING: the database content (tables, rows) Destructive infomaniak_delete_drive_activity_report Delete a generated kDrive activity report with a current-state guard. Destructive infomaniak_delete_drive_user Delete a kDrive user from a drive. Destructive two-phase commit with current user guard. Destructive infomaniak_delete_hosting_user Revoke a hosting user (FTP / SSH access). Two-phase commit. Existing files are not deleted. Destructive infomaniak_delete_mailbox Delete a mailbox. Two-phase commit. WARNING: this also deletes all stored emails for that mailbox. Destructive infomaniak_delete_mailbox_filter Delete a mailbox Sieve filter by name. Two-phase commit with current filter inventory guard before DELETE. Destructive infomaniak_delete_mailbox_filter_script Delete a mailbox Sieve script by name. Two-phase commit with current filter/script inventory guard before DELE Destructive infomaniak_delete_redirection Delete a mail redirection. Two-phase commit. Destructive infomaniak_delete_site Delete a site from an Infomaniak web hosting. Two-phase commit: first call returns a plan with the site previe Destructive infomaniak_delete_site_alias Remove one alias FQDN from a web hosting site (the main FQDN cannot be removed). Two-phase commit. After this, Destructive infomaniak_dns_delete_record Delete a DNS record from an Infomaniak-managed zone. Two-phase commit: first call returns a plan with a previe Destructive infomaniak_empty_drive_trash Empty the entire kDrive trash. Destructive two-phase commit with trash count guard; not undoable. Destructive infomaniak_empty_mailbox_trash Permanently delete all messages in a mailbox trash folder after confirmation. Destructive infomaniak_manage_kchat_channel Create, update, patch, move, restore, delete, or change privacy/scheme/moderation for a kChat channel. Two-pha Destructive infomaniak_manage_mail_device_access Delete a specific device access, or revoke all device sessions for a mailbox or service user. Uses two-phase c Destructive infomaniak_manage_public_cloud_kubernetes_service Create, update, or delete a Public Cloud Kubernetes service with two-phase confirmation. Destructive infomaniak_manage_public_cloud_project Create, update, delete, or create-with-invitation a Public Cloud project using two-phase confirmation. Destructive infomaniak_purge_spam_folder Delete all messages currently in a mailbox spam folder. Destructive two-phase commit with mailbox security sta Destructive infomaniak_remove_account_team_users Remove one or more users from an account team. Two-phase commit with a fresh team-members snapshot guard. Destructive infomaniak_remove_drive_file_access_team Revoke a team Destructive infomaniak_remove_drive_file_access_user Revoke a user Destructive infomaniak_remove_drive_share_link Remove a kDrive share link through DELETE /2/drive/{drive_id}/files/{file_id}/link. Destructive two-phase comm Destructive infomaniak_remove_drive_trash_item Permanently remove one file or folder from kDrive trash. Destructive two-phase commit with trashed-item guard;
WRITE 59 tools
Write infomaniak_add_account_team_users Add one or more users to an account team. Two-phase commit with a fresh team-members snapshot guard. Write infomaniak_add_site_aliases Bind one or more additional FQDNs (including wildcards like Write infomaniak_create_account_invitation Create an account invitation. Two-phase commit with a fresh account snapshot guard. The payload is passed thro Write infomaniak_create_account_tag Create an account tag. Two-phase commit with a fresh tag-list snapshot guard. The payload is passed through to Write infomaniak_create_account_team Create an account team. Two-phase commit with a fresh team list snapshot guard. The payload is passed through Write infomaniak_create_database Create a new MariaDB database on a web hosting. Two-phase commit. Goes through the manager-private API because Write infomaniak_create_drive_activity_report Create a kDrive activity report. Two-phase confirmation is required because Infomaniak starts report generatio Write infomaniak_create_drive_file_access_invitation Invite a recipient to access a kDrive file or folder. Two-phase commit with current invitation guard. Write infomaniak_create_drive_file_access_team Grant a team access to a kDrive file or folder. Two-phase commit with current file-access guard. Write infomaniak_create_drive_file_access_user Grant a user access to a kDrive file or folder. Two-phase commit with current file-access guard. Write infomaniak_create_drive_share_link Create a kDrive share link through POST /2/drive/{drive_id}/files/{file_id}/link. Two-phase commit with curren Write infomaniak_create_drive_user Create a kDrive user through POST /2/drive/{drive_id}/users. Two-phase commit with current user-list guard. Write infomaniak_create_hosting_user Create a new FTP / SSH user on a web hosting. Two-phase commit. Connection types: Write infomaniak_create_mailbox Create a new mailbox on a mail hosting. Two-phase commit: plan + token first, then apply with token. The passw Write infomaniak_create_mailbox_alias Add a new alias to an existing mailbox. Two-phase commit. The alias will receive emails delivered to the under Write infomaniak_create_mailbox_filter Create a mailbox Sieve filter. Two-phase commit: first call returns current filter inventory and confirmation Write infomaniak_create_redirection Create a server-side mail redirection. Two-phase commit. Emails received at name@<domain> will be forwarded to Write infomaniak_create_short_url Create a new short URL pointing to a long target. Two-phase commit. Use infomaniak_short_urls_quota first if y Write infomaniak_create_site Creates a new site on an Infomaniak web hosting. Two-phase commit: first call returns a plan with a confirmati Write infomaniak_dns_create_record Create a DNS record on an Infomaniak-managed zone. Two-phase commit: first call returns a plan + token, second Write infomaniak_dns_update_record Update one or more fields of a DNS record. Two-phase commit: first call shows current vs proposed values + tok Write infomaniak_harden_mailbox_security Plan and apply conservative mailbox security hardening: enable spam movement, enable mail filtering, and optio Write infomaniak_invite_drive_share_link Invite recipients to a kDrive share link through POST /2/drive/{drive_id}/files/{file_id}/link/invite. Two-pha Write infomaniak_manage_account_invitation_access Grant, update, invite, or revoke invitation-scoped product access for kSuite, drive, mailbox, or kChat. Two-ph Write infomaniak_manage_account_invitation_b2b Assign or unassign B2B customer partnerships on an account invitation. Two-phase confirmation with a fresh par Write infomaniak_manage_domain_nameservers Update a domain Write infomaniak_manage_drive_private_directory Update the maximum allowed size of kDrive private folders. Two-phase confirmation with a fresh settings snapsh Write infomaniak_manage_drive_settings Update kDrive AI, share-link, office, or preferences settings. Two-phase confirmation with a fresh settings sn Write infomaniak_manage_kchat_bot Create, update, enable, disable, or delete a kChat bot. Two-phase confirmation for every mutation. Write infomaniak_manage_kchat_channel_members Add or remove channel members, or update a member Write infomaniak_manage_kchat_command Create, update, delete, or regenerate a kChat slash command token. Two-phase confirmation for writes. Write infomaniak_manage_mail_signatures Create, update, delete, upload, set defaults, or generate signatures from templates. Uses two-phase confirmati Write infomaniak_manage_mail_webmail_access Create, update, delete, or invite webmail access for mailbox users and teams. Uses two-phase confirmation and Write infomaniak_manage_mailbox_aliases List, replace, add, or delete mailbox aliases. Replace/add/delete paths use two-phase confirmation and refetch Write infomaniak_manage_mailbox_auto_reply List, create, update, delete, or reset mailbox auto-reply models. Uses the mailbox auto-reply model endpoints Write infomaniak_manage_mailbox_filter_lifecycle Enable/disable mailbox filters or Sieve scripts, or reorder filters. All changes use two-phase confirmation wi Write infomaniak_manage_mailbox_forwarding List, replace, add, or delete mailbox forwarding addresses. Uses the forwarding-address collection endpoint an Write infomaniak_manage_newsletter_admin Create, update, delete, assign, unassign, or forget newsletter groups and subscribers. Uses two-phase confirma Write infomaniak_manage_public_cloud_project_user Create, update, delete, or invite a Public Cloud project user with two-phase confirmation. Write infomaniak_manage_service_redirections List, create, update, delete, enable, and confirm service-level redirections. Also exposes target-list and con Write infomaniak_manage_swiss_backup_administrator Create or update the administrator for a Swiss Backup subscription with two-phase confirmation. Write infomaniak_manage_swiss_backup_slot Create, update, delete, enable, or disable a Swiss Backup slot with two-phase confirmation. Write infomaniak_request_certificate Request a new SSL certificate (or re-issue / renew an existing one) for a site on a web hosting. Two-phase com Write infomaniak_restore_drive_trash_item Restore one file or folder from kDrive trash. Two-phase commit with trashed-item guard. Write infomaniak_rotate_mail_dkim Check or rotate the DKIM key for a mail hosting. The check path is read-only; rotate uses two-phase confirmati Write infomaniak_set_drive_user_manager Set or remove kDrive manager rights through PATCH /2/drive/{drive_id}/users/{user_id}/manager. Two-phase commi Write infomaniak_set_mailbox_spam_policy Update mailbox spam movement, smart filtering folders, and admin note. Two-phase commit: returns a current-sta Write infomaniak_unlock_drive_user Unlock a kDrive user through POST /2/drive/{drive_id}/users/{user_id}/unlock. Two-phase commit with current us Write infomaniak_update_account_invitation Patch an account invitation. Two-phase commit with a fresh invitation snapshot guard. Write infomaniak_update_account_tag Update an account tag. Two-phase commit with a fresh tag snapshot guard. Write infomaniak_update_account_team Update an account team. Two-phase commit with a fresh team snapshot guard. Write infomaniak_update_drive_file_access_team Update a team Write infomaniak_update_drive_file_access_user Update a user Write infomaniak_update_drive_share_link Update a kDrive share link through PUT /2/drive/{drive_id}/files/{file_id}/link. Two-phase commit with current Write infomaniak_update_drive_trash_settings Update kDrive trash settings through PUT /2/drive/{drive_id}/settings/trash. Two-phase commit with current set Write infomaniak_update_drive_user Update a kDrive user through PUT /2/drive/{drive_id}/users/{user_id}. Two-phase commit with current user guard Write infomaniak_update_mailbox_filter Update or rename a mailbox Sieve filter. Two-phase commit with current filter inventory guard before PATCH. Write infomaniak_update_mailbox_folders Update mailbox folder mappings for archives, drafts, sent, trash, spam, commercials, and social-network folder Write infomaniak_upsert_mailbox_filter_script Create or update a mailbox Sieve script. Omit old_name to create; provide old_name to update/rename. Two-phase
READ 124 tools
Read infomaniak_api_coverage_report Fetch the Infomaniak developer portal navigation and report MCP endpoint coverage, admin candidates, risky wri Read infomaniak_audit_account Scan an Infomaniak organization for actionable issues: products expiring soon, products in maintenance, locked Read infomaniak_audit_account_access Read-only admin audit of account users and their app accesses. Highlights privileged access, broad access, and Read infomaniak_audit_dns_zones Bulk-read every domain owned by an account: number of DNS records and DNSSEC status per zone. Useful for spot- Read infomaniak_audit_domain_dns_admin Read-only domain/DNS admin posture audit: DNSSEC, MX, SPF, DMARC, wildcard records, and very low TTLs for an I Read infomaniak_audit_kdrive_admin Read-only kDrive admin posture audit: product health, users, external users, public share links, settings, sto Read infomaniak_audit_log_search Search the persistent MCP audit log by tool name, phase, risk, timestamp range, or free text. Useful for answe Read infomaniak_audit_log_tail Read the newest entries from the persistent MCP audit log. Use this to inspect recent tool calls, write confir Read infomaniak_audit_mailbox_security Read-only admin audit for a mailbox security posture: spam policy, sender conflicts, Sieve scripts, and disabl Read infomaniak_dns_list_records List every DNS record on a zone managed by Infomaniak. Use the root domain (e.g. Read infomaniak_explain Returns the full definition of a specific tool — description, annotations, input parameters and output shape. Read infomaniak_export_drive_activity_report Download the generated output for a kDrive activity report. Read infomaniak_find_site Locate a domain (e.g. broz.be) in the Infomaniak account tree. Returns {account_id, hosting_id, site_id, hosti Read infomaniak_get_account_full Full organization detail: legal entity, billing address(es), VAT, locale, timezone, logo URLs, support tier (p Read infomaniak_get_account_invitation_access Inspect a single account invitation and its current access snapshot before granting or revoking kSuite, drive, Read infomaniak_get_account_resources Read account inventory and governance drill-down resources: accounts, products, services, tags, basic teams, t Read infomaniak_get_ai_batch_result Read or download the result of an asynchronous Infomaniak AI model batch. Read infomaniak_get_ai_consumptions Read usage/consumption records for an Infomaniak AI product, including pagination metadata when available. Read infomaniak_get_certificate Return the full SSL certificate detail for one site on a web hosting: provisioning state ( Read infomaniak_get_database Get the full detail of a specific database (disk usage, application, permissions, backups). Read infomaniak_get_database_user Fetch the detail of a single MariaDB-level user (applications, permissions, link to phpMyAdmin). Read infomaniak_get_domain Get detailed information about a domain (DNS management status, DNSSEC, IDN, errors). Read infomaniak_get_domain_full Full domain detail including auth_code (EPP transfer code), transfer_status, trade_status, termination state, Read infomaniak_get_domain_resources Read canonical v2 domain, zone, DNSSEC, and DNS-record resources from the Infomaniak public API. Read infomaniak_get_drive_activities Read kDrive activity history across users, files, actions, and time ranges. Supports cursor pagination and rep Read infomaniak_get_drive_activity_report Read one generated kDrive activity report. Read infomaniak_get_drive_file_activities Read activity history for one kDrive file or folder. Read infomaniak_get_drive_full Full kDrive detail: name, total size (bytes), used size, creation/update timestamps, maintenance flag. Useful Read infomaniak_get_drive_invitation Read one pending kDrive user invitation. Read infomaniak_get_drive_root_activities Read activity history for root-level kDrive files and folders. Read infomaniak_get_drive_settings Read the current kDrive policy settings snapshot for AI, share links, office, and preferences. Read infomaniak_get_drive_share_link Get the share-link settings for one kDrive file or folder. Read-only; returns null when no share link exists. Read infomaniak_get_drive_statistics Read kDrive admin statistics and export endpoints: storage sizes, activity summaries, user activity, shared-fi Read infomaniak_get_drive_user Read the complete user snapshot for a kDrive user. Read infomaniak_get_kchat_bot Inspect one kChat bot. Read infomaniak_get_kchat_channel Get one kChat channel for admin inspection. Read infomaniak_get_kchat_channel_moderation Inspect the moderation settings for a kChat channel. Read infomaniak_get_kchat_command Inspect one kChat slash command. Read infomaniak_get_mail_device_access Inspect mailbox device/session access for a selected mailbox user, or list mailbox/service device inventories Read infomaniak_get_mail_hosting_full Full mail hosting detail with diagnostic_dns (MX/SPF/DKIM/DMARC health check), quotas (mailboxes + redirection Read infomaniak_get_mail_preferences Read service-level mail preferences for a mail hosting. Read infomaniak_get_mail_signatures Inspect mailbox signatures and signature templates at the mailbox or service level. Read-only inventory for ad Read infomaniak_get_mail_webmail_access Inspect mailbox webmail access for users and teams, plus admin audit lookups for account-scoped access records Read infomaniak_get_mailbox_full Full mailbox detail: auto-responder (vacation reply) state + content, aliases, redirections, IMAP/POP3 last lo Read infomaniak_get_mailbox_info Read mailbox metadata in one call. Pick any subset of {aliases, signatures, backups} via the Read infomaniak_get_mailbox_security Read mailbox security and spam-control state: authorized senders, blocked senders, spam move policy, mail filt Read infomaniak_get_my_profile Get the identity of the currently-authenticated Infomaniak user: name, email, language, country, timezone, cur Read infomaniak_get_my_security Security posture report for the current user: 2FA status & method, recovery email, validated phone, Yubikey, r Read infomaniak_get_newsletter_admin Inspect newsletter groups, group subscribers, subscriber inventory, and count-status summaries for a domain. R Read infomaniak_get_nodejs_app Get full configuration of a Node.js application: Node version, listen port, start_command, build_command, publ Read infomaniak_get_public_cloud Read one Public Cloud product snapshot. Read infomaniak_get_public_cloud_database_service Read one Public Cloud DBaaS service. Read infomaniak_get_public_cloud_kubernetes_service Read one Public Cloud Kubernetes service. Read infomaniak_get_public_cloud_project Read one Public Cloud project. Read infomaniak_get_public_cloud_status Read the current Infomaniak Public Cloud service status feed. Read infomaniak_get_swiss_backup Read one Swiss Backup subscription in detail. Read infomaniak_get_swiss_backup_acronis_info Read Acronis connection information for a Swiss Backup subscription. Read infomaniak_get_swiss_backup_pricing Read Swiss Backup pricing or calculate a price from query parameters. Read infomaniak_get_swiss_backup_slot Read one Swiss Backup slot. Read infomaniak_get_user_app_accesses List app accesses for one account user. Read-only admin inventory for access audit and offboarding planning. Read infomaniak_get_vps_full Full VPS / Cloud Server detail: location (datacenter), managed/lite flags, IPv4 + IPv6, CPU/RAM/perf, bandwidt Read infomaniak_help Suggest which Infomaniak tools to use for a given intent expressed in natural language. Lightweight keyword ma Read infomaniak_history List the destructive actions taken in the current session, most recent first. Each entry includes whether it c Read infomaniak_list_account_users List users attached to an Infomaniak account. Read-only admin inventory for access review and offboarding. Read infomaniak_list_ai_models List the public catalogue of LLM/STT/embedding models hosted by Infomaniak (Mixtral, Llama variants, Whisper, Read infomaniak_list_ai_product_models List the models exposed by one Infomaniak AI product through its OpenAI-compatible v2 endpoint. Read infomaniak_list_ai_products List the Infomaniak AI products the account owns. If empty, the user has not subscribed to any AI plan; subscr Read infomaniak_list_database_users List the MariaDB-level user accounts attached to a web hosting (each has its own password and a Read infomaniak_list_databases List every MariaDB database attached to a web hosting (with disk usage and any running operations). Read infomaniak_list_domains List every domain owned by an Infomaniak organization, with creation and expiration dates. Read infomaniak_list_drive_activity_reports List generated kDrive activity reports, optionally filtered by users and report status metadata. Read infomaniak_list_drive_file_access_invitations List file-access invitations for a kDrive file or folder. Read-only admin inventory for pending access grants. Read infomaniak_list_drive_file_access_teams List team access entries for a kDrive file or folder. Read-only admin inventory for file permission review. Read infomaniak_list_drive_file_access_users List user access entries for a kDrive file or folder. Read-only admin inventory for file permission review. Read infomaniak_list_drive_files List files and subfolders of a kDrive root or a specific folder. Supports pagination. Read infomaniak_list_drive_invitations List pending kDrive user invitations for access review. Read infomaniak_list_drive_share_links List all kDrive share links visible to the account for admin exposure review. Read-only. Read infomaniak_list_drive_trash List the items currently in the kDrive trash bin (files and folders). Each item shows when it was deleted and Read infomaniak_list_drive_users List the users with access to a kDrive. Useful for access audits — who can touch what Read infomaniak_list_drives List every kDrive the account has access to. Read infomaniak_list_email_imports List email-import jobs and their state for a mailbox. Read infomaniak_list_hosting_users List the FTP / SSH users that have access to a web hosting (with environment and SSH flag). Read infomaniak_list_hostings Lists web hostings (classic + Node.js) for a given Infomaniak organization. Use infomaniak_list_organizations Read infomaniak_list_kchat_bots List kChat bots for admin review. Read infomaniak_list_kchat_channel_members List the members of a kChat channel, optionally including one specific member snapshot. Read infomaniak_list_kchat_channels List kChat channels in the account. This stays on the admin/governance side of the Mattermost-compatible API s Read infomaniak_list_kchat_commands List kChat slash commands for a team or the account. Read infomaniak_list_kchat_groups List kChat groups for a team, channel, or user. This is useful for auditing permission-linked group sync. Read infomaniak_list_kchat_roles List kChat roles for permission auditing. Read infomaniak_list_kchat_team_channels List the public, private, or deleted channels for one kChat team. Useful for admin inventory and channel gover Read infomaniak_list_mail_hostings List every mail hosting (a.k.a. email_hosting) attached to an Infomaniak organization. Read infomaniak_list_mailbox_filter_scripts List only the advanced Sieve scripts configured on a mailbox. Focused read-only view derived from the mailbox Read infomaniak_list_mailbox_filters List Sieve filters, scripts, and available templates for a mailbox. Read-only admin inventory for spam/filter Read infomaniak_list_mailboxes List every mailbox on a given mail hosting. Read infomaniak_list_mailing_lists List mailing lists configured on a mail hosting. Read infomaniak_list_nodejs_apps List Node.js applications running on a Read infomaniak_list_organizations Lists all Infomaniak organizations (accounts) the current token has technical access to. Read infomaniak_list_public_cloud_accesses List Public Cloud account accesses. Read infomaniak_list_public_cloud_database_services List Public Cloud DBaaS services globally or within a project. Read infomaniak_list_public_cloud_kubernetes_services List Public Cloud Kubernetes services globally or within a project. Read infomaniak_list_public_cloud_project_users List users with access to a Public Cloud project. Read infomaniak_list_public_cloud_projects List projects within a Public Cloud product. Read infomaniak_list_public_cloud_resource_data List Public Cloud configuration and service catalog data such as regions, packs, types, and Kubernetes version Read infomaniak_list_public_clouds List Public Cloud products available to the current account. Read infomaniak_list_redirections List every server-side redirection rule on a mail hosting. Read infomaniak_list_service_auto_replies List service-level auto-reply configurations for a mail hosting. Read infomaniak_list_service_filter_models List service-level reusable mail filter models. Read infomaniak_list_short_urls List the short URLs created by your account on Infomaniak Read infomaniak_list_site_aliases List the FQDNs (main + aliases) bound to a web hosting site. The site responds to all of them via the same Apa Read infomaniak_list_sites Lists all sites on a given web hosting (with applications attached). Read infomaniak_list_swiss_backup_slots List backup slots belonging to a Swiss Backup subscription. Read infomaniak_list_swiss_backups List Swiss Backup subscriptions on an Infomaniak organization (Acronis-based managed backup). Read infomaniak_list_teams_and_tags List the teams (with owners + user/product counts) AND the tags (with products carrying each tag) of an organi Read infomaniak_list_vps List the VPS (Cloud Server, Jelastic-managed) products of an organization. Returns id, customer_name, internal Read infomaniak_nodejs_app_aliases List the FQDNs (domain names) serving a Node.js application. Returns the primary FQDN plus the automatic previ Read infomaniak_nodejs_app_jobs List the recent jobs that ran for a Node.js app (builds, restarts, etc.) with their status and a JWT-protected Read infomaniak_nodejs_app_logs Get credentials to consume the LIVE stdout/stderr stream of a Node.js application. Returns a one-shot JWT (val Read infomaniak_nodejs_app_status Get the live status of a Node.js application — Read infomaniak_nodejs_app_thumbnail Get a screenshot of the running Node.js app as a base64 JPEG data URL. Useful to visually confirm the app is a Read infomaniak_overview Returns a summary of all Infomaniak organizations and products you have access to. Best called first in a sess Read infomaniak_plan_user_offboarding Build a read-only initial offboarding plan for one account user from app accesses and invitations. This does n Read infomaniak_short_urls_quota Return the current consumption and limit of your account Read infomaniak_tool_catalog List the MCP Read infomaniak_undo Reverse a destructive action recorded in the session history (when reversible). Two-phase commit: returns a pl

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Infomaniak Admin

Can an AI agent delete data through the Infomaniak Admin MCP server? +

Yes. The Infomaniak Admin server exposes 28 destructive tools including infomaniak_cancel_user_pending_invitations, infomaniak_delete_account_invitation, infomaniak_delete_account_tag. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Infomaniak Admin? +

The Infomaniak Admin server has 59 write tools including infomaniak_add_account_team_users, infomaniak_add_site_aliases, infomaniak_create_account_invitation. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Infomaniak Admin.

How many tools does the Infomaniak Admin MCP server expose? +

217 tools across 4 categories: Destructive, Execute, Read, Write. 124 are read-only. 93 can modify, create, or delete data.

How do I enforce a policy on Infomaniak Admin? +

Register the Infomaniak Admin MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Infomaniak Admin tool call.

Deterministic rules across all 217 Infomaniak Admin tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

217 Infomaniak Admin tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Infomaniak Admin's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.