4,500+ servers built on MCP Fusion
Vinkius
Guesty logo
Vinkius
AutoGen logo

How to Use the Guesty MCP in AutoGen

Build multi-agent AutoGen teams to automate your Guesty property operations through consensus-driven decisions.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Guesty MCP on Cursor AI Code Editor MCP Client Guesty MCP on Claude Desktop App MCP Integration Guesty MCP on OpenAI Agents SDK MCP Compatible Guesty MCP on Visual Studio Code MCP Extension Client Guesty MCP on GitHub Copilot AI Agent MCP Integration Guesty MCP on Google Gemini AI MCP Integration Guesty MCP on Lovable AI Development MCP Client Guesty MCP on Mistral AI Agents MCP Compatible Guesty MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
AutoGen

Connect Guesty MCP to AutoGen

Create your Vinkius account to connect Guesty to AutoGen and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Coordinate cleaning crews with AutoGen

The `list_tasks` tool exposes Guesty operational work orders so your AutoGen agents can debate and assign duties. An AutoGen operations agent can call this tool while a scheduling agent cross-references Guesty booking dates. They collaborate via AutoGen's conversation loop to assign Guesty cleaning jobs based on check-out times retrieved from `get_reservation`. This ensures your Guesty properties are ready for guests on time without manual oversight from your AutoGen developers.

Run financial reviews with an MCP Server

The `get_listing_stats` tool provides live Guesty performance metrics for your AutoGen analyst agents to evaluate. Set up a dedicated AutoGen agent to pull these statistics using `get_accounting_stats` to identify low-performing Guesty properties. A second AutoGen agent can challenge these findings by checking Guesty listing details with `get_listing`. They work together to suggest Guesty pricing adjustments based on real data.

Handle guest disputes via multi-agent debate

The `list_messages` tool retrieves Guesty chat histories so your AutoGen agents can analyze and resolve guest disputes using our MCP server endpoints. One AutoGen agent retrieves the thread while another checks the Guesty guest profile via `list_guests`. They evaluate the Guesty guest's history and current reservation status inside your AutoGen conversation. Together, they agree on a resolution before presenting it to your Guesty team inside the AutoGen console.

Setup guide

Set up Guesty MCP in AutoGen

Prerequisites

  • Python 3.10+ installed
  • autogen-ext[mcp] package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install AutoGen with MCP

    Run pip install "autogen-ext[mcp]" autogen-agentchat. The MCP extension includes mcp_server_tools for stateless tool access.

  2. 2

    Fetch tools from the MCP

    Call mcp_server_tools(SseServerParams(url=...)) with your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Run your agent

    Pass the tools to AssistantAgent and call agent.run(). The agent invokes Guesty tools and returns structured results.

agent.py
from autogen_ext.tools.mcp import SseServerParams, mcp_server_tools
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient

server_params = SseServerParams(
    url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
)

tools = await mcp_server_tools(server_params)

agent = AssistantAgent(
    name="Guesty_assistant",
    model_client=OpenAIChatCompletionClient(model="gpt-4o"),
    tools=tools,
)

result = await agent.run("List recent Guesty data")
print(result.messages[-1].content)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Guesty MCP in AutoGen

Use the MCP tool adapter to convert the Guesty server's tools. Pass the resulting tool list to your AutoGen assistant agents during initialization.
Yes, AutoGen agents can access live schedules. They call `get_calendar` to check Guesty availability and coordinate bookings across multiple properties.
AutoGen agents collaborate by comparing reservation data. One agent checks details via `get_reservation` while another checks the Guesty calendar to find alternative dates.
It supports standard Streamable HTTP transport for AutoGen. This allows your AutoGen agents to communicate with the Vinkius Guesty endpoint over a secure connection.
Your Guesty API tokens are managed securely by Vinkius using industry-standard encryption. The MCP server never exposes these credentials to your local AutoGen environment or agent conversations.

Start using the Guesty MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 11 tools

We've already built the connector for Guesty. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 11 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.