MCP server for OfficeRnD API
If you already use Officernd MCP, the officernd mcp mcp server is the piece that lets your assistant work with it directly. MCP server for OfficeRnD API.
This server exposes OfficeRnD data through 5 domain-grouped tools, covering 25+ entity types:
npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Operation — Per Minutecommunity — The community tool exposed by this serverspace — Resource types for the type filter: meeting_room, team_room, desk, hotdesk, desk_tr, desk_nabilling — Special action — coin_stats: Get coin/credit balance for a member or company in a given month. Parameters: member, company, month (e.g., 2026-03)collaboration — The collaboration tool exposed by this serversettings — The settings tool exposed by this serverArchitecture — The Architecture tool exposed by this serverConfiguration is passed through the environment: OFFICERND_CLIENT_ID, OFFICERND_CLIENT_SECRET, OFFICERND_ORG_SLUG. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Officernd MCP's toolset — Operation, community, space and 4 more — is a fair guide to whether it matches your workflow. It is maintained by mrboor; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Operation | Per Minute |
| community | The community tool exposed by this server. |
| space | Resource types for the type filter: meeting_room, team_room, desk, hotdesk, desk_tr, desk_na. |
| billing | Special action — coin_stats: Get coin/credit balance for a member or company in a given month. Parameters: member, company, month (e.g., 2026-03). |
| collaboration | The collaboration tool exposed by this server. |
| settings | The settings tool exposed by this server. |
| Architecture | The Architecture tool exposed by this server. |
{
"mcpServers": {
"officernd": {
"command": "npx",
"args": ["-y", "npm"],
"env": {
"OFFICERND_CLIENT_ID": "your-value",
"OFFICERND_CLIENT_SECRET": "your-value",
"OFFICERND_ORG_SLUG": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| OFFICERND_CLIENT_ID | Configuration value read at startup. | Optional |
| OFFICERND_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| OFFICERND_ORG_SLUG | Configuration value read at startup. | Optional |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.