OfficeRnD MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OFFICERND_ORG_SLUG | Yes | The organization slug is the identifier in your OfficeRnD URL: app.officernd.com/.../{your_org_slug} | |
| OFFICERND_CLIENT_ID | Yes | Your OfficeRnD client ID from your OfficeRnD admin dashboard under Integrations > API | |
| OFFICERND_CLIENT_SECRET | Yes | Your OfficeRnD client secret from your OfficeRnD admin dashboard under Integrations > API |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| communityA | Query community/people data in OfficeRnD. action=list: List entities with optional filters and pagination (max 50 per page). action=get: Get a single entity by ID. Entity-specific filters when listing:
|
| spaceA | Query space/resource data in OfficeRnD. action=list: List entities with optional filters and pagination (max 50 per page). action=get: Get a single entity by ID. action=status: Check current availability of a resource (requires id). Entity-specific filters when listing:
|
| billingA | Query billing/financial data in OfficeRnD. action=list: List entities with optional filters and pagination (max 50 per page). action=get: Get a single entity by ID (payments, plans). action=coin_stats: Get coin/credit balance for a member or company in a given month. Entity-specific filters when listing:
|
| collaborationB | Query collaboration data in OfficeRnD. action=list: List entities with optional filters and pagination (max 50 per page). action=get: Get a single entity by ID. Entity-specific filters when listing:
|
| settingsA | Query organization settings and configuration in OfficeRnD. action=list: List configuration entities. action=get: Get a single location by ID (locations only). Entity-specific filters when listing:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MrBoor/officernd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server