# io.github.ONLYOFFICE/docspace (mcpb · onlyoffice-docspace-mcp-3.2.0.mcpb)

A room-based collaborative platform

- Trust score: 43/100 (low)
- Change this week: −2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.onlyoffice.com`: 36/100, [markdown](https://verifymcp.io/servers/onlyoffice-docspace/mcp.md), [page](https://verifymcp.io/servers/onlyoffice-docspace/mcp)
- remote · `mcp.onlyoffice.com`: 36/100, [markdown](https://verifymcp.io/servers/onlyoffice-docspace/mcp-2.md), [page](https://verifymcp.io/servers/onlyoffice-docspace/mcp-2)
- mcpb · `onlyoffice-docspace-mcp-3.2.0.mcpb`: 43/100 (this document), [markdown](https://verifymcp.io/servers/onlyoffice-docspace/https-github-com-onlyoffice-docspace-mcp-releases-download-v3-2-0-onlyoffice-doc.md), [page](https://verifymcp.io/servers/onlyoffice-docspace/https-github-com-onlyoffice-docspace-mcp-releases-download-v3-2-0-onlyoffice-doc)
- npm · `@onlyoffice/docspace-mcp`: 80/100, [markdown](https://verifymcp.io/servers/onlyoffice-docspace/onlyoffice-docspace-mcp.md), [page](https://verifymcp.io/servers/onlyoffice-docspace/onlyoffice-docspace-mcp)
- oci · `docker.io/onlyoffice/docspace-mcp:3.2.0`: 9/100, [markdown](https://verifymcp.io/servers/onlyoffice-docspace/docker-io-onlyoffice-docspace-mcp-3-2-0.md), [page](https://verifymcp.io/servers/onlyoffice-docspace/docker-io-onlyoffice-docspace-mcp-3-2-0)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/ONLYOFFICE/docspace-mcp/releases/download/v3.2.0/onlyoffice-docspace-mcp-3.2.0.mcpb`
- Version: `3.2.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 13/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - No install/post-install scripts declared.
  - Dependency-health data not yet available.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 137 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1277 tokens (~55/item across 23 items; 23 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (61% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

- Download bundle: `https://github.com/ONLYOFFICE/docspace-mcp/releases/download/v3.2.0/onlyoffice-docspace-mcp-3.2.0.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 43, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-07-31 (score 40, −5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 45, +30)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 61
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fair

### 2026-07-26 (score 15)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (23)

### `delete_file` (~27 tokens)

Delete a file.

Input parameters:

- `fileId` (number, required): The ID of the file to delete.

### `get_file_info` (~55 tokens)

Get file information.

Input parameters:

- `fileId` (number, required): The ID of the file to get info for.
- `filters` (object, required): The filters to apply to the file info. Use them to reduce the size of the response.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The file information.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `update_file` (~42 tokens)

Update a file.

Input parameters:

- `fileId` (number, required): The ID of the file to update.
- `title` (string, required): The new title of the file to set.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The updated file information.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `copy_batch_items` (~62 tokens)

Copy to a folder.

Input parameters:

- `destFolderId`: The ID of the destination folder to copy the items to.
- `fileIds` (array): The IDs of the files to copy.
- `folderIds` (array): The IDs of the folders to copy.

### `move_batch_items` (~64 tokens)

Move to a folder.

Input parameters:

- `destFolderId`: The ID of the destination folder to move the items to.
- `fileIds` (array): The IDs of the files to move.
- `folderIds` (array): The IDs of the folders to move items to.

### `download_file_as_text` (~33 tokens)

Download a file as text.

Input parameters:

- `fileId` (number, required): The ID of the file to download as text.

### `upload_file` (~61 tokens)

Upload a file.

Input parameters:

- `content` (string, required): The content of the file to upload.
- `filename` (string, required): The file name with an extension to upload.
- `parentId` (number, required): The ID of the room or folder to upload the file to.

### `create_folder` (~71 tokens)

Create a folder.

Input parameters:

- `filters` (object, required): The filters to apply to the folder creation. Use them to reduce the size of the response.
- `parentId` (number, required): The ID of the room or folder to create the folder in.
- `title` (string, required): The title of the folder to create.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The created folder information.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `delete_folder` (~27 tokens)

Delete a folder.

Input parameters:

- `folderId` (number, required): The ID of the folder to delete.

### `get_folder_content` (~57 tokens)

Get content of a folder.

Input parameters:

- `filters` (object, required): The filters to apply to the contents of the folder. Use them to reduce the size of the response.
- `folderId` (number, required): The ID of the folder to get.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The contents of the folder.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `get_folder_info` (~55 tokens)

Get folder information.

Input parameters:

- `filters` (object, required): The filters to apply to the folder info. Use them to reduce the size of the response.
- `folderId` (number, required): The ID of the folder to get info for.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The folder information.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `rename_folder` (~68 tokens)

Rename a folder.

Input parameters:

- `filters` (object, required): The filters to apply to the folder renaming. Use them to reduce the size of the response.
- `folderId` (number, required): The ID of the folder to rename.
- `title` (string, required): The new title of the folder to set.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The renamed folder information.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `get_my_folder` (~43 tokens)

Get the 'My Documents' folder.

Input parameters:

- `filters` (object, required): The filters to apply to the My Documents folder. Use them to reduce the size of the response.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The contents of the My Documents folder.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `create_room` (~188 tokens)

Create a room.

Input parameters:

- `filters` (object, required): The filters to apply to the room creation.
- `roomType` (number, required): The type of the room to create. 1 - Form Filling Room. Upload PDF forms into the room. Invite members and guests to fill out a PDF form. Review completed forms and analyze data automatically collect…
- `title` (string, required): The title of the room to create.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The contents of the created room.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `get_room_info` (~45 tokens)

Get room information.

Input parameters:

- `filters` (object, required): The filters to apply to the room info.
- `roomId` (number, required): The ID of the room to get info for.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The room information.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `update_room` (~57 tokens)

Update a room.

Input parameters:

- `filters` (object, required): The filters to apply to the room update.
- `roomId` (number, required): The ID of the room to update.
- `title` (string): The new title of the room to set.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The updated room information.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `archive_room` (~27 tokens)

Archive a room.

Input parameters:

- `roomId` (number, required): The ID of the room to archive.

### `set_room_security` (~106 tokens)

Invite or remove users from a room.

Input parameters:

- `culture` (string): The languages to use for the invitation.
- `filters` (object, required): The filters to apply to the room security info.
- `invitations` (array, required): The invitations or removals to perform.
- `message` (string): The message to use for the invitation.
- `notify` (boolean): Whether to notify the user.
- `roomId` (number, required): The ID of the room to invite or remove users from.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The room security information after the operation.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `get_room_security_info` (~63 tokens)

Get a list of users with their access levels to a room.

Input parameters:

- `filters` (object, required): The filters to apply to the room security info.
- `roomId` (number, required): The ID of the room to get a list of users with their access level for.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (array): The room security information.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `get_rooms_folder` (~31 tokens)

Get the 'Rooms' folder.

Input parameters:

- `filters` (object, required): The filters to apply to the rooms folder.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (object): The contents of the rooms folder.
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

### `get_room_types` (~17 tokens)

Get a list of available room types.

### `get_room_access_levels` (~39 tokens)

Get a list of available room invitation access levels.

Input parameters:

- `roomId` (number, required): The ID of the room to get the invitation access for.

### `get_all_people` (~39 tokens)

Get all people.

Input parameters:

- `filters` (object, required): The filters to apply to the list of people. Use them to reduce the size of the response.

Output parameters:

- `count` (number): The number of items in the response.
- `links` (array): The links related to the response.
- `response` (array)
- `status` (number): The status of the API response.
- `statusCode` (number): The HTTP status code of the API response.
- `total` (number): The total number of items available.

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/onlyoffice-docspace/https-github-com-onlyoffice-docspace-mcp-releases-download-v3-2-0-onlyoffice-doc#diagnostics

## Score history

- 2026-08-03: 43
- 2026-08-02: 40
- 2026-08-01: 40
- 2026-07-31: 40
- 2026-07-30: 45
- 2026-07-29: 45
- 2026-07-28: 45
- 2026-07-27: 45
- 2026-07-26: 15

## Links

- Repository: https://github.com/ONLYOFFICE/docspace-mcp
- Website: https://onlyoffice.github.io/
- Changelog RSS feed: https://verifymcp.io/servers/onlyoffice-docspace/https-github-com-onlyoffice-docspace-mcp-releases-download-v3-2-0-onlyoffice-doc/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/onlyoffice-docspace/https-github-com-onlyoffice-docspace-mcp-releases-download-v3-2-0-onlyoffice-doc/changelog.json
- HTML version of this page: https://verifymcp.io/servers/onlyoffice-docspace/https-github-com-onlyoffice-docspace-mcp-releases-download-v3-2-0-onlyoffice-doc
