Preno Connector for AI agents.
11 live capabilities
Manage hotel bookings and guest profiles with a conversational interface.
Waiting for input…
Why people use Preno
Preno for hotel booking and guest profile management
With this Connector, you just ask your agent for the info you need. You can pull up a guest's entire stay history or list all upcoming bookings in a single sentence. It turns your property management into a conversation where you get the data you need without the manual overhead.
What Vinkius changes
You get a conversational interface for your entire property management system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Quickly checking in a guest
A front desk clerk needs to see if a room is ready for a guest arriving in 10 minutes.
- Real-world use case 02
Pulling a guest's stay history
A manager wants to know if a guest has stayed before.
- Real-world use case 03
Creating a new reservation
A guest calls to book a suite for next week.
Complete set · 11capabilities
The complete Preno capability set.
These are the exact actions your AI can choose when you ask it to work with Preno.
01—04
4 capabilities in this set.
Part of 11 available through Preno.
- 01 Capability
List preno payments
View a list of all financial transactions for the property. This helps you keep track of your daily revenue.
- 02 Capability
List preno agents
See a list of all connected OTAs and booking agents. This helps you monitor your distribution channels.
- 03 Capability
Get preno booking
Pull the specific details for a single reservation. Use this to quickly see check-in times and stay lengths.
- 04 Capability
Create preno guest
Create a new guest profile in your property management system. This helps you keep your guest database current without manual typing.
05—08
4 capabilities in this set.
Part of 11 available through Preno.
- 05 Capability
Get preno guest
Get the full history and profile for a specific guest. This lets you see past preferences and stay history.
- 06 Capability
Get preno room type
Look up the details of a specific room category. It provides the exact specs and rates for any room type.
- 07 Capability
List preno guests
See a list of all guests in your system. You can also search by name or email to find specific people.
- 08 Capability
List preno room types
See all available room types and categories at your property. It gives you a full overview of your inventory.
09—11
3 capabilities in this set.
Part of 11 available through Preno.
- 09 Capability
Check preno status
Verify that your Preno account is connected and the API is working. Use this to ensure your data is syncing.
- 10 Capability
List preno bookings
Get a full list of all current and upcoming bookings. This provides a quick look at your property's occupancy.
- 11 Capability
Create preno booking
Generate a new reservation record in your system. This lets you book guests through your AI agent directly.
Set up in minutes
One URL. Then ask Preno to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Preno from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iL7jYWWmyK0HOS1ZqFkJsk6gbMpCOetb8QDlLafx/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Preno, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Preno for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iL7jYWWmyK0HOS1ZqFkJsk6gbMpCOetb8QDlLafx/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Preno URL.
- Step 03
Save and start
Save the connection and enable Preno in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"preno": {
"url": "https://edge.vinkius.com/vk_preview_iL7jYWWmyK0HOS1ZqFkJsk6gbMpCOetb8QDlLafx/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Preno
Open Agent mode in chat and ask: "Using Preno, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"preno": {
"url": "https://edge.vinkius.com/vk_preview_iL7jYWWmyK0HOS1ZqFkJsk6gbMpCOetb8QDlLafx/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Preno
Ask Copilot: "Using Preno, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"preno": {
"url": "https://edge.vinkius.com/vk_preview_iL7jYWWmyK0HOS1ZqFkJsk6gbMpCOetb8QDlLafx/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Preno
Open Cascade and ask: "Using Preno, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"preno": {
"url": "https://edge.vinkius.com/vk_preview_iL7jYWWmyK0HOS1ZqFkJsk6gbMpCOetb8QDlLafx/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Preno
Ask Cline: "Using Preno, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add preno --transport http "https://edge.vinkius.com/vk_preview_iL7jYWWmyK0HOS1ZqFkJsk6gbMpCOetb8QDlLafx/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Preno
Ask Claude: "Using Preno, show me...". 11 tools are ready
Where the request belongs
Work Preno can move forward.
This is for hospitality professionals who are tired of manual data entry and want to manage their property's occupancy and guest relations through a faster, conversational workflow.
Hotel Manager
Handles check-ins and guest complaints without digging through old spreadsheets.
Front Desk Lead
Quickly checks room availability and guest details during busy shifts.
Revenue Manager
Analyzes payment logs and room rates to adjust pricing on the fly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSiteminder
Manage hotel inventory, search properties, and handle reservations via Siteminder's Channels Plus and Direct Booking APIs.
Apaleo
Manage hotel reservations, properties, rooms, rate plans, folios, invoices, and availability for your Apaleo PMS through natural conversation.
Amenitiz
Manage hotel reservations, room types, availability, rates, and guest profiles for your Amenitiz PMS through natural conversation.
Mews
Manage hotel reservations, guests, rooms, billing, housekeeping, and services for your Mews property through natural conversation.
Softinn
Orchestrate Softinn Hotel PMS. manage reservations, rooms, and guest folios directly from any AI agent.
Cloudbeds
Manage hotel reservations, guests, rooms, housekeeping, availability, and revenue dashboard for your Cloudbeds property through natural conversation.
Bring your own AI
Change the model, client or framework. Keep Preno connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Preno.
The practical details behind the request, access and result.
What can the Preno MCP do for my hotel?
It lets your AI agent manage bookings, guest profiles, and room rates directly. You can create reservations, check availability, and pull guest history without leaving your current app.
Can I use the Preno MCP to see my guest history?
Yes, you can ask your agent to pull up the full profile and stay history for any guest. This helps you personalize interactions and recognize repeat visitors instantly.
How do I manage room types with the Preno MCP?
You can list all your room categories and view specific details for each one. This makes it easy to see your inventory and manage rates through a simple conversation.
Can this Connector help with my property's finances?
It allows you to list all financial payments and see recent transactions. You can ask your agent to summarize revenue or check specific payment entries.
Is the Preno MCP good for front desk staff?
It's perfect for front desk leads who need to quickly check room status or create new bookings during busy shifts. It reduces the time spent clicking through menus.
How does the Preno MCP handle new bookings?
You can tell your agent to create a new booking for a guest, and it will handle the data entry in Preno for you. It ensures your records stay updated in real time.
How do I find my Preno API Key?
Log in to your account, navigate to Settings > API Access, and copy your unique high-fidelity API Token.
Can I check room availability via AI?
Yes! The list_preno_room_types capability allows your agent to retrieve high-fidelity configuration and availability metadata for all room categories.
How do I list my property's guests?
Use the list_preno_guests capability to retrieve the complete high-fidelity directory of guest profiles along with their unique identifiers for precise orchestration.
One connection away
Give your agent a direct line to Preno.
Connect Preno once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available