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 →
import_map_favorites Import Map Favorites ~62
Import favorites from a file in Nextcloud storage. Supports GPX, KML, KMZ, JSON, and GeoJSON.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Relative path to the file in Nextcloud storage (e.g. '/Maps/favorites.gpx') |
No output schema declared.
No examples provided.
install_app Install App ~61
Install a Nextcloud app from the App Store via occ app:install
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | App ID to install (e.g. "tasks", "calendar", "mail") |
| keepDisabled | boolean | – | Install but keep the app disabled |
No output schema declared.
No examples provided.
list_activity List Activity ~128
List recent entries from the Nextcloud activity feed (file changes, shares, comments, calendar/contact edits, etc.) for the current user.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | – | Which feed to read: 'all' (default), 'self' (your own actions), or 'by' (others' actions) |
| limit | number | – | Maximum number of activities to return (default 50) |
| since | number | – | Return activities after this activity_id (for pagination) |
| sort | string | – | Sort order by time: 'desc' (newest first, default) or 'asc' |
No output schema declared.
No examples provided.
list_address_books List Address Books ~26
List all address books available to the current user, including their display names and metadata.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_announcements List Announcements ~54
List announcements from the Nextcloud Announcement Center (org-wide notices such as maintenance windows, events, or news). Returns newest first.
| Name | Type | Req | Description |
|---|---|---|---|
| offset | number | – | Return announcements before this offset (for pagination, default 0) |
No output schema declared.
No examples provided.
list_apps List Apps ~51
List all installed Nextcloud apps with their enabled/disabled status. Requires admin privileges
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | – | Filter apps by status: "all", "enabled", or "disabled" (default: all) |
No output schema declared.
No examples provided.
list_archive List Archive Contents ~44
List the contents of a zip archive in Nextcloud without extracting it.
| Name | Type | Req | Description |
|---|---|---|---|
| archive | string | yes | Path to the .zip file (e.g., '/Documents/backup.zip') |
No output schema declared.
No examples provided.
list_bookmark_folders List Bookmark Folders ~59
List the bookmark folder hierarchy. Returns a tree structure of all folders.
| Name | Type | Req | Description |
|---|---|---|---|
| layers | number | – | Maximum depth of folder levels to return |
| root | number | – | Root folder ID to start from (-1 for top level, default) |
No output schema declared.
No examples provided.
list_bookmark_tags List Bookmark Tags ~17
List all tags used across bookmarks.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_bookmarks List Bookmarks ~150
List bookmarks from Nextcloud Bookmarks app. Supports search, tag filtering, folder filtering, sorting, and pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| folder | number | – | Filter by folder ID (-1 for root) |
| limit | number | – | Max bookmarks to return (default 10) |
| page | number | – | Page number for pagination (starts at 0) |
| search | string | – | Search term to filter bookmarks by title/URL/description |
| sortby | string | – | Sort field |
| tags | array | – | Filter by tags (e.g. ['tech', 'news']) |
| unavailable | boolean | – | Only show unavailable bookmarks |
| untagged | boolean | – | Only show bookmarks without tags |
No output schema declared.
No examples provided.
list_calendars List Calendars ~34
List all calendars available to the current user, including their supported component types (events, tasks, journals) and metadata.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_contacts List Contacts ~94
List contacts from a Nextcloud address book. Optionally search by name. Returns name, email, phone, organization, and UID for each contact.
| Name | Type | Req | Description |
|---|---|---|---|
| addressBookName | string | – | The address book name (default: 'contacts') |
| limit | number | – | Maximum number of contacts to return (default: 50) |
| search | string | – | Search term to filter contacts by name (case-insensitive contains match) |
No output schema declared.
No examples provided.
list_coworker_templates List Coworker Templates ~39
List built-in coworker templates (e.g. image classification via Claude vision or Mistral Pixtral) and available task types.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_coworkers List Coworkers ~33
List the current user's coworkers (persistent scheduled AI tasks) with their status, provider, schedule and last run.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_events List Calendar Events ~173
List events from a Nextcloud calendar within an optional time range. Returns event details including time, location, attendees, recurrence, and UIDs.
| Name | Type | Req | Description |
|---|---|---|---|
| calendarName | string | yes | The calendar name. Use list_calendars to find available calendar names. |
| from | string | – | Start of time range (ISO 8601, e.g. 2026-04-12 or 2026-04-12T09:00:00Z). Defaults to today. |
| limit | number | – | Maximum number of events to return (default: 50) |
| to | string | – | End of time range (ISO 8601, e.g. 2026-04-12 or 2026-04-12T09:00:00Z). Defaults to 30 days from now. |
No output schema declared.
No examples provided.
list_feeds List News Feeds ~25
List all RSS feeds subscribed in the Nextcloud News app, with unread counts.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_file_versions List File Versions ~45
List previous versions of a file (use get_file_info to find the fileId)
| Name | Type | Req | Description |
|---|---|---|---|
| fileId | number | yes | The Nextcloud internal file ID (from get_file_info) |
No output schema declared.
No examples provided.
list_files List Files ~34
List files and folders in a Nextcloud directory
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | – | The directory path to list (default: '/') |
No output schema declared.
No examples provided.
list_form_questions List Form Questions ~30
List all questions for a form, in display order.
| Name | Type | Req | Description |
|---|---|---|---|
| formId | integer | yes | Form ID |
No output schema declared.
No examples provided.
list_form_submissions List Form Submissions ~83
List submissions for a form. Supports free-text search (query) and pagination (limit/offset). Only form owners/admins see all submissions.
| Name | Type | Req | Description |
|---|---|---|---|
| formId | integer | yes | Form ID |
| limit | integer | – | Max submissions to return |
| offset | integer | – | Offset for pagination |
| query | string | – | Free-text search across answer values |
No output schema declared.
No examples provided.
list_forms List Forms ~57
List forms. type="owned" (default) returns forms the current user owns; "shared" returns forms shared with them; "partial" returns forms the user has an unfinished draft on.
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | – | Form list scope |
No output schema declared.
No examples provided.
list_groups List Groups ~60
List all groups in the Nextcloud instance. Requires admin or sub-admin privileges
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Maximum number of groups to return |
| offset | number | – | Offset for pagination |
| search | string | – | Search/filter string for group names |
No output schema declared.
No examples provided.
list_mail_accounts List Mail Accounts ~29
List all configured email accounts in Nextcloud Mail. Returns account IDs, names, and email addresses.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_mailboxes List Mailboxes ~50
List all mailboxes (folders) for a Nextcloud Mail account. Returns mailbox names, IDs, and unread counts.
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | number | yes | The mail account ID (from list_mail_accounts) |
No output schema declared.
No examples provided.
list_map_contacts List Map Contacts ~51
List address book contacts that carry a geographic address, as shown on the map.
| Name | Type | Req | Description |
|---|---|---|---|
| myMapId | number | – | ID of a custom map to scope the operation to; omit for the user's default map |
No output schema declared.
No examples provided.
list_map_devices List Map Devices ~45
List GPS tracking devices registered in Nextcloud Maps.
| Name | Type | Req | Description |
|---|---|---|---|
| myMapId | number | – | ID of a custom map to scope the operation to; omit for the user's default map |
No output schema declared.
No examples provided.
list_map_favorites List Map Favorites ~81
List map favorites (saved locations/pins) from Nextcloud Maps. Optionally filter by modification time or scope to a custom map.
| Name | Type | Req | Description |
|---|---|---|---|
| myMapId | number | – | ID of a custom map to scope the operation to; omit for the user's default map |
| pruneBefore | number | – | Unix timestamp — only return favorites modified after this time |
No output schema declared.
No examples provided.
list_map_photos List Map Photos ~41
List geolocated photos (photos with GPS coordinates) from Nextcloud Maps.
| Name | Type | Req | Description |
|---|---|---|---|
| myMapId | number | – | Custom map ID to scope to |
No output schema declared.
No examples provided.
list_map_photos_nonlocalized List Non-Localized Map Photos ~94
List photos that don't have GPS coordinates. Useful for finding photos that can be placed on the map.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Max photos to return (default 250) |
| myMapId | number | – | Custom map ID to scope to |
| offset | number | – | Pagination offset (default 0) |
| timezone | string | – | Timezone string (e.g. 'Europe/Berlin') |
No output schema declared.
No examples provided.
list_map_tracks List Map Tracks ~39
List GPS tracks (GPX/KML files) from Nextcloud Maps.
| Name | Type | Req | Description |
|---|---|---|---|
| myMapId | number | – | Custom map ID to scope to |
No output schema declared.
No examples provided.
list_maps List Maps ~21
List all custom maps created by the user in Nextcloud Maps.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_news_folders List News Folders ~24
List all folders used to organize feeds in the Nextcloud News app.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_news_items List News Items ~143
List news articles (items). Filter by feed, folder, starred, or all; supports pagination and read/unread filtering.
| Name | Type | Req | Description |
|---|---|---|---|
| batchSize | number | – | Max items to return (default 20, -1 for all) |
| getRead | boolean | – | Include already-read items (default false) |
| id | number | – | Feed or folder ID when type is "feed" or "folder" (default 0) |
| offset | number | – | Return items older than this item ID (pagination) |
| oldestFirst | boolean | – | Return oldest items first (default newest first) |
| type | string | – | Scope of items to return (default "all") |
No output schema declared.
No examples provided.
list_notes List Notes ~54
List all notes in Nextcloud Notes. Returns id, title, category, favorite flag, and modification date.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Filter by category |
| search | string | – | Filter notes by title (client-side) |
No output schema declared.
No examples provided.
list_notifications List Notifications ~16
List all notifications for the current user
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_pending_shares List Pending Shares ~24
List pending federated/remote shares waiting to be accepted or declined
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_poll_comments List Poll Comments ~26
List all comments on a poll.
| Name | Type | Req | Description |
|---|---|---|---|
| pollId | integer | yes | Poll ID |
No output schema declared.
No examples provided.
list_poll_options List Poll Options ~33
List all options for a poll, with vote tallies per option.
| Name | Type | Req | Description |
|---|---|---|---|
| pollId | integer | yes | Poll ID |
No output schema declared.
No examples provided.
list_poll_shares List Poll Shares ~37
List all shares (public link, user invitations, email invitations) for a poll.
| Name | Type | Req | Description |
|---|---|---|---|
| pollId | integer | yes | Poll ID |
No output schema declared.
No examples provided.
list_poll_votes List Poll Votes ~33
List all votes for a poll. Anonymous polls redact voters' identities.
| Name | Type | Req | Description |
|---|---|---|---|
| pollId | integer | yes | Poll ID |
No output schema declared.
No examples provided.
list_polls List Polls ~37
List all polls the current user can access (own, shared, or public). Returns id, title, type, owner, and status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_projects List Projects ~29
List all AIquila projects for the current user. Projects bundle files/directories with an optional system prompt.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_recipe_categories List Recipe Categories ~22
List all unique recipe categories found across recipes in Nextcloud Cookbook.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_recipes List Recipes ~67
List all recipes in Nextcloud Cookbook. Optionally filter by name, category, or keyword.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Filter by recipe category |
| keyword | string | – | Filter by keyword |
| search | string | – | Search term to filter recipes by name (case-insensitive) |
No output schema declared.
No examples provided.
list_recommendations List Recommendations ~52
List files Nextcloud recommends for the configured user (e.g. recently or frequently accessed, recently shared, or files in active folders), including the reason each file is recommended. Respects the user's recommendations setting.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_search_providers List Search Providers ~33
List all available Unified Search providers in Nextcloud. Use this to discover provider IDs for targeted searches with unified_search.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_shared_map_categories List Shared Map Categories ~47
List favorite categories that are shared via a public link.
| Name | Type | Req | Description |
|---|---|---|---|
| myMapId | number | – | ID of a custom map to scope the operation to; omit for the user's default map |
No output schema declared.
No examples provided.
list_shared_map_devices List Shared Map Devices ~52
List device shares that have been added to a custom map. Requires myMapId — the default map holds no device shares.
| Name | Type | Req | Description |
|---|---|---|---|
| myMapId | number | yes | Custom map ID to list device shares from |
No output schema declared.
No examples provided.
list_shares List Shares ~72
List file shares in Nextcloud (for diagnostics and security auditing)
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | – | Filter shares for a specific file/folder path |
| reshares | boolean | – | Include reshares (default: false) |
| subfiles | boolean | – | Show shares for all files in a folder (requires path) |
No output schema declared.
No examples provided.
list_shares_with_me List Shares With Me ~22
List all files and folders shared with the current user
Input schema present but exposes no named parameters.
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.