AIquila — Nextcloud MCP Server

295 tools. 179 can modify or destroy data without limits.

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

Last updated:

179 can modify or destroy data
116 read-only
295 tools total

Community server · catalogue entry checked 28/06/2026

How to control AIquila — Nextcloud MCP Server ↓

What AIquila — Nextcloud MCP Server exposes to your agents

Read (116) Write / Execute (132) Destructive / Financial (47)
Critical Risk

The most dangerous AIquila — Nextcloud MCP Server tools

179 of AIquila — Nextcloud MCP Server's 295 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control AIquila — Nextcloud MCP Server

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

Deny destructive operations
{
  "bulk_file_operations": {
    "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
{
  "accept_pending_share": {
    "limits": [
      {
        "counter": "accept_pending_share_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "aiquila_show_config": {
    "limits": [
      {
        "counter": "aiquila_show_config_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 AIquila — Nextcloud MCP Server — 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 AIQUILA — NEXTCLOUD →

Instant setup, no code required.

All 295 AIquila — Nextcloud MCP Server tools

DESTRUCTIVE 47 tools
Destructive bulk_file_operations Execute multiple file operations (move, copy, delete) sequentially in a single call. Returns per-item results. Destructive circles_delete Delete a circle/team. Requires owner privileges. Destructive circles_remove_member Remove a member from a circle/team. Use circles_list_members to get the memberId. Requires moderator privilege Destructive clear_out_of_office Clear a user Destructive clear_user_status_message Clear the current user Destructive delete Delete a file or folder from Nextcloud Destructive delete_all_form_submissions Delete every submission for a form. The form itself is kept. This cannot be undone. Destructive delete_all_notifications Delete all notifications for the current user Destructive delete_announcement Delete an announcement by its ID. Requires the configured Nextcloud user to be an admin. Destructive delete_bookmark Delete a bookmark by its ID. This action is irreversible. Destructive delete_bookmark_folder Delete a bookmark folder and all its contents. This action is irreversible. Destructive delete_bookmark_tag Delete a bookmark tag. The tag will be removed from all bookmarks. Destructive delete_contact Delete a contact from a Nextcloud address book by UID. This action is irreversible. Destructive delete_coworker Delete a coworker and its run history. Destructive delete_event Delete a calendar event from Nextcloud by UID. This action is irreversible. Destructive delete_feed Delete (unsubscribe from) a feed and all its items. Destructive delete_form Permanently delete a form and all of its submissions. This cannot be undone. Destructive delete_form_option Delete an option from a choice question. Destructive delete_form_question Delete a question from a form. Destructive delete_form_share Revoke a form share. Destructive delete_form_submission Delete a single submission by ID. Destructive delete_map Delete a custom map. This action is irreversible. Destructive delete_map_device Delete a GPS tracking device and all its location points. This action is irreversible. Destructive delete_map_favorite Delete a map favorite by its ID. This action is irreversible. Destructive delete_news_folder Delete a News folder and all feeds it contains. Destructive delete_note Delete a note by its ID. Destructive delete_poll Permanently delete a poll. This cannot be undone. Destructive delete_poll_comment Delete one of your poll comments by comment ID. Destructive delete_poll_option Delete an option from a poll by option ID. Destructive delete_poll_share Revoke a poll share by its token (obtained from list_poll_shares or add_poll_share). Destructive delete_project Delete an AIquila project. Associated paths are removed and conversations referencing it are unlinked. Destructive delete_recipe Delete a recipe from Nextcloud Cookbook. This removes the entire recipe folder including images. This action i Destructive delete_share Delete a share in Nextcloud Destructive delete_task Delete a task from Nextcloud Tasks by UID. This action is irreversible. Destructive delete_terms_of_service Delete a single terms of service entry by its id (see get_terms_of_service). Requires Destructive delete_text_workspace Delete the Text workspace file (Readme.md) for a folder. The folder itself is kept. No-op if the folder has no Destructive empty_trash Permanently delete all files in the trash (cannot be undone) Destructive mail_delete_message Delete an email message by ID. This typically moves it to trash. Destructive photos_delete_album Delete a photo album. This only removes the album — the underlying files are not deleted. Destructive remove_project_path Remove a file or directory path from an AIquila project. Destructive remove_user_from_group Remove a Nextcloud user from a group. Requires admin privileges Destructive reset_map_photo_coords Remove GPS coordinates from one or more photos. Destructive reset_registration_setting Reset a Nextcloud Registration app setting to its default by deleting the stored value. Destructive reset_terms_signatures Reset ALL users Destructive talk_delete_message Delete a message from a Talk conversation. Destructive talk_remove_participant Remove a participant from a Talk conversation by their attendee ID (from list_participants). Destructive uninstall_app Remove a Nextcloud app via occ app:remove
WRITE 123 tools
Write accept_pending_share Accept a pending federated/remote share Write add_date_poll_option Add a date/time option to a datePoll. Provide startAt as ISO-8601 (e.g. Write add_feed Subscribe to a new RSS feed by URL, optionally placing it in a folder. Write add_map_device_point Log a GPS location point for a device. The device is auto-created by user_agent if it doesn Write add_poll_comment Post a comment on a poll (requires comments to be enabled). Write add_poll_share Share a poll. type= Write add_project_path Add a file or directory path to an AIquila project. Write add_text_poll_option Add a text option to a textPoll (e.g. Write add_user_to_group Add a Nextcloud user to a group. Requires admin privileges Write aiquila_configure Configure AIquila settings (API key, model, tokens, timeout) Write assign_system_tag Assign a system tag to a file by file ID and tag ID. Use get_file_info to obtain the file ID. Write circles_add_member Add a member to a circle/team. Requires moderator privileges or higher. Member type: 1=user (default), 2=group Write circles_create Create a new circle/team. The current user becomes the owner. Set personal=true for a private circle only visi Write clone_form Clone an existing form (its questions, options, and settings) into a new form. Write clone_poll Clone an existing poll, copying its configuration and options into a new poll. Write close_poll Close a poll immediately so no further votes are accepted. Write complete_task Mark a task as completed or reopen it. Sets STATUS, PERCENT-COMPLETE, and COMPLETED date atomically. Write copy_file Copy a file or folder in Nextcloud Write create_announcement Create a new announcement in the Announcement Center. This is visible to all or Write create_archive Create a zip archive in Nextcloud from one or more files and/or folders. Runs server-side; not bound by MCP fi Write create_bookmark Create a new bookmark in Nextcloud Bookmarks. URL is required; title, description, tags, and folders are optio Write create_bookmark_folder Create a new bookmark folder. Write create_contact Create a new contact in a Nextcloud address book with name, email, phone, address, organization, and other pro Write create_coworker Create a coworker. Provide templateId to start from a built-in template (e.g. Write create_event Create a new calendar event in Nextcloud with date/time, location, description, attendees, and optional recurr Write create_folder Create a folder in Nextcloud Write create_form Create a new empty form. Returns the new form ID. Use update_form to set title/description and create_form_que Write create_form_options Add one or more options to a choice question (multiple/multiple_unique/dropdown). Pass an array of option text Write create_form_question Add a question to a form. For choice questions use type Write create_form_share Share a form. type= Write create_form_submission Submit answers to a form. Write create_map Create a new custom map in Nextcloud Maps. Write create_map_favorite Create a new map favorite (saved location/pin) in Nextcloud Maps. Latitude and longitude are required. Write create_news_folder Create a new folder for organizing feeds in the News app. Write create_note Create a new note in Nextcloud Notes. Write create_poll Create a new poll. Type Write create_project Create a new AIquila project. Projects bundle files/directories with an optional system prompt that gets injec Write create_recipe Create a new recipe in Nextcloud Cookbook with schema.org Recipe format. Write create_share Create a file or folder share in Nextcloud Write create_system_tag Create a new system tag in Nextcloud. Returns the created tag info. Write create_task Create a new task in Nextcloud Tasks with optional due date, start date, tags, location, and subtask relations Write deck_archive_card Archive or unarchive a Deck card. Write deck_assign_label Assign a label to a Deck card. Use deck_get_board to see available labels and their IDs. Write deck_assign_user Assign a user to a Deck card. Write deck_create_board Create a new Deck board. Write deck_create_card Create a new card in a Deck stack. Write deck_create_stack Create a new stack (column) on a Deck board. Write deck_move_card Move a card to a different stack (column) on the same board. This is the core kanban action for changing card Write deck_update_card Update an existing Deck card. Provide only the fields you want to change. Fetches the current card first to pr Write decline_pending_share Decline a pending federated/remote share Write disable_app Disable an enabled Nextcloud app (preserves data but removes functionality). Requires admin privileges Write disable_user Disable a Nextcloud user account (prevents login but preserves data). Requires admin privileges Write enable_user Enable a disabled Nextcloud user account. Requires admin privileges Write export_map_favorites Export favorites as a GPX file to the user Write export_map_route Export a route or track as a GPX file to the user Write generate_social_share_links Generate social-network share URLs (email, X/Twitter, Facebook, Telegram, WhatsApp, Write import_map_devices Import device location data from a file in Nextcloud storage. Supports GPX, KML, and KMZ. Write import_map_favorites Import favorites from a file in Nextcloud storage. Supports GPX, KML, KMZ, JSON, and GeoJSON. Write mail_move_message Move an email message to a different mailbox/folder. Write mail_set_message_flags Set flags on an email message (mark as read/unread, star/unstar, mark as important or junk). Write mark_feed_read Mark all items in a feed as read up to (and including) the given newest item ID. Write mark_item_read Mark a single news item as read. Write mark_item_unread Mark a single news item as unread. Write mark_items_read Mark multiple news items as read in one call. Write mark_news_folder_read Mark all items in a folder as read up to (and including) the given newest item ID. Write mark_notification_read Mark a notification as read (deletes it) Write move_feed Move a feed into a different folder. Write move_file Move or rename a file or folder in Nextcloud Write photos_add_collaborators Add collaborators (users or groups) to a photo album. Collaborators can view and add photos to the album. Write photos_add_to_album Add one or more files to a photo album. Files are referenced by their Nextcloud path. The files themselves are Write photos_create_album Create a new photo album. Write photos_remove_from_album Remove one or more files from a photo album by file ID (use photos_get_album to find IDs). This only removes t Write photos_rename_album Rename a photo album. Write photos_set_album_location Set or update the location metadata on a photo album. Write photos_set_favorite Mark or unmark a file as favorite. Write place_map_photos Set GPS coordinates on one or more photos. Each photo path is paired with a lat/lng. Write remove_system_tag Remove a system tag from a file by file ID and tag ID Write rename_bookmark_tag Rename a bookmark tag. All bookmarks with the old tag will be updated. Write rename_feed Rename a feed. Write rename_news_folder Rename a News folder. Write reopen_poll Reopen a previously closed poll so voting can resume. Write reorder_form_options Reorder all options for a choice question. Pass the full list of option IDs in the desired order. Write reorder_form_questions Reorder all questions in a form. Pass the full list of question IDs in the desired order. Write restore_file_version Restore a previous version of a file (creates a new current version from the old one) Write restore_from_trash Restore a file from the trash to its original location (use the Key from list_trash) Write set_file_tags Set personal tags on a file or folder in Nextcloud. Replaces all existing personal tags. Use an empty array to Write set_out_of_office Set an out-of-office / absence period with status message (NC 28+) Write set_poll_subscription Subscribe or unsubscribe the current user to poll notifications (new votes, comments). Use subscribe=true to s Write set_terms_of_service Create or update the terms of service for a given country/language pair. If terms Write set_user_status Set the current user Write set_user_status_message Set a custom status message with optional emoji icon and auto-clear time Write star_item Star (favorite) a single news item. Write talk_add_participant Add a user, group, or email participant to a Talk conversation. Write talk_create_conversation Create a new Talk conversation. One-on-one requires an invite user, group/public require a name. Write talk_create_poll Create a poll in a Talk conversation. Requires at least 2 options. Write talk_react_to_message Add an emoji reaction to a message in a Talk conversation. Write talk_send_message Send a message to a Talk conversation. Supports replies and silent messages that do not trigger notifications. Write transfer_form_owner Transfer ownership of a form to another Nextcloud user. The new owner must have access to the Forms app. Write unstar_item Remove the star from a single news item. Write update_bookmark Update an existing bookmark. Only provided fields are changed. Write update_bookmark_folder Update a bookmark folder (rename or move to a different parent). Write update_contact Update an existing contact Write update_coworker Update a coworker Write update_event Update an existing calendar event Write update_form Update form properties. Only provided fields are changed. state: 0=active, 1=closed, 2=archived. expires=0 dis Write update_form_option Update a choice option Write update_form_question Update question properties (text, requirement, type, etc.). Only provided fields are changed. Write update_form_share Update the permissions on an existing form share. Write update_map Update a custom map Write update_map_device Update a device Write update_map_favorite Update an existing map favorite. Only provided fields are changed. Write update_map_track Update a track Write update_note Update an existing note. Provide only the fields you want to change. Write update_poll Update a poll configuration. Only provided fields are changed. Set expire to 0 for no expiration, or a unix ti Write update_project Update an AIquila project. Only provided fields are updated. Write update_recipe Update an existing recipe in Nextcloud Cookbook. Only provided fields are changed. Write update_registration_settings Update one or more Nextcloud Registration app settings. Boolean settings use the strings Write update_share Update an existing share in Nextcloud Write update_task Update an existing task Write update_terms_settings Update the Terms of Service enforcement settings: whether logged-in users must accept Write vote_on_poll Cast or change your vote on a poll option. setTo: Write write_file Create or update a file in Nextcloud. File size is limited (default 1 GB, configurable via MCP_MAX_FILE_SIZE). Write write_text_workspace Create or overwrite a folder
READ 116 tools
Read aiquila_show_config Show current AIquila configuration Read analyze_image Analyze one or more images stored in Nextcloud using Claude vision. Ask questions about image content, extract Read check_app_integrity Verify integrity of a specific Nextcloud app by checking file signatures against its official release Read check_core_integrity Verify Nextcloud core system integrity by checking file signatures against the official release Read circles_get Get detailed information about a specific circle/team, including its description, owner, and configuration fla Read circles_list List all circles/teams accessible to the current user. Returns circle IDs, names, owners, and configuration. Read circles_list_members List all members of a circle/team. Returns member IDs (needed for removal), user IDs, types, and permission le Read circles_search Search for circles/teams by name. Read deck_get_board Get details of a Deck board including its labels and access control list (ACL). Use deck_list_stacks to see th Read deck_get_card Get full details of a Deck card including description, labels, and assigned users. Read deck_list_boards List all Deck boards. Returns id, title, owner, and label count for each board. Read deck_list_stacks List all stacks (columns) of a Deck board, including the cards in each stack. This gives a full overview of th Read export_form_submissions Export a form Read export_map_devices Export device location data as a GPX file to the user Read get_app_info Get detailed information about a specific Nextcloud app. Requires admin privileges Read get_bookmark Get full details of a single bookmark by its ID. Read get_bookmark_folder_contents Get the contents of a bookmark folder (bookmarks and subfolders). Read get_contact Get detailed information about a single contact by its UID, including all properties like name, email, phone, Read get_coworker Get a single coworker by ID, including its schedule and last run status. Read get_coworker_runs Get recent run history (progress, status, summary) for a coworker. Read get_event Get detailed information about a single calendar event by its UID, including full description, attendees, and Read get_file_content Read file content from Nextcloud with mime type info. Returns text for text files, base64 for binary files (im Read get_file_info Get detailed file metadata from Nextcloud (name, size, mime type, modified date, permissions, etc.) Read get_file_tags Get the personal tags assigned to a file or folder in Nextcloud Read get_form Get full details for a form by ID, including questions, options, shares, and metadata. Read get_form_submission Get a single submission with all of its answers. Read get_group_info Get detailed information about a specific Nextcloud group. Requires admin or sub-admin privileges Read get_local_time Get the current local time and timezone of the MCP server. Read get_map_device_points Get GPS location points for a specific device. Supports time filtering and pagination. Read get_map_track Get full details and content of a track by its ID. Returns metadata and the raw GPX/KML file content. Read get_note Get the full content of a note by its ID. Read get_notification Get details of a specific notification by ID Read get_object_activity List the activity history for a single object, e.g. one file. Use object_type Read get_out_of_office Get a user Read get_poll Get full details of a poll by ID: configuration, owner, status, and current user state. Read get_project Get details of an AIquila project including its file/directory paths. Read get_recipe Get full details of a recipe from Nextcloud Cookbook by its folder name. Read get_registration_settings Read the Nextcloud Registration app settings (self-service signup configuration), such as Read get_share Get detailed information about a specific share by its ID Read get_task_result Get the status and result of a Nextcloud AI task previously created by process_text or generate_image. Status: Read get_terms_of_service Read the Nextcloud Terms of Service admin configuration: all published terms (by Read get_text_workspace Get metadata of the Text workspace file (Readme.md) for a folder. Returns the file Read get_text_workspace_edit_url Get a one-shot direct-edit URL for a folder Read get_user_info Get detailed information about a specific Nextcloud user. Non-admin users can only query their own user ID Read get_user_status Get the current user Read list_activity List recent entries from the Nextcloud activity feed (file changes, shares, Read list_address_books List all address books available to the current user, including their display names and metadata. Read list_announcements List announcements from the Nextcloud Announcement Center (org-wide notices such as Read list_apps List all installed Nextcloud apps with their enabled/disabled status. Requires admin privileges Read list_archive List the contents of a zip archive in Nextcloud without extracting it. Read list_bookmark_folders List the bookmark folder hierarchy. Returns a tree structure of all folders. Read list_bookmark_tags List all tags used across bookmarks. Read list_bookmarks List bookmarks from Nextcloud Bookmarks app. Supports search, tag filtering, folder filtering, sorting, and pa Read list_calendars List all calendars available to the current user, including their supported component types (events, tasks, jo Read list_contacts List contacts from a Nextcloud address book. Optionally search by name. Returns name, email, phone, organizati Read list_coworker_templates List built-in coworker templates (e.g. image classification via Claude vision or Mistral Pixtral) and availabl Read list_coworkers List the current user Read list_events List events from a Nextcloud calendar within an optional time range. Returns event details including time, loc Read list_feeds List all RSS feeds subscribed in the Nextcloud News app, with unread counts. Read list_file_versions List previous versions of a file (use get_file_info to find the fileId) Read list_files List files and folders in a Nextcloud directory Read list_form_questions List all questions for a form, in display order. Read list_form_submissions List submissions for a form. Supports free-text search (query) and pagination (limit/offset). Only form owners Read list_forms List forms. type= Read list_groups List all groups in the Nextcloud instance. Requires admin or sub-admin privileges Read list_mail_accounts List all configured email accounts in Nextcloud Mail. Returns account IDs, names, and email addresses. Read list_mailboxes List all mailboxes (folders) for a Nextcloud Mail account. Returns mailbox names, IDs, and unread counts. Read list_map_devices List GPS tracking devices registered in Nextcloud Maps. Read list_map_favorites List map favorites (saved locations/pins) from Nextcloud Maps. Optionally filter by modification time. Read list_map_photos List geolocated photos (photos with GPS coordinates) from Nextcloud Maps. Read list_map_photos_nonlocalized List photos that don Read list_map_tracks List GPS tracks (GPX/KML files) from Nextcloud Maps. Read list_maps List all custom maps created by the user in Nextcloud Maps. Read list_news_folders List all folders used to organize feeds in the Nextcloud News app. Read list_news_items List news articles (items). Filter by feed, folder, starred, or all; supports pagination and read/unread filte Read list_notes List all notes in Nextcloud Notes. Returns id, title, category, favorite flag, and modification date. Read list_notifications List all notifications for the current user Read list_pending_shares List pending federated/remote shares waiting to be accepted or declined Read list_poll_comments List all comments on a poll. Read list_poll_options List all options for a poll, with vote tallies per option. Read list_poll_shares List all shares (public link, user invitations, email invitations) for a poll. Read list_poll_votes List all votes for a poll. Anonymous polls redact voters Read list_polls List all polls the current user can access (own, shared, or public). Returns id, title, type, owner, and statu Read list_projects List all AIquila projects for the current user. Projects bundle files/directories with an optional system prom Read list_recipe_categories List all unique recipe categories found across recipes in Nextcloud Cookbook. Read list_recipes List all recipes in Nextcloud Cookbook. Optionally filter by name, category, or keyword. Read list_recommendations List files Nextcloud recommends for the configured user (e.g. recently or frequently Read list_search_providers List all available Unified Search providers in Nextcloud. Read list_shares List file shares in Nextcloud (for diagnostics and security auditing) Read list_shares_with_me List all files and folders shared with the current user Read list_system_tags List all available system tags in Nextcloud with their IDs, names, and properties. Use this to find tag IDs be Read list_task_lists List all task lists in Nextcloud Tasks Read list_tasks List tasks from a Nextcloud Tasks calendar. Returns task details including status, priority, dates, tags, and Read list_text_tasks List AI task types available in Nextcloud Read list_trash List files in the trash / recycle bin Read list_user_statuses List all users Read list_users List all users in the Nextcloud instance. Requires admin or sub-admin privileges Read mail_get_attachment Download an email attachment by message ID and attachment ID. Read mail_list_messages List email messages in a Nextcloud Mail mailbox. Supports pagination via cursor. Returns subject, sender, date Read mail_read_message Read the full content of an email message by ID. Returns headers, body text, and attachment list. Read mail_search_messages Search email messages across all mailboxes by subject or sender. Read passman_get_credential_info Get non-secret metadata for a single Passman credential (label, id, timestamps, flags). ${E2E_NOTE} Read passman_list_vaults List all Passman password vaults. Returns name, guid, creation/last-access time and credential count. ${E2E_NO Read photos_get_album Get details of a photo album including its files. Returns file IDs (needed for photos_remove_from_album), name Read photos_get_metadata Get photo/video metadata (EXIF) for a file. Returns camera, lens, ISO, aperture, shutter speed, focal length, Read photos_list_albums List all photo albums owned by the current user. Returns album names, item counts, locations, and date ranges. Read read_file Read the contents of a file from Nextcloud Read read_text_workspace Read the content of a folder Read search_files Search for files in Nextcloud by name pattern and/or mime type Read search_sharees Search for valid share recipients (users, groups, emails, federated users, circles, rooms) Read system_status Get Nextcloud system status including version, installation path, and configuration Read talk_list_conversations List all Talk conversations the user has access to. Returns conversation tokens, names, types, and unread mess Read talk_list_messages List recent messages in a Talk conversation. Returns message content with timestamps and authors. Read talk_list_participants List all participants in a Talk conversation with their roles. Read translate_text Translate text between languages using Nextcloud Read unified_search Search across all Nextcloud apps (files, calendar, contacts, mail, notes, etc.) using Unified Search.

Related servers

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

Questions about AIquila — Nextcloud MCP Server

Can an AI agent delete data through the AIquila — Nextcloud MCP Server MCP server? +

Yes. The AIquila — Nextcloud MCP Server server exposes 47 destructive tools including bulk_file_operations, circles_delete, circles_remove_member. 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 AIquila — Nextcloud MCP Server? +

The AIquila — Nextcloud MCP Server server has 123 write tools including accept_pending_share, add_date_poll_option, add_feed. 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 AIquila — Nextcloud MCP Server.

How many tools does the AIquila — Nextcloud MCP Server MCP server expose? +

295 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 116 are read-only. 179 can modify, create, or delete data.

How do I enforce a policy on AIquila — Nextcloud MCP Server? +

Register the AIquila — Nextcloud MCP Server 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 AIquila — Nextcloud MCP Server tool call.

Deterministic rules across all 295 AIquila — Nextcloud MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

295 AIquila — Nextcloud MCP Server tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from AIquila — Nextcloud MCP Server'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.