Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

AIquila — Nextcloud MCP Server

OCI · GHCR.IO/ELGORRO/AIQUILA-MCP:0.4.11 · 3 COMPONENTS · SCANNED SEP 20

Nextcloud MCP server — files, calendar, contacts, mail, maps, notes, tasks & 120+ more tools

0 this week 36 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency19
Schema Quality & AI Usability82
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 20947 tokens (~66/item across 316 items; 316 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 96% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 52 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 316 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 2 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the AIquila — Nextcloud MCP Server server?

AIquila — Nextcloud MCP Server runs locally as a container image, launched with docker run --rm -i ghcr.io/elgorro/aiquila-mcp:0.4.11. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/elgorro/aiquila-mcp:0.4.11

# add to Claude Code
claude mcp add elgorro-aiquila-mcp -- docker run --rm -i ghcr.io/elgorro/aiquila-mcp:0.4.11
// .cursor/mcp.json
{
  "mcpServers": {
    "elgorro-aiquila-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/elgorro/aiquila-mcp:0.4.11"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "elgorro-aiquila-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/elgorro/aiquila-mcp:0.4.11"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add elgorro-aiquila-mcp -- docker run --rm -i ghcr.io/elgorro/aiquila-mcp:0.4.11
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "elgorro-aiquila-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/elgorro/aiquila-mcp:0.4.11"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  elgorro-aiquila-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/elgorro/aiquila-mcp:0.4.11"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "elgorro-aiquila-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/elgorro/aiquila-mcp:0.4.11"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "elgorro-aiquila-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/elgorro/aiquila-mcp:0.4.11"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 13 Sept 26 36

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/elgorro/aiquila-mcp:0.4.11

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 316 exposed · ~20,947 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
delete_task ~53

Delete a task from Nextcloud Tasks by UID. This action is irreversible.

NameTypeReqDescription
calendarNamestringThe calendar name (default: 'tasks')
uidstringyesThe UID of the task to delete

No output schema declared.

No examples provided.

delete_terms_of_service ~50

Delete a single terms of service entry by its id (see get_terms_of_service). Requires the configured Nextcloud user to be an admin.

NameTypeReqDescription
idnumberyesThe terms id to delete

No output schema declared.

No examples provided.

delete_text_workspace ~61

Delete the Text workspace file (Readme.md) for a folder. The folder itself is kept. No-op if the folder has no workspace.

NameTypeReqDescription
pathstringyesFolder path relative to the user's root (e.g. '/Projects/Acme')

No output schema declared.

No examples provided.

disable_app ~51

Disable an enabled Nextcloud app (preserves data but removes functionality). Requires admin privileges

NameTypeReqDescription
appIdstringyesThe app ID to disable (e.g., "tasks", "deck", "photos")

No output schema declared.

No examples provided.

disable_coworker ~34

Disable a coworker so it stops running on its schedule.

NameTypeReqDescription
idnumberyesCoworker ID

No output schema declared.

No examples provided.

disable_user ~43

Disable a Nextcloud user account (prevents login but preserves data). Requires admin privileges

NameTypeReqDescription
userIdstringyesThe user ID (login name) to disable

No output schema declared.

No examples provided.

empty_trash ~22

Permanently delete all files in the trash (cannot be undone)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

enable_app ~44

Enable a disabled Nextcloud app. Requires admin privileges

NameTypeReqDescription
appIdstringyesThe app ID to enable (e.g., "tasks", "deck", "photos")

No output schema declared.

No examples provided.

enable_coworker ~33

Enable a coworker so it runs on its schedule.

NameTypeReqDescription
idnumberyesCoworker ID

No output schema declared.

No examples provided.

enable_user ~37

Enable a disabled Nextcloud user account. Requires admin privileges

NameTypeReqDescription
userIdstringyesThe user ID (login name) to enable

No output schema declared.

No examples provided.

export_form_submissions ~86

Export a form's submissions as a spreadsheet into the user's Nextcloud storage. Returns the destination path. Use read_file / get_file_info afterwards to work with the export.

NameTypeReqDescription
fileFormatstringyesExport file format
formIdintegeryesForm ID
pathstringyesTarget folder path inside the user's Nextcloud (e.g. "/Exports")

No output schema declared.

No examples provided.

export_map_devices ~79

Export device location data as a GPX file to the user's Nextcloud /Maps folder.

NameTypeReqDescription
allbooleanIf true, filename is not prefixed with 'filtered-'
beginnumberStart timestamp filter
deviceIdListarrayyesDevice IDs to export
endnumberEnd timestamp filter

No output schema declared.

No examples provided.

export_map_favorites ~92

Export favorites as a GPX file to the user's Nextcloud /Maps folder. Filter by categories and time range.

NameTypeReqDescription
allbooleanIf true, filename is not prefixed with 'filtered-'
beginnumberStart timestamp filter
categoryListarrayyesCategories to export (e.g. ['Restaurant', 'Home'])
endnumberEnd timestamp filter

No output schema declared.

No examples provided.

export_map_route ~121

Export a route or track as a GPX file to the user's Nextcloud /Maps folder.

NameTypeReqDescription
coordsarrayyesOrdered list of coordinates
myMapIdnumberTarget map ID (defaults to /Maps folder)
namestringyesRoute name (used as filename)
totDistnumberTotal distance (for metadata)
totTimenumberTotal time (for metadata)
typestringyesGPX structure type: 'route' (<rte>) or 'track' (<trk>)

No output schema declared.

No examples provided.

extract_archive ~79

Extract a zip archive in Nextcloud into a destination folder. Runs server-side.

NameTypeReqDescription
archivestringyesPath to the .zip file (e.g., '/Documents/backup.zip')
destinationstringyesFolder to extract into (e.g., '/Documents/restored')
overwritebooleanWhether to overwrite entries that already exist

No output schema declared.

No examples provided.

generate_image ~97

Generate an image from a text prompt using Nextcloud's text-to-image AI provider (e.g. Stable Diffusion via LocalAI). Returns the task ID; use get_task_result to check completion.

NameTypeReqDescription
promptstringyesText description of the image to generate
savePathstringOptional Nextcloud path to save the generated image (e.g. '/Photos/generated.png'). If omitted, only the task ID is returned.

No output schema declared.

No examples provided.

generate_social_share_links ~125

Generate social-network share URLs (email, X/Twitter, Facebook, Telegram, WhatsApp, Bluesky, Diaspora) for an existing Nextcloud public-link share. Only networks whose socialsharing_<network> app is enabled are returned. Provide either share_id or path.

NameTypeReqDescription
networksarrayOptional filter, e.g. ["twitter","email"]. Defaults to all enabled networks.
pathstringFile/folder path; its public-link share is used (must already exist)
share_idnumberID of an existing public-link share

No output schema declared.

No examples provided.

get_app_info ~46

Get detailed information about a specific Nextcloud app. Requires admin privileges

NameTypeReqDescription
appIdstringyesThe app ID (e.g., "tasks", "deck", "photos")

No output schema declared.

No examples provided.

get_bookmark ~30

Get full details of a single bookmark by its ID.

NameTypeReqDescription
idnumberyesThe bookmark ID

No output schema declared.

No examples provided.

get_bookmark_folder_contents ~61

Get the contents of a bookmark folder (bookmarks and subfolders).

NameTypeReqDescription
idnumberyesThe folder ID (-1 for root)
layersnumberDepth of subfolder levels to include (default 0 = direct children only)

No output schema declared.

No examples provided.

get_contact ~70

Get detailed information about a single contact by its UID, including all properties like name, email, phone, address, organization, birthday, notes, and groups.

NameTypeReqDescription
addressBookNamestringThe address book name (default: 'contacts')
uidstringyesThe UID of the contact

No output schema declared.

No examples provided.

get_coworker ~38

Get a single coworker by ID, including its schedule and last run status.

NameTypeReqDescription
idnumberyesCoworker ID

No output schema declared.

No examples provided.

get_coworker_runs ~54

Get recent run history (progress, status, summary) for a coworker.

NameTypeReqDescription
idnumberyesCoworker ID
limitnumberMax runs to return (default 20)

No output schema declared.

No examples provided.

get_event ~64

Get detailed information about a single calendar event by its UID, including full description, attendees, and recurrence rules.

NameTypeReqDescription
calendarNamestringyesThe calendar name. Use list_calendars to find available calendar names.
uidstringyesThe UID of the event

No output schema declared.

No examples provided.

get_file_content ~62

Read file content from Nextcloud with mime type info. Returns text for text files, base64 for binary files (images, PDFs, etc.). Images are returned as MCP image content for Claude vision.

NameTypeReqDescription
pathstringyesThe file path in Nextcloud

No output schema declared.

No examples provided.

get_file_info ~54

Get detailed file metadata from Nextcloud (name, size, mime type, modified date, permissions, etc.)

NameTypeReqDescription
pathstringyesThe file or folder path in Nextcloud (e.g., '/Documents/report.pdf')

No output schema declared.

No examples provided.

get_file_tags ~46

Get the personal tags assigned to a file or folder in Nextcloud

NameTypeReqDescription
pathstringyesThe file or folder path in Nextcloud (e.g., '/Photos/test.png')

No output schema declared.

No examples provided.

get_form ~41

Get full details for a form by ID, including questions, options, shares, and metadata.

NameTypeReqDescription
formIdintegeryesForm ID (from list_forms)

No output schema declared.

No examples provided.

get_form_submission ~39

Get a single submission with all of its answers.

NameTypeReqDescription
formIdintegeryesForm ID
submissionIdintegeryesSubmission ID

No output schema declared.

No examples provided.

get_group_info ~44

Get detailed information about a specific Nextcloud group. Requires admin or sub-admin privileges

NameTypeReqDescription
groupIdstringyesThe group ID (name) to get information about

No output schema declared.

No examples provided.

get_local_time ~45

Get the current local time and timezone of the MCP server. Call this to establish a time reference before creating or listing calendar events, or to resolve scheduling ambiguities with the user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_map_device_points ~85

Get GPS location points for a specific device. Supports time filtering and pagination.

NameTypeReqDescription
idnumberyesDevice ID
limitnumberMaximum number of points to return (default 10000)
offsetnumberNumber of points to skip (default 0)
pruneBeforenumberUnix timestamp — only return points after this time

No output schema declared.

No examples provided.

get_map_photo_job_status ~37

Get the status of the background job that scans photos for GPS coordinates. Useful after uploading photos to see whether geolocation has finished.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_map_track ~42

Get full details and content of a track by its ID. Returns metadata and the raw GPX/KML file content.

NameTypeReqDescription
idnumberyesTrack ID

No output schema declared.

No examples provided.

get_note ~32

Get the full content of a note by its ID.

NameTypeReqDescription
idintegeryesNote ID (from list_notes)

No output schema declared.

No examples provided.

get_notification ~27

Get details of a specific notification by ID

NameTypeReqDescription
idnumberyesThe notification ID

No output schema declared.

No examples provided.

get_object_activity ~97

List the activity history for a single object, e.g. one file. Use object_type 'files' with a file ID to see what happened to that file.

NameTypeReqDescription
limitnumberMaximum number of activities to return (default 50)
object_idstringyesThe object ID (e.g. the Nextcloud file ID)
object_typestringThe object type to filter by (default 'files')

No output schema declared.

No examples provided.

get_out_of_office ~47

Get a user's current out-of-office / absence status (NC 28+)

NameTypeReqDescription
userIdstringUser ID to check (defaults to the configured Nextcloud user)

No output schema declared.

No examples provided.

get_poll ~43

Get full details of a poll by ID: configuration, owner, status, and current user state.

NameTypeReqDescription
pollIdintegeryesPoll ID (from list_polls)

No output schema declared.

No examples provided.

get_project ~31

Get details of an AIquila project including its file/directory paths.

NameTypeReqDescription
idnumberyesProject ID

No output schema declared.

No examples provided.

get_recipe ~42

Get full details of a recipe from Nextcloud Cookbook by its folder name.

NameTypeReqDescription
folderNamestringyesThe recipe folder name (as shown in list_recipes)

No output schema declared.

No examples provided.

get_registration_settings ~53

Read the Nextcloud Registration app settings (self-service signup configuration), such as allowed email domains, whether admin approval is required, and the default group for new users. Requires the configured Nextcloud user to be an admin.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_share ~32

Get detailed information about a specific share by its ID

NameTypeReqDescription
shareIdnumberyesThe share ID to retrieve

No output schema declared.

No examples provided.

get_task_result ~69

Get the status and result of a Nextcloud AI task previously created by process_text or generate_image. Status: 1=scheduled, 2=running, 3=successful, 4=failed.

NameTypeReqDescription
taskIdnumberyesThe task ID returned by process_text or generate_image

No output schema declared.

No examples provided.

get_terms_of_service ~69

Read the Nextcloud Terms of Service admin configuration: all published terms (by country/language), the enforcement settings (tos_for_users, tos_on_public_shares), and the valid country and language codes that can be used when setting terms. Requires the configured Nextcloud user to be an admin.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_text_workspace ~69

Get metadata of the Text workspace file (Readme.md) for a folder. Returns the file's id, name, mimetype and path, or reports that no workspace exists yet.

NameTypeReqDescription
pathstringyesFolder path relative to the user's root (e.g. '/Projects/Acme')

No output schema declared.

No examples provided.

get_text_workspace_edit_url ~90

Get a one-shot direct-edit URL for a folder's Text workspace. Opens the live collaborative editor in a browser. The Readme.md is created automatically if it does not exist yet. Hand the URL to a human collaborator — the MCP server does not participate in the editing session.

NameTypeReqDescription
pathstringyesFolder path relative to the user's root (e.g. '/Projects/Acme')

No output schema declared.

No examples provided.

get_user_info ~49

Get detailed information about a specific Nextcloud user. Non-admin users can only query their own user ID

NameTypeReqDescription
userIdstringyesThe user ID (login name) to get information about

No output schema declared.

No examples provided.

get_user_status ~48

Get the current user's presence status (online, away, DND, invisible, custom message)

NameTypeReqDescription
userIdstringUser ID to check (defaults to the configured Nextcloud user)

No output schema declared.

No examples provided.

import_map_devices ~58

Import device location data from a file in Nextcloud storage. Supports GPX, KML, and KMZ.

NameTypeReqDescription
pathstringyesRelative path to the file in Nextcloud storage (e.g. '/Maps/track.gpx')

No output schema declared.

No examples provided.

Common questions

What is the AIquila — Nextcloud MCP Server server?

AIquila — Nextcloud MCP Server is listed in the public MCP registry as io.github.elgorro/aiquila-mcp. Nextcloud MCP server, files, calendar, contacts, mail, maps, notes, tasks & 120+ more tools. This page covers its container image (ghcr.io/elgorro/aiquila-mcp:0.4.11).

Is the AIquila — Nextcloud MCP Server server safe to use?

AIquila — Nextcloud MCP Server scores 36 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the AIquila — Nextcloud MCP Server server expose?

AIquila — Nextcloud MCP Server exposes 316 tools: list_files, read_file, write_file, create_folder, delete, and 311 more. Their descriptions and schemas cost roughly 20,947 tokens of context every time the server is loaded.

Is the AIquila — Nextcloud MCP Server server still maintained?

AIquila — Nextcloud MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the AIquila — Nextcloud MCP Server server under?

AIquila — Nextcloud MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.