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
list_system_tags ~38

List all available system tags in Nextcloud with their IDs, names, and properties. Use this to find tag IDs before assigning them to files.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_task_lists ~18

List all task lists in Nextcloud Tasks

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_tasks ~62

List tasks from a Nextcloud Tasks calendar. Returns task details including status, priority, dates, tags, and UIDs.

NameTypeReqDescription
calendarNamestringThe calendar/task list name (default: 'tasks')
statusstringFilter tasks by status

No output schema declared.

No examples provided.

list_text_tasks ~49

List AI task types available in Nextcloud's TaskProcessing framework (summarize, headline, image-to-text, text-to-image, …). Shows which task types have at least one provider configured.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_trash ~18

List files in the trash / recycle bin

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_user_statuses ~43

List all users' statuses for team presence visibility

NameTypeReqDescription
limitnumberMaximum number of statuses to return
offsetnumberOffset for pagination

No output schema declared.

No examples provided.

list_users ~60

List all users in the Nextcloud instance. Requires admin or sub-admin privileges

NameTypeReqDescription
limitnumberMaximum number of users to return
offsetnumberOffset for pagination
searchstringSearch/filter string for user IDs

No output schema declared.

No examples provided.

mail_delete_message ~36

Delete an email message by ID. This typically moves it to trash.

NameTypeReqDescription
messageIdnumberyesThe message ID to delete

No output schema declared.

No examples provided.

mail_get_attachment ~93

Download an email attachment by message ID and attachment ID. Returns text for text files and calendar invites (ICS), image data for images, extracted text for PDFs (requires pdftotext). Attachment IDs are shown in mail_read_message output.

NameTypeReqDescription
attachmentIdstringyesAttachment ID shown in mail_read_message (e.g. "2")
messageIdnumberyesMessage ID (from mail_read_message)

No output schema declared.

No examples provided.

mail_list_messages ~97

List email messages in a Nextcloud Mail mailbox. Supports pagination via cursor. Returns subject, sender, date, and message IDs.

NameTypeReqDescription
cursornumberCursor for pagination (message ID to start after)
filterstringFilter messages (default: all)
limitnumberNumber of messages to return (default: 20)
mailboxIdnumberyesThe mailbox ID (from list_mailboxes)

No output schema declared.

No examples provided.

mail_move_message ~51

Move an email message to a different mailbox/folder.

NameTypeReqDescription
destMailboxIdnumberyesThe destination mailbox ID (from list_mailboxes)
messageIdnumberyesThe message ID to move

No output schema declared.

No examples provided.

mail_read_message ~45

Read the full content of an email message by ID. Returns headers, body text, and attachment list.

NameTypeReqDescription
messageIdnumberyesThe message ID (from list_messages)

No output schema declared.

No examples provided.

mail_search_messages ~73

Search email messages across all mailboxes by subject or sender. Returns matches with message IDs usable in mail_read_message. For threaded conversations all message IDs in the thread are returned.

NameTypeReqDescription
limitnumberMax results (default: 10)
querystringyesSearch query (matches subject and sender name)

No output schema declared.

No examples provided.

mail_send_message ~118

Send an email message through Nextcloud Mail. Requires an account ID and recipient addresses.

NameTypeReqDescription
accountIdnumberyesThe mail account ID to send from (from list_mail_accounts)
bccarrayBCC email addresses
bodystringyesEmail body content (plain text)
ccarrayCC email addresses
isHtmlbooleanWhether the body is HTML (default: false)
subjectstringyesEmail subject line
toarrayyesRecipient email addresses

No output schema declared.

No examples provided.

mail_set_message_flags ~57

Set flags on an email message (mark as read/unread, star/unstar, mark as important or junk).

NameTypeReqDescription
flagsobjectyesFlags to set on the message
messageIdnumberyesThe message ID

No output schema declared.

No examples provided.

mark_feed_read ~59

Mark all items in a feed as read up to (and including) the given newest item ID.

NameTypeReqDescription
feedIdnumberyesThe feed ID
newestItemIdnumberyesMark all items with ID <= this value as read

No output schema declared.

No examples provided.

mark_item_read ~28

Mark a single news item as read.

NameTypeReqDescription
itemIdnumberyesThe item ID

No output schema declared.

No examples provided.

mark_item_unread ~29

Mark a single news item as unread.

NameTypeReqDescription
itemIdnumberyesThe item ID

No output schema declared.

No examples provided.

mark_items_read ~34

Mark multiple news items as read in one call.

NameTypeReqDescription
itemIdsarrayyesThe item IDs to mark as read

No output schema declared.

No examples provided.

mark_news_folder_read ~60

Mark all items in a folder as read up to (and including) the given newest item ID.

NameTypeReqDescription
folderIdnumberyesThe folder ID
newestItemIdnumberyesMark all items with ID <= this value as read

No output schema declared.

No examples provided.

mark_notification_read ~33

Mark a notification as read (deletes it)

NameTypeReqDescription
idnumberyesThe notification ID to mark as read

No output schema declared.

No examples provided.

move_feed ~44

Move a feed into a different folder.

NameTypeReqDescription
feedIdnumberyesThe feed ID to move
folderIdnumberyesDestination folder ID (0 for root)

No output schema declared.

No examples provided.

move_file ~61

Move or rename a file or folder in Nextcloud

NameTypeReqDescription
destinationstringyesThe destination path
overwritebooleanWhether to overwrite if the destination already exists
sourcestringyesThe source path of the file or folder to move

No output schema declared.

No examples provided.

passman_get_credential_info ~91

Get non-secret metadata for a single Passman credential (label, id, timestamps, flags). Note: secret values (password, username, url, etc.) are end-to-end encrypted and cannot be retrieved by this server.

NameTypeReqDescription
credential_guidstringyesCredential GUID (from passman_list_credentials)
vault_guidstringyesVault GUID (from passman_list_vaults)

No output schema declared.

No examples provided.

passman_list_credentials ~80

List credentials (metadata only) in a Passman vault. Returns each credential's label, id, guid and non-secret flags. Note: secret values (password, username, url, etc.) are end-to-end encrypted and cannot be retrieved by this server.

NameTypeReqDescription
vault_guidstringyesVault GUID (from passman_list_vaults)

No output schema declared.

No examples provided.

passman_list_vaults ~60

List all Passman password vaults. Returns name, guid, creation/last-access time and credential count. Note: secret values (password, username, url, etc.) are end-to-end encrypted and cannot be retrieved by this server.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pause_coworker ~32

Temporarily pause a coworker without disabling it.

NameTypeReqDescription
idnumberyesCoworker ID

No output schema declared.

No examples provided.

photos_add_collaborators ~56

Add collaborators (users or groups) to a photo album. Collaborators can view and add photos to the album.

NameTypeReqDescription
albumNamestringyesAlbum name
collaboratorsarrayyesArray of collaborators to add

No output schema declared.

No examples provided.

photos_add_to_album ~78

Add one or more files to a photo album. Files are referenced by their Nextcloud path. The files themselves are not moved — only an album association is created.

NameTypeReqDescription
albumNamestringyesAlbum name
filePathsarrayyesArray of file paths in Nextcloud (e.g., ["/Photos/sunset.jpg"])

No output schema declared.

No examples provided.

photos_create_album ~27

Create a new photo album.

NameTypeReqDescription
namestringyesName for the new album

No output schema declared.

No examples provided.

photos_delete_album ~40

Delete a photo album. This only removes the album — the underlying files are not deleted.

NameTypeReqDescription
namestringyesName of the album to delete

No output schema declared.

No examples provided.

photos_get_album ~46

Get details of a photo album including its files. Returns file IDs (needed for photos_remove_from_album), names, types, and sizes.

NameTypeReqDescription
namestringyesAlbum name

No output schema declared.

No examples provided.

photos_get_metadata ~68

Get photo/video metadata (EXIF) for a file. Returns camera, lens, ISO, aperture, shutter speed, focal length, GPS coordinates, dimensions, and date taken when available.

NameTypeReqDescription
pathstringyesFile path in Nextcloud (e.g., "/Photos/sunset.jpg")

No output schema declared.

No examples provided.

photos_list_albums ~33

List all photo albums owned by the current user. Returns album names, item counts, locations, and date ranges.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

photos_remove_from_album ~72

Remove one or more files from a photo album by file ID (use photos_get_album to find IDs). This only removes the album association — the files are not deleted.

NameTypeReqDescription
albumNamestringyesAlbum name
fileIdsarrayyesFile IDs to remove (from photos_get_album output)

No output schema declared.

No examples provided.

photos_rename_album ~36

Rename a photo album.

NameTypeReqDescription
namestringyesCurrent album name
newNamestringyesNew album name

No output schema declared.

No examples provided.

photos_set_album_location ~47

Set or update the location metadata on a photo album.

NameTypeReqDescription
locationstringyesLocation string (e.g., "Paris, France")
namestringyesAlbum name

No output schema declared.

No examples provided.

photos_set_favorite ~57

Mark or unmark a file as favorite.

NameTypeReqDescription
favoritebooleanyestrue to mark as favorite, false to unmark
pathstringyesFile path in Nextcloud (e.g., "/Photos/sunset.jpg")

No output schema declared.

No examples provided.

place_map_contact ~221

Set a contact's geographic address and coordinates so it appears on the map. Use search_map_contacts to look up bookid, uri and uid.

NameTypeReqDescription
address_stringstringFull address as a single string, used instead of the individual fields
attractionstringPoint of interest name
bookidstringyesAddress book ID
citystringCity
countrystringCountry
house_numberstringHouse number
latnumberLatitude
lngnumberLongitude
myMapIdnumberID of a custom map to scope the operation to; omit for the user's default map
postcodestringPostal code
roadstringStreet
statestringState or region
typestringAddress type (e.g. 'HOME', 'WORK')
uidstringyesContact UID
uristringyesContact URI (e.g. "abc123.vcf")

No output schema declared.

No examples provided.

place_map_photos ~86

Set GPS coordinates on one or more photos. Each photo path is paired with a lat/lng.

NameTypeReqDescription
latsarrayyesLatitudes (parallel to paths)
lngsarrayyesLongitudes (parallel to paths)
myMapIdnumberCustom map ID to scope to
pathsarrayyesFile paths in Nextcloud storage

No output schema declared.

No examples provided.

process_text ~140

Submit a text-processing task to Nextcloud's AI framework and return the task ID. Use get_task_result to poll until it completes. Common task types: 'core:text2text' (free prompt), 'core:summarize' (summary), 'core:headline' (headline), 'core:extract_topics' (topics).

NameTypeReqDescription
customIdstringOptional identifier to tag the task for later retrieval
inputstringyesThe text to process
taskTypestringyesTask type ID (e.g. 'core:summarize', 'core:headline', 'core:extract_topics', 'core:text2text')

No output schema declared.

No examples provided.

read_file ~31

Read the contents of a file from Nextcloud

NameTypeReqDescription
pathstringyesThe file path in Nextcloud

No output schema declared.

No examples provided.

read_text_workspace ~62

Read the content of a folder's Text workspace file (Readme.md). Returns markdown text, or a 'no workspace' message if none exists.

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

No output schema declared.

No examples provided.

remove_map_device_share ~30

Revoke a device share by its token.

NameTypeReqDescription
tokenstringyesShare token to revoke

No output schema declared.

No examples provided.

remove_project_path ~42

Remove a file or directory path from an AIquila project.

NameTypeReqDescription
idnumberyesProject ID
pathIdnumberyesPath ID to remove

No output schema declared.

No examples provided.

remove_system_tag ~50

Remove a system tag from a file by file ID and tag ID

NameTypeReqDescription
fileIdnumberyesThe Nextcloud file ID
tagIdnumberyesThe system tag ID to remove

No output schema declared.

No examples provided.

remove_user_from_group ~62

Remove a Nextcloud user from a group. Requires admin privileges

NameTypeReqDescription
groupIdstringyesThe group ID (name) to remove the user from
userIdstringyesThe user ID (login name) to remove from the group

No output schema declared.

No examples provided.

rename_bookmark_tag ~47

Rename a bookmark tag. All bookmarks with the old tag will be updated.

NameTypeReqDescription
new_namestringyesNew tag name
old_namestringyesCurrent tag name

No output schema declared.

No examples provided.

rename_feed ~37

Rename a feed.

NameTypeReqDescription
feedIdnumberyesThe feed ID to rename
feedTitlestringyesThe new feed title

No output schema declared.

No examples provided.

rename_map_favorite_category ~80

Rename one or more favorite categories. All favorites in the listed categories are moved to the new name.

NameTypeReqDescription
categoriesarrayyesExisting category names to rename
myMapIdnumberID of a custom map to scope the operation to; omit for the user's default map
newNamestringyesNew category name

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.