Softinn Connector for AI agents.
10 live capabilities
Manage hotel reservations and room inventory through natural conversation.
Waiting for input…
Why people use Softinn
Softinn for Hotel Property Management
This Connector lets you do all of that in one conversation. You can ask your agent to check a room status and then immediately book a new guest for the next day. You get a single point of interaction for your entire property's operations.
What Vinkius changes
You get a natural language interface for your entire hotel management system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a walk-in guest
A guest walks in and the receptionist asks the agent to check availability and create a reservation on the spot using check_availability and create_reservation.
- Real-world use case 02
Syncing housekeeping status
A housekeeper finishes a room and the manager tells the agent to update the status to Clean so it's ready for the next guest using update_room_status.
- Real-world use case 03
Generating an arrival list
A manager asks for a list of all arrivals for today to prep the front desk using list_reservations_by_date.
Complete set · 10capabilities
The complete Softinn capability set.
These are the exact actions your AI can choose when you ask it to work with Softinn.
01—04
4 capabilities in this set.
Part of 10 available through Softinn.
- 01 Capability
Add folio payment
Record a payment against a guest folio. You can log a payment as soon as a guest hands over their card.
- 02 Capability
Check availability
Search for available rooms in the hotel. This helps you see what's open for specific dates instantly.
- 03 Capability
Create reservation
Create a new guest reservation. You can book a room for a guest just by describing the dates and room type.
- 04 Capability
Get hotel summary
Get an overview of the hotel configuration. Use this to quickly see high-level property metadata.
05—07
3 capabilities in this set.
Part of 10 available through Softinn.
- 05 Capability
Get reservation details
Get details for a specific reservation. This pulls up all the info for a single booking in one go.
- 06 Capability
List reservation folios
Retrieve billing folios for a reservation. You can see exactly what a guest owes without opening their specific file.
- 07 Capability
List reservations by date
List all reservations for a specific date. This is perfect for generating a quick arrival or departure list.
08—10
3 capabilities in this set.
Part of 10 available through Softinn.
- 08 Capability
List room types
List all configured room types for the hotel. Use this to see what kinds of rooms you have available to sell.
- 09 Capability
List all rooms
List all physical rooms and their current metadata. This gives you a full inventory of every room and its current state.
- 10 Capability
Update room status
Update the housekeeping or occupancy status of a room. Use this to mark rooms as clean, dirty, or out of order instantly.
Set up in minutes
One URL. Then ask Softinn to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Softinn 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_VLY5IHVUGC84LOVIUahmAGF8VRRhkNofmK4NAyTq/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 Softinn, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Softinn for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_VLY5IHVUGC84LOVIUahmAGF8VRRhkNofmK4NAyTq/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 Softinn URL.
- Step 03
Save and start
Save the connection and enable Softinn in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"softinn": {
"url": "https://edge.vinkius.com/vk_preview_VLY5IHVUGC84LOVIUahmAGF8VRRhkNofmK4NAyTq/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 Softinn
Open Agent mode in chat and ask: "Using Softinn, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"softinn": {
"url": "https://edge.vinkius.com/vk_preview_VLY5IHVUGC84LOVIUahmAGF8VRRhkNofmK4NAyTq/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 Softinn
Ask Copilot: "Using Softinn, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"softinn": {
"url": "https://edge.vinkius.com/vk_preview_VLY5IHVUGC84LOVIUahmAGF8VRRhkNofmK4NAyTq/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 Softinn
Open Cascade and ask: "Using Softinn, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"softinn": {
"url": "https://edge.vinkius.com/vk_preview_VLY5IHVUGC84LOVIUahmAGF8VRRhkNofmK4NAyTq/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 Softinn
Ask Cline: "Using Softinn, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add softinn --transport http "https://edge.vinkius.com/vk_preview_VLY5IHVUGC84LOVIUahmAGF8VRRhkNofmK4NAyTq/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 Softinn
Ask Claude: "Using Softinn, show me...". 10 tools are ready
Where the request belongs
Work Softinn can move forward.
This is for hotel managers who are tired of manual data entry and receptionists who need to handle high-volume inquiries without getting buried in a complex PMS dashboard.
Hotel Manager
Checks room availability and property stats during morning briefings to plan the day.
Front Desk Agent
Updates room statuses and books walk-in guests during peak check-in hours without leaving the chat.
PropTech Developer
Pulls PMS data into custom guest-facing applications or internal reporting capabilities.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBookingmood
Manage your rental bookings via Bookingmood. track rentals, manage calendars, and handle guest contacts directly from any AI agent.
SimplyBook.me
Manage services, providers, and bookings on SimplyBook.me with AI agents.
Condeco (Eptura Engage)
Manage workspace bookings via Condeco. book meeting rooms, reserve hot desks, track availability, and handle office check-ins directly from any AI agent.
Apaleo
Manage hotel reservations, properties, rooms, rate plans, folios, invoices, and availability for your Apaleo PMS through natural conversation.
Mews
Manage hotel reservations, guests, rooms, billing, housekeeping, and services for your Mews property through natural conversation.
Amenitiz
Manage hotel reservations, room types, availability, rates, and guest profiles for your Amenitiz PMS through natural conversation.
Bring your own AI
Change the model, client or framework. Keep Softinn 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 Softinn.
The practical details behind the request, access and result.
Can I use the Softinn MCP to book rooms?
Yes, you can use it to create new reservations for guests by simply describing the dates and room types in your chat.
How does Softinn MCP help with housekeeping?
It allows you to update room statuses like Clean, Dirty, or Out of Order instantly, ensuring your team always knows which rooms are ready.
Can I see guest bills with Softinn MCP?
Yes, you can retrieve billing folios for specific reservations to see exactly what a guest owes or has paid.
Does Softinn MCP work for multi-property management?
Yes, you can manage different properties by providing your unique Hotel ID within your credentials.
Can I use Softinn MCP to check room availability?
Yes, you can ask your agent to search for vacant rooms on specific dates to see what's available for booking.
How do I get my API key for Softinn MCP?
You need to log in to your Softinn Merchant Portal and contact their support team to request your unique API Access Key.
How do I obtain a Softinn API Key?
Softinn restricts API access to registered merchants. You must reach out to their support team at support@mysoftinn.com to request an API key for your specific property.
Can my AI automatically update room statuses for cleaning?
Yes! Use the update_room_status capability with the specific Room ID and the target status (e.g., 'Clean', 'Dirty'). Your agent will synchronize the change with the PMS instantly.
Does it support real-time availability searching?
Absolutely. The check_availability capability queries the live booking engine to find vacant rooms between any two dates for your hotel.
One connection away
Give your agent a direct line to Softinn.
Connect Softinn once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available