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
create_news_folder ~31

Create a new folder for organizing feeds in the News app.

NameTypeReqDescription
namestringyesThe folder name

No output schema declared.

No examples provided.

create_note ~65

Create a new note in Nextcloud Notes.

NameTypeReqDescription
categorystringCategory (maps to a subfolder)
contentstringyesContent of the note (Markdown)
favoritebooleanMark as favorite
titlestringyesTitle of the note

No output schema declared.

No examples provided.

create_poll ~61

Create a new poll. Type "textPoll" for text options (e.g. lunch choices), "datePoll" for date/time options (e.g. meeting scheduling).

NameTypeReqDescription
titlestringyesPoll title
typestringyesPoll type

No output schema declared.

No examples provided.

create_project ~68

Create a new AIquila project. Projects bundle files/directories with an optional system prompt that gets injected into conversations.

NameTypeReqDescription
descriptionstringProject description
systemPromptstringSystem prompt to inject into conversations using this project
titlestringyesProject title (required)

No output schema declared.

No examples provided.

create_recipe ~213

Create a new recipe in Nextcloud Cookbook with schema.org Recipe format.

NameTypeReqDescription
cookTimestringCooking time in ISO 8601 duration (e.g., PT1H)
descriptionstringBrief description
imagestringImage URL
keywordsstringComma-separated keywords (e.g., 'pasta,italian')
namestringyesRecipe name
nutritionobjectNutrition information
prepTimestringPreparation time in ISO 8601 duration (e.g., PT30M)
recipeCategorystringCategory (e.g., 'Easy', 'Dessert')
recipeIngredientarrayList of ingredients
recipeInstructionsarrayStep-by-step instructions
recipeYieldnumberNumber of servings
toolarrayKitchen tools needed
totalTimestringTotal time in ISO 8601 duration
urlstringSource URL

No output schema declared.

No examples provided.

create_share ~189

Create a file or folder share in Nextcloud

NameTypeReqDescription
expireDatestringExpiration date (YYYY-MM-DD)
hideDownloadbooleanHide download button for public link shares
labelstringLabel for public link shares
notestringNote to the share recipient
passwordstringPassword-protect the share
pathstringyesFile or folder path to share
permissionsnumberPermission bitmask: 1=read, 2=update, 4=create, 8=delete, 16=share
shareTypenumberyesShare type: 0=user, 1=group, 3=public link, 4=email, 6=federated
shareWithstringRecipient (required for user/group/email/federated; omit for public link)

No output schema declared.

No examples provided.

create_system_tag ~75

Create a new system tag in Nextcloud. Returns the created tag info.

NameTypeReqDescription
namestringyesThe name for the new system tag
userAssignablebooleanWhether users can assign this tag (default: true)
userVisiblebooleanWhether the tag is visible to users (default: true)

No output schema declared.

No examples provided.

create_task ~241

Create a new task in Nextcloud Tasks with optional due date, start date, tags, location, and subtask relationships.

NameTypeReqDescription
calendarNamestringThe calendar name (default: 'tasks')
categoriesarrayTags/categories (e.g. ['work', 'urgent'])
classificationstringTask visibility classification
descriptionstringDetailed description of the task
dtstartstringStart date in YYYYMMDD or YYYYMMDDTHHmmssZ format
duestringDue date in YYYYMMDD or YYYYMMDDTHHmmssZ format (e.g. '20240315' or '20240315T140000Z')
locationstringLocation string
percentCompletenumberCompletion percentage (0-100)
prioritynumberTask priority (0=undefined, 1=highest, 5=medium, 9=lowest)
relatedTostringParent task UID (creates a subtask relationship)
summarystringyesThe task summary/title
urlstringCustom URL reference

No output schema declared.

No examples provided.

deck_archive_card ~62

Archive or unarchive a Deck card.

NameTypeReqDescription
archivebooleantrue to archive, false to unarchive
boardIdintegeryesBoard ID
cardIdintegeryesCard ID
stackIdintegeryesStack ID

No output schema declared.

No examples provided.

deck_assign_label ~74

Assign a label to a Deck card. Use deck_get_board to see available labels and their IDs.

NameTypeReqDescription
boardIdintegeryesBoard ID
cardIdintegeryesCard ID
labelIdintegeryesLabel ID (from deck_get_board)
stackIdintegeryesStack ID

No output schema declared.

No examples provided.

deck_assign_user ~63

Assign a user to a Deck card.

NameTypeReqDescription
boardIdintegeryesBoard ID
cardIdintegeryesCard ID
stackIdintegeryesStack ID
userIdstringyesUser ID (login name) to assign

No output schema declared.

No examples provided.

deck_create_board ~50

Create a new Deck board.

NameTypeReqDescription
colorstringHex color without # (e.g. "0800fd"). Defaults to "0800fd"
titlestringyesBoard title

No output schema declared.

No examples provided.

deck_create_card ~92

Create a new card in a Deck stack.

NameTypeReqDescription
boardIdintegeryesBoard ID
descriptionstringCard description (Markdown)
duedatestringDue date in ISO 8601 format (e.g. 2025-12-31)
stackIdintegeryesStack ID (from deck_list_stacks)
titlestringyesCard title

No output schema declared.

No examples provided.

deck_create_stack ~58

Create a new stack (column) on a Deck board.

NameTypeReqDescription
boardIdintegeryesBoard ID (from deck_list_boards)
orderintegerPosition order (0-based)
titlestringyesStack title

No output schema declared.

No examples provided.

deck_get_board ~53

Get details of a Deck board including its labels and access control list (ACL). Use deck_list_stacks to see the columns and cards.

NameTypeReqDescription
boardIdintegeryesBoard ID (from deck_list_boards)

No output schema declared.

No examples provided.

deck_get_card ~67

Get full details of a Deck card including description, labels, and assigned users.

NameTypeReqDescription
boardIdintegeryesBoard ID
cardIdintegeryesCard ID (from deck_list_stacks)
stackIdintegeryesStack ID (from deck_list_stacks)

No output schema declared.

No examples provided.

deck_list_boards ~29

List all Deck boards. Returns id, title, owner, and label count for each board.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

deck_list_stacks ~54

List all stacks (columns) of a Deck board, including the cards in each stack. This gives a full overview of the board layout.

NameTypeReqDescription
boardIdintegeryesBoard ID (from deck_list_boards)

No output schema declared.

No examples provided.

deck_move_card ~102

Move a card to a different stack (column) on the same board. This is the core kanban action for changing card status.

NameTypeReqDescription
boardIdintegeryesBoard ID
cardIdintegeryesCard ID
orderintegerPosition in target stack (0 = top). Defaults to 0
stackIdintegeryesCurrent stack ID of the card
targetStackIdintegeryesDestination stack ID

No output schema declared.

No examples provided.

deck_update_card ~130

Update an existing Deck card. Provide only the fields you want to change. Fetches the current card first to preserve unchanged fields.

NameTypeReqDescription
boardIdintegeryesBoard ID
cardIdintegeryesCard ID (from deck_list_stacks)
descriptionstringNew description (Markdown)
donebooleanMark card as done
duedatestring|nullDue date (ISO 8601) or null to clear
stackIdintegeryesStack ID (from deck_list_stacks)
titlestringNew title

No output schema declared.

No examples provided.

decline_pending_share ~33

Decline a pending federated/remote share

NameTypeReqDescription
shareIdnumberyesThe pending share ID to decline

No output schema declared.

No examples provided.

delete ~36

Delete a file or folder from Nextcloud

NameTypeReqDescription
pathstringyesThe path in Nextcloud (e.g., '/Documents/file.txt')

No output schema declared.

No examples provided.

delete_all_form_submissions ~39

Delete every submission for a form. The form itself is kept. This cannot be undone.

NameTypeReqDescription
formIdintegeryesForm ID

No output schema declared.

No examples provided.

delete_all_notifications ~17

Delete all notifications for the current user

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

delete_announcement ~39

Delete an announcement by its ID. Requires the configured Nextcloud user to be an admin.

NameTypeReqDescription
idnumberyesThe announcement ID to delete

No output schema declared.

No examples provided.

delete_bookmark ~33

Delete a bookmark by its ID. This action is irreversible.

NameTypeReqDescription
idnumberyesThe bookmark ID to delete

No output schema declared.

No examples provided.

delete_bookmark_folder ~36

Delete a bookmark folder and all its contents. This action is irreversible.

NameTypeReqDescription
idnumberyesThe folder ID to delete

No output schema declared.

No examples provided.

delete_bookmark_tag ~35

Delete a bookmark tag. The tag will be removed from all bookmarks.

NameTypeReqDescription
namestringyesTag name to delete

No output schema declared.

No examples provided.

delete_contact ~57

Delete a contact from a Nextcloud address book by UID. This action is irreversible.

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

No output schema declared.

No examples provided.

delete_coworker ~31

Delete a coworker and its run history.

NameTypeReqDescription
idnumberyesCoworker ID

No output schema declared.

No examples provided.

delete_event ~59

Delete a calendar event from Nextcloud by UID. This action is irreversible.

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

No output schema declared.

No examples provided.

delete_feed ~33

Delete (unsubscribe from) a feed and all its items.

NameTypeReqDescription
feedIdnumberyesThe feed ID to delete

No output schema declared.

No examples provided.

delete_form ~34

Permanently delete a form and all of its submissions. This cannot be undone.

NameTypeReqDescription
formIdintegeryesForm ID

No output schema declared.

No examples provided.

delete_form_option ~47

Delete an option from a choice question.

NameTypeReqDescription
formIdintegeryesForm ID
optionIdintegeryesOption ID
questionIdintegeryesQuestion ID

No output schema declared.

No examples provided.

delete_form_question ~36

Delete a question from a form.

NameTypeReqDescription
formIdintegeryesForm ID
questionIdintegeryesQuestion ID

No output schema declared.

No examples provided.

delete_form_share ~35

Revoke a form share.

NameTypeReqDescription
formIdintegeryesForm ID
shareIdintegeryesShare ID

No output schema declared.

No examples provided.

delete_form_submission ~36

Delete a single submission by ID.

NameTypeReqDescription
formIdintegeryesForm ID
submissionIdintegeryesSubmission ID

No output schema declared.

No examples provided.

delete_map ~29

Delete a custom map. This action is irreversible.

NameTypeReqDescription
idnumberyesMap ID to delete

No output schema declared.

No examples provided.

delete_map_contact_address ~149

Remove an address and its coordinates from a contact, taking it off the map. The contact itself is kept. Use list_map_contacts to get the exact ADR and GEO values.

NameTypeReqDescription
adrstringyesThe ADR value to remove, exactly as returned by list_map_contacts
bookidstringyesAddress book ID
geostringyesThe GEO value to remove, exactly as returned by list_map_contacts
myMapIdnumberID of a custom map to scope the operation to; omit for the user's default map
uidstringyesContact UID
uristringyesContact URI (e.g. "abc123.vcf")

No output schema declared.

No examples provided.

delete_map_device ~36

Delete a GPS tracking device and all its location points. This action is irreversible.

NameTypeReqDescription
idnumberyesDevice ID to delete

No output schema declared.

No examples provided.

delete_map_favorite ~60

Delete a map favorite by its ID. This action is irreversible.

NameTypeReqDescription
idnumberyesFavorite ID to delete
myMapIdnumberID of a custom map to scope the operation to; omit for the user's default map

No output schema declared.

No examples provided.

delete_news_folder ~32

Delete a News folder and all feeds it contains.

NameTypeReqDescription
folderIdnumberyesThe folder ID to delete

No output schema declared.

No examples provided.

delete_note ~28

Delete a note by its ID.

NameTypeReqDescription
idintegeryesNote ID (from list_notes)

No output schema declared.

No examples provided.

delete_poll ~29

Permanently delete a poll. This cannot be undone.

NameTypeReqDescription
pollIdintegeryesPoll ID

No output schema declared.

No examples provided.

delete_poll_comment ~34

Delete one of your poll comments by comment ID.

NameTypeReqDescription
commentIdintegeryesComment ID (from list_poll_comments)

No output schema declared.

No examples provided.

delete_poll_option ~34

Delete an option from a poll by option ID.

NameTypeReqDescription
optionIdintegeryesOption ID (from list_poll_options)

No output schema declared.

No examples provided.

delete_poll_share ~39

Revoke a poll share by its token (obtained from list_poll_shares or add_poll_share).

NameTypeReqDescription
tokenstringyesShare token

No output schema declared.

No examples provided.

delete_project ~35

Delete an AIquila project. Associated paths are removed and conversations referencing it are unlinked.

NameTypeReqDescription
idnumberyesProject ID

No output schema declared.

No examples provided.

delete_recipe ~44

Delete a recipe from Nextcloud Cookbook. This removes the entire recipe folder including images. This action is irreversible.

NameTypeReqDescription
folderNamestringyesThe recipe folder name to delete

No output schema declared.

No examples provided.

delete_share ~28

Delete a share in Nextcloud

NameTypeReqDescription
shareIdnumberyesThe share ID to delete

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.