iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
About
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
Security Report
This iOffice MCP server demonstrates solid security practices with proper authentication handling, input validation via Zod schemas, and a thoughtful confirm-gate pattern for destructive operations. Environment variable-based credential management and API error redaction are well-implemented. Minor code quality observations around error handling breadth do not materially impact security posture. Permissions (network_http, env_vars) align appropriately with the server's purpose of integrating with iOffice facility management APIs. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: IOFFICE_HOST
Environment variable: IOFFICE_TOKEN
Environment variable: IOFFICE_USERNAME
Environment variable: IOFFICE_PASSWORD
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-chrischall-ioffice-mcp": {
"env": {
"IOFFICE_HOST": "your-ioffice-host-here",
"IOFFICE_TOKEN": "your-ioffice-token-here",
"IOFFICE_PASSWORD": "your-ioffice-password-here",
"IOFFICE_USERNAME": "your-ioffice-username-here"
},
"args": [
"-y",
"ioffice-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption