← Index

io.github.chrischall/ioffice-mcp

io.github.chrischall/ioffice-mcp·v2.1.3·Other
Quality Score
85
/100

iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ioffice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ioffice-mcp"
      ],
      "env": {
        "IOFFICE_HOST": "<ioffice_host>",
        "IOFFICE_TOKEN": "<your-ioffice_token>",
        "IOFFICE_USERNAME": "<ioffice_username>",
        "IOFFICE_PASSWORD": "<your-ioffice_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ioffice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ioffice-mcp"
      ],
      "env": {
        "IOFFICE_HOST": "<ioffice_host>",
        "IOFFICE_TOKEN": "<your-ioffice_token>",
        "IOFFICE_USERNAME": "<ioffice_username>",
        "IOFFICE_PASSWORD": "<your-ioffice_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ioffice-mcp
§02  Environment variables
IOFFICE_HOST
required

Your iOffice tenant hostname (e.g. yourcompany.ioffice.com)

IOFFICE_TOKEN
secret

Your iOffice API token (preferred over username/password)

IOFFICE_USERNAME

Your iOffice username (used if no API token)

IOFFICE_PASSWORD
secret

Your iOffice password (used if no API token)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other