# OfficeRnD Hybrid MCP

> OfficeRnD Hybrid MCP handles all corporate space management tasks directly within your agent. Need to book a desk or meeting room? This MCP lets you find available resources, check team schedules, and manage entire office locations without leaving your workflow. It's the full suite for hybrid work coordination.

## Overview
- **Category:** productivity
- **Price:** Free
- **Tags:** desk-booking, meeting-room-booking, hybrid-work, office-resource-management, space-utilization, scheduling

## Description

Your agent can handle complex office logistics using this connector. Instead of opening multiple tabs, you ask for what you need—whether it's checking who is in the building or booking a conference room for next Tuesday. You simply tell your AI client to find all available resources; it handles listing floors and specific desks automatically. Want to schedule something? Tell it to create a new booking, and it confirms the time slot immediately. It also lets you view organization teams and check off upcoming company events. This level of coordination is why Vinkius hosts this MCP in its catalog—it connects your AI agent directly to your physical office infrastructure, letting you manage resources from anywhere.

## Tools

### cancel_booking
Cancels a previously made reservation for office space.

### create_booking
Makes a new booking for specific desks or meeting rooms.

### get_booking
Retrieves the details of one specific booking.

### get_my_profile
Fetches the profile information for the current user.

### list_bookings
Shows a list of all existing or upcoming reservations.

### list_employees
Retrieves a complete directory listing of all employees in the organization.

### list_events
Lists company-wide events and activities happening at the office location.

### list_locations
Retrieves a list of all physical locations managed by the organization.

### list_resources
Lists every available resource, like desks and meeting rooms.

### list_teams
Displays the various functional teams within the company structure.

## Prompt Examples

**Prompt:** 
```
List all available desks for today.
```

**Response:** 
```
Fetching resources... I've found 12 available desks in the Main Office. Would you like to book one?
```

**Prompt:** 
```
Book meeting room 'Zenith' for 2 PM today.
```

**Response:** 
```
Creating booking for 'Zenith'... Success! Your reservation is confirmed from 2:00 PM to 3:00 PM.
```

**Prompt:** 
```
Show my upcoming bookings.
```

**Response:** 
```
Retrieving your bookings... You have a desk reserved for tomorrow at 9:00 AM and a meeting at 4:00 PM.
```

## Capabilities

### Book and cancel space
Create a new booking or cancel an existing one for any desk or meeting room.

### Check resource availability
List all available office resources, including desks, rooms, and specific locations across the organization.

### View team structures
Get lists of employees and teams to coordinate who needs space or collaborating on an event.

### Monitor office activity
Retrieve details about upcoming company events and community activities happening at the location.

## Use Cases

### A new project needs dedicated space next month.
The coordinator asks their agent to find three rooms and two desks suitable for 10 people. The agent uses list_resources, verifies availability via get_booking, and then executes create_booking for the required dates.

### An executive needs to reschedule a client meeting.
The assistant asks the agent to check if the original room is booked. The agent uses list_bookings, confirms it's busy, and then searches for an alternate available space using list_resources.

### The company is hosting a large all-hands meeting.
The HR specialist asks the agent to pull together information on who attends and what they are doing. The agent uses list_employees, list_teams, and list_events to compile a full report.

### An employee needs to confirm their desk assignment for next week.
The user simply asks the agent to check their schedule using get_my_profile. The agent then uses list_bookings to verify that their spot is reserved and active.

## Benefits

- Forget digging through separate resource portals. You can use list_resources to see all available desks, rooms, and locations in one query, no matter where they are mapped.
- Stop forgetting who's doing what. With list_employees and list_teams, your agent builds a clear picture of team coordination before you even book the space.
- No more missed events or forgotten meetings. List_events keeps track of all community activities, so you always know where people need to be.
- Booking is fast. You can use create_booking and cancel_booking to manage your schedule instantly without opening a calendar app—just tell your agent what you need done.
- Need an overview? Running list_bookings lets you check all upcoming reservations for the whole team, giving management total visibility at a glance.

## How It Works

The bottom line is, you manage complex hybrid work scheduling without ever touching the physical booking dashboard.

1. Subscribe to this MCP using your Client ID, Client Secret, and Org Slug within Vinkius.
2. Your agent connects the credentials and accesses all available office data through your preferred AI client.
3. You issue a natural language command (e.g., 'Book a conference room for three people tomorrow at 10 AM') and receive instant confirmation.

## Frequently Asked Questions

**How do I use the OfficeRnD Hybrid MCP to find available desks?**
You ask your agent to list all resources. The agent runs list_resources, which provides a comprehensive view of every desk and room currently marked as available.

**Can the OfficeRnD Hybrid MCP check team membership?**
Yes, you can run list_employees and list_teams. This allows your agent to pull organizational data to verify who belongs in a specific department or project group.

**What is the difference between get_booking and list_bookings using OfficeRnD Hybrid MCP?**
list_bookings shows you all reservations, while get_booking retrieves detailed information for just one reservation. Use it when you know the booking ID.

**If I change my mind, how do I cancel a reservation with OfficeRnD Hybrid MCP?**
You simply ask your agent to use cancel_booking. Just provide the necessary details about the original reservation, and it handles the cancellation process.

**Can this MCP help me plan for future events?**
Yes. By using list_events, your agent pulls a schedule of upcoming company activities, helping you plan around existing community commitments.