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
Available components
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
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 6 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add elgorro-aiquila-mcp -- docker run --rm -i ghcr.io/elgorro/aiquila-mcp:0.4.11
{
"mcpServers": {
"elgorro-aiquila-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/elgorro/aiquila-mcp:0.4.11"
]
}
}
} {
"servers": {
"elgorro-aiquila-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/elgorro/aiquila-mcp:0.4.11"
]
}
}
} codex mcp add elgorro-aiquila-mcp -- docker run --rm -i ghcr.io/elgorro/aiquila-mcp:0.4.11
{
"$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
}
}
} mcp_servers:
elgorro-aiquila-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/elgorro/aiquila-mcp:0.4.11"] {
"McpServers": {
"elgorro-aiquila-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/elgorro/aiquila-mcp:0.4.11"
]
}
}
} {
"mcpServers": {
"elgorro-aiquila-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/elgorro/aiquila-mcp:0.4.11"
]
}
}
} 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.
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 →
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 →
update_form_share Update Form Share ~52
Update the permissions on an existing form share.
| Name | Type | Req | Description |
|---|---|---|---|
| formId | integer | yes | Form ID |
| permissions | array | yes | New permission set |
| shareId | integer | yes | Share ID (from get_form) |
No output schema declared.
No examples provided.
update_map Update Map ~53
Update a custom map's properties (e.g. rename).
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Map ID |
| values | object | yes | Key-value pairs to update (e.g. { newName: 'My Trip' }) |
No output schema declared.
No examples provided.
update_map_device Update Map Device ~65
Update a device's display color and/or name. At least one must be provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | New color (e.g. '#ff0000') |
| id | number | yes | Device ID |
| name | string | – | New device name (user agent) |
No output schema declared.
No examples provided.
update_map_favorite Update Map Favorite ~112
Update an existing map favorite. Only provided fields are changed.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | New category |
| comment | string | – | New comment |
| extensions | string | – | New extensions data |
| id | number | yes | Favorite ID |
| lat | number | – | New latitude |
| lng | number | – | New longitude |
| myMapId | number | – | ID of a custom map to scope the operation to; omit for the user's default map |
| name | string | – | New name |
No output schema declared.
No examples provided.
update_map_track Update Map Track ~68
Update a track's color or metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | New color (e.g. '#00ff00') |
| etag | string | – | ETag for concurrency control |
| id | number | yes | Track ID |
| metadata | string | – | New metadata as JSON string |
No output schema declared.
No examples provided.
update_note Update Note ~73
Update an existing note. Provide only the fields you want to change.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | New category |
| content | string | – | New content (Markdown) |
| favorite | boolean | – | Favorite flag |
| id | integer | yes | Note ID (from list_notes) |
| title | string | – | New title |
No output schema declared.
No examples provided.
update_poll Update Poll ~175
Update a poll configuration. Only provided fields are changed. Set expire to 0 for no expiration, or a unix timestamp to auto-close on that date.
| Name | Type | Req | Description |
|---|---|---|---|
| access | string | – | – |
| allowComment | boolean | – | – |
| allowMaybe | boolean | – | – |
| allowProposals | boolean | – | – |
| anonymous | boolean | – | – |
| autoReminder | boolean | – | – |
| description | string | – | – |
| expire | integer | – | Unix timestamp; 0 = no expiration; negative = close immediately |
| hideBookedUp | boolean | – | – |
| maxVotesPerOption | integer | – | – |
| maxVotesPerUser | integer | – | – |
| pollId | integer | yes | Poll ID |
| showResults | string | – | – |
| title | string | – | – |
| useNo | boolean | – | – |
No output schema declared.
No examples provided.
update_project Update Project ~65
Update an AIquila project. Only provided fields are updated.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | New project description |
| id | number | yes | Project ID |
| systemPrompt | string | – | New system prompt for conversations using this project |
| title | string | – | New project title |
No output schema declared.
No examples provided.
update_recipe Update Recipe ~196
Update an existing recipe in Nextcloud Cookbook. Only provided fields are changed.
| Name | Type | Req | Description |
|---|---|---|---|
| cookTime | string | – | New cook time (ISO 8601 duration) |
| description | string | – | New description |
| folderName | string | yes | The recipe folder name |
| image | string | – | New image URL |
| keywords | string | – | New keywords |
| name | string | – | New recipe name |
| nutrition | object | – | Nutrition information |
| prepTime | string | – | New prep time (ISO 8601 duration) |
| recipeCategory | string | – | New category |
| recipeIngredient | array | – | New ingredients list |
| recipeInstructions | array | – | New instructions list |
| recipeYield | number | – | New servings count |
| tool | array | – | New tools list |
| totalTime | string | – | New total time (ISO 8601 duration) |
| url | string | – | New source URL |
No output schema declared.
No examples provided.
update_registration_settings Update Registration Settings ~72
Update one or more Nextcloud Registration app settings. Boolean settings use the strings 'yes'/'no'; allowed_domains takes a JSON array string (e.g. '["example.com"]'). Requires the configured Nextcloud user to be an admin.
| Name | Type | Req | Description |
|---|---|---|---|
| settings | array | yes | One or more key/value pairs to update |
No output schema declared.
No examples provided.
update_share Update Share ~129
Update an existing share in Nextcloud
| Name | Type | Req | Description |
|---|---|---|---|
| expireDate | string | – | Expiration date (YYYY-MM-DD) |
| hideDownload | boolean | – | Hide download button for public link shares |
| label | string | – | Label for public link shares |
| note | string | – | Note to the share recipient |
| password | string | – | Password-protect the share |
| permissions | number | – | Permission bitmask: 1=read, 2=update, 4=create, 8=delete, 16=share |
| shareId | number | yes | The share ID to update |
No output schema declared.
No examples provided.
update_task Update Task ~240
Update an existing task's fields by UID. Uses CalDAV ETag-based optimistic concurrency.
| Name | Type | Req | Description |
|---|---|---|---|
| calendarName | string | – | The calendar name (default: 'tasks') |
| categories | array | – | Replace all tags with these |
| classification | string | – | New classification |
| description | string | – | New description |
| dtstart | string|null | – | New start date, or null to remove |
| due | string|null | – | New due date (YYYYMMDD or YYYYMMDDTHHmmssZ), or null to remove |
| location | string|null | – | New location, or null to remove |
| percentComplete | number | – | New completion percentage |
| pinned | boolean | – | Pin or unpin the task |
| priority | number | – | New priority (0-9, 0 removes priority) |
| relatedTo | string|null | – | New parent UID, or null to remove parent |
| status | string | – | New status |
| summary | string | – | New task title |
| uid | string | yes | The UID of the task to update |
| url | string|null | – | New URL, or null to remove |
No output schema declared.
No examples provided.
update_terms_settings Update Terms Settings ~89
Update the Terms of Service enforcement settings: whether logged-in users must accept the terms (tos_for_users) and whether the terms apply to public shares (tos_on_public_shares). Requires the configured Nextcloud user to be an admin.
| Name | Type | Req | Description |
|---|---|---|---|
| tosForUsers | boolean | – | Require logged-in users to accept the terms |
| tosOnPublicShares | boolean | – | Apply the terms to public shares |
No output schema declared.
No examples provided.
vote_on_poll Vote on Poll ~76
Cast or change your vote on a poll option. setTo: "yes" to vote yes, "no" to vote no, "maybe" for a tentative yes (only if allowed).
| Name | Type | Req | Description |
|---|---|---|---|
| optionId | integer | yes | Option ID to vote on (from list_poll_options) |
| setTo | string | yes | Vote value |
No output schema declared.
No examples provided.
write_file Write File ~61
Create or update a file in Nextcloud. File size is limited (default 1 GB, configurable via MCP_MAX_FILE_SIZE).
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The content to write to the file |
| path | string | yes | The file path in Nextcloud |
No output schema declared.
No examples provided.
write_text_workspace Write Text Workspace ~76
Create or overwrite a folder's Text workspace file. If a workspace already exists, its existing filename is reused; otherwise Readme.md is created at the folder root.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Markdown content to write |
| path | string | yes | Folder path relative to the user's root (e.g. '/Projects/Acme') |
No output schema declared.
No examples provided.
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.