Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.ONLYOFFICE/docspace

NPM · @ONLYOFFICE/DOCSPACE-MCP · 5 COMPONENTS · SCANNED AUG 3

A room-based collaborative platform

−9 this week 80 Trust /100
Trust breakdown (6 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 →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to ONLYOFFICE/docspace-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 137 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1277 tokens (~55/item across 23 items; 23 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (61% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @onlyoffice/docspace-mcp

# add to Claude Code
claude mcp add onlyoffice-docspace -- npx -y @onlyoffice/docspace-mcp
# add to Codex CLI
codex mcp add onlyoffice-docspace -- npx -y @onlyoffice/docspace-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "onlyoffice-docspace": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@onlyoffice/docspace-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add onlyoffice-docspace --command npx --arg -y --arg @onlyoffice/docspace-mcp
# ~/.hermes/config.yaml
mcp_servers:
  onlyoffice-docspace:
    command: "npx"
    args: ["-y", "@onlyoffice/docspace-mcp"]
// mcp.json
{
  "mcpServers": {
    "onlyoffice-docspace": {
      "command": "npx",
      "args": [
        "-y",
        "@onlyoffice/docspace-mcp"
      ]
    }
  }
}
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.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +18
    • Malware scan: unverified → pass security
    • Stability: unverified → 0.20 functional
  • 1 Aug 26 −10
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 +30
    • 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 functional
  • 26 Jul 26 59

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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 3 Aug 2026 · Analysed npm/@onlyoffice/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
ONLYOFFICE/docspace-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/ONLYOFFICE/docspace-mcp/.github/workflows/release.yml@refs/tags/v3.2.0
Rekor log index:
1122758292
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:3d189e3622b394ec6aa8f2e86476b8916453ed0226263d8d6d26eda8cd903ec00bc61a76d7b15cbc9059bd00c21049cfbba74c03e8f8071ec2879a1b7
Discovery method:
attestation_endpoint
Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 23 exposed · ~1,277 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.

Tool Tokens
archive_room ~27

Archive a room.

NameTypeReqDescription
roomIdnumberyesThe ID of the room to archive.

No output schema declared.

No examples provided.

copy_batch_items ~62

Copy to a folder.

NameTypeReqDescription
destFolderIdThe ID of the destination folder to copy the items to.
fileIdsarrayThe IDs of the files to copy.
folderIdsarrayThe IDs of the folders to copy.

No output schema declared.

No examples provided.

create_folder ~71

Create a folder.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the folder creation. Use them to reduce the size of the response.
parentIdnumberyesThe ID of the room or folder to create the folder in.
titlestringyesThe title of the folder to create.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe created folder information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

create_room ~188

Create a room.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the room creation.
roomTypenumberyesThe 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…
titlestringyesThe title of the room to create.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe contents of the created room.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

delete_file ~27

Delete a file.

NameTypeReqDescription
fileIdnumberyesThe ID of the file to delete.

No output schema declared.

No examples provided.

delete_folder ~27

Delete a folder.

NameTypeReqDescription
folderIdnumberyesThe ID of the folder to delete.

No output schema declared.

No examples provided.

download_file_as_text ~33

Download a file as text.

NameTypeReqDescription
fileIdnumberyesThe ID of the file to download as text.

No output schema declared.

No examples provided.

get_all_people ~39

Get all people.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the list of people. Use them to reduce the size of the response.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responsearrayyes
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_file_info ~55

Get file information.

NameTypeReqDescription
fileIdnumberyesThe ID of the file to get info for.
filtersobjectyesThe filters to apply to the file info. Use them to reduce the size of the response.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe file information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_folder_content ~57

Get content of a folder.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the contents of the folder. Use them to reduce the size of the response.
folderIdnumberyesThe ID of the folder to get.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe contents of the folder.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_folder_info ~55

Get folder information.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the folder info. Use them to reduce the size of the response.
folderIdnumberyesThe ID of the folder to get info for.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe folder information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_my_folder ~43

Get the 'My Documents' folder.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the My Documents folder. Use them to reduce the size of the response.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe contents of the My Documents folder.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_room_access_levels ~39

Get a list of available room invitation access levels.

NameTypeReqDescription
roomIdnumberyesThe ID of the room to get the invitation access for.

No output schema declared.

No examples provided.

get_room_info ~45

Get room information.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the room info.
roomIdnumberyesThe ID of the room to get info for.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe room information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_room_security_info ~63

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

NameTypeReqDescription
filtersobjectyesThe filters to apply to the room security info.
roomIdnumberyesThe ID of the room to get a list of users with their access level for.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responsearrayyesThe room security information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

get_room_types ~17

Get a list of available room types.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_rooms_folder ~31

Get the 'Rooms' folder.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the rooms folder.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe contents of the rooms folder.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

move_batch_items ~64

Move to a folder.

NameTypeReqDescription
destFolderIdThe ID of the destination folder to move the items to.
fileIdsarrayThe IDs of the files to move.
folderIdsarrayThe IDs of the folders to move items to.

No output schema declared.

No examples provided.

rename_folder ~68

Rename a folder.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the folder renaming. Use them to reduce the size of the response.
folderIdnumberyesThe ID of the folder to rename.
titlestringyesThe new title of the folder to set.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe renamed folder information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

set_room_security ~106

Invite or remove users from a room.

NameTypeReqDescription
culturestringThe languages to use for the invitation.
filtersobjectyesThe filters to apply to the room security info.
invitationsarrayyesThe invitations or removals to perform.
messagestringThe message to use for the invitation.
notifybooleanWhether to notify the user.
roomIdnumberyesThe ID of the room to invite or remove users from.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe room security information after the operation.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

update_file ~42

Update a file.

NameTypeReqDescription
fileIdnumberyesThe ID of the file to update.
titlestringyesThe new title of the file to set.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe updated file information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

update_room ~57

Update a room.

NameTypeReqDescription
filtersobjectyesThe filters to apply to the room update.
roomIdnumberyesThe ID of the room to update.
titlestringThe new title of the room to set.
NameTypeReqDescription
countnumberThe number of items in the response.
linksarrayyesThe links related to the response.
responseobjectyesThe updated room information.
statusnumberyesThe status of the API response.
statusCodenumberyesThe HTTP status code of the API response.
totalnumberThe total number of items available.

No examples provided.

upload_file ~61

Upload a file.

NameTypeReqDescription
contentstringyesThe content of the file to upload.
filenamestringyesThe file name with an extension to upload.
parentIdnumberyesThe ID of the room or folder to upload the file to.

No output schema declared.

No examples provided.