# OfficeRnD Hybrid MCP for AI Agents AI Agent Connect

> OfficeRnD Hybrid lets your AI agent handle your office logistics. It can book desks, manage meeting room reservations, and check out available resources or office events directly. It turns your AI into an office coordinator that knows where everyone is and which rooms are free.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_UAhP7NLRWv05yRVFLkXtnOwudjYr979gbmhrXhVQ/ai-agent-connect
- **Tags:** desk-booking, meeting-room-booking, hybrid-work, office-resource-management, space-utilization, scheduling

## Description

Imagine your AI actually knows which desks are open or which meeting rooms are free at 2 PM. Instead of digging through a company portal or asking around on Slack, you just tell your agent what you need. This Connector connects your AI client to OfficeRnD, giving it the keys to your workspace. You can have your agent book a spot for you, check out who's in the office, or see what's happening at the next company social. It moves the heavy lifting of workspace coordination away from your browser and into your chat window. Since Vinkius hosts this Connector, you can plug it into your existing setup and start using it immediately without worrying about the underlying API complexity. It's about making the office work for you, rather than you working for the office.

## Tools

### create_booking
Reserves a desk or room for a specific time. Use this to secure your spot in the office.

### get_booking
Pulls up the details for a specific reservation. This is useful for double-checking dates and times.

### get_my_profile
Shows your current user information. This helps the AI know who is making the request.

### list_bookings
Shows every reservation in the system. Use this to see the full schedule of the office.

### list_employees
Displays a list of everyone in the company. This helps your agent find the right contact person.

### list_events
Shows all upcoming company events. Use this to stay updated on office social activities.

### list_locations
Shows all the different offices or sites. This helps you find the right building for your booking.

### list_resources
Shows all desks and rooms available. This is the best way to see what's open right now.

### list_teams
Shows the different groups in the organization. This helps with finding specific departments.

### cancel_booking
Removes a reservation you already made. This helps when plans change last minute.

## Prompt Examples

**Prompt:** 
```
Is there any space in the London office today?
```

**Response:** 
```
Let me check the London location for you. Here are the current options:

- **Main Hall**: 4 desks free
- **Quiet Zone**: 2 desks free
- **Meeting Room A**: Available from 2 PM

Would you like me to book one of these for you?
```

**Prompt:** 
```
Book a desk for me tomorrow from 9 AM to 5 PM.
```

**Response:** 
```
I've found a desk in the 'North Wing' for tomorrow.

**Reservation Details:**
- **Date:** Tomorrow
- **Time:** 9:00 AM - 5:00 PM
- **Location:** North Wing

I've confirmed this for you. Is there anything else you need?
```

**Prompt:** 
```
Who is on the Engineering team?
```

**Response:** 
```
Here are the members of the Engineering team:

| Name | Role |
| :--- | :--- |
| Sarah Chen | Lead Dev |
| Marcus Thorne | Backend |
| Elena Rodriguez | QA |

Would you like me to find their contact info?
```

## Capabilities

### Book desks and rooms
Create a reservation for a specific spot or meeting space.

### Cancel existing bookings
Remove a reservation when your plans change.

### View available resources
See what's currently open in the office.

### Check employee directories
Find out who's in the organization.

### Track office events
See upcoming community activities.

### Manage team lists
View different groups within the company.

## Use Cases

### Finding a spot to sit
An employee needs to know where to sit. They ask 'Where can I sit today?' and the agent uses list_resources to find a desk in the HQ.

### Booking a meeting room
A manager needs to book a room for a 3 PM meeting. They say 'Book the Zenith room for 3 PM,' and the agent uses create_booking to confirm it.

### Checking team members
A team needs to see who's in the office. They ask 'Who is on the marketing team?' and the agent uses list_teams and list_employees.

### Canceling a desk
An event is canceled. The admin tells the agent to 'Cancel my desk for tomorrow,' and it uses cancel_booking.

## Benefits

- Stop hunting for open rooms by letting your agent use list_resources to see what's free instantly.
- Save time on manual data entry by using create_booking to reserve your workspace from a simple chat.
- Stay on top of office social life by having your agent check upcoming company events with list_events.
- Simplify team lookups by using list_employees and list_teams to find the right people in the company.
- Keep your schedule clean by quickly removing old reservations with cancel_booking.

## How It Works

The bottom line is your AI becomes a fully functional office manager for your hybrid workspace.

1. Subscribe to the OfficeRnD Hybrid MCP on Vinkius.
2. Input your Client ID, Client Secret, and Org Slug in your AI client.
3. Ask your agent to find a desk or book a room.

## Frequently Asked Questions

**Can the OfficeRnD Hybrid MCP book desks for me?**
Yes, it can create reservations for desks or meeting rooms directly through your AI client. You just tell the agent when and where you want to be, and it handles the booking.

**How do I see which meeting rooms are free?**
You can ask your agent to list all available resources. It will pull the latest data from OfficeRnD to show you what's open right now.

**Can I use this to manage my hybrid work schedule?**
Absolutely. You can use it to book your workspace for the week, check your upcoming reservations, or cancel a booking if your plans change.

**Does the OfficeRnD Hybrid MCP work with Cursor or Claude?**
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. Once connected via Vinkius, your agent can manage your office.

**Can it help me find employees in different departments?**
Yes, it can pull the organization's team lists and employee directories. You can ask who's in a specific group or find a contact person easily.

**What happens if I need to cancel a reservation?**
Just tell your agent to cancel your booking. It will find the correct reservation in your OfficeRnD account and remove it for you.

**Where do I find my API credentials?**
Log in to the OfficeRnD Admin Portal, go to Settings > Developer Tools, and create a new application to get your Client ID and Secret.

**What is the Organization Slug?**
The slug is the unique identifier for your organization in OfficeRnD, found in Settings > My Account.

**Can I book a resource for someone else?**
The current tools perform actions on behalf of the authenticated application/user. Advanced delegation depends on your API permissions.