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

How to Use the Mews MCP in AutoGen

Let your AutoGen agents debate and coordinate Mews hospitality operations autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Mews MCP to AutoGen

Create your Vinkius account to connect Mews 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 Mews housekeeping with AutoGen agents

The `list_rooms` tool allows your AutoGen housekeeping agent to check room statuses and coordinate cleaning priorities with the front desk agent. These AutoGen agents debate which rooms require immediate attention based on incoming arrivals. By feeding live Mews room data to your AutoGen group chat, the agents reach a consensus on cleaning schedules. One AutoGen agent flags dirty rooms while another matches them against VIP arrivals from Mews to optimize the daily turn-down queue.

Resolve Mews billing disputes via AutoGen debate

The `list_bills` tool retrieves itemized financial records so your AutoGen billing agent can cross-reference outstanding balances. This AutoGen agent discusses discrepancies directly with your audit agent to flag unpaid Mews room service charges. This multi-agent setup uses `list_payments` to verify transaction settlements before finalizing an AutoGen checkout. The AutoGen agents debate whether to process a card or flag the Mews bill for manual front desk review.

Manage property rates using this MCP Server

The `list_rates` tool exposes pricing rules and restrictions to your AutoGen revenue management agents. Your AutoGen pricing agent proposes rate adjustments while your risk agent checks them against active Mews room blocks. Connecting this Mews MCP Server to AutoGen lets your agents negotiate room pricing strategies in real time. They analyze active Mews reservations and property configurations to balance occupancy and maximize daily room revenue through AutoGen debate.

Setup guide

Set up Mews 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 Mews 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="Mews_assistant",
    model_client=OpenAIChatCompletionClient(model="gpt-4o"),
    tools=tools,
)

result = await agent.run("List recent Mews 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 Mews MCP in AutoGen

AutoGen agents pass tool outputs like get_reservation details through their conversational turns. When one agent calls a tool, the result is printed to the group chat, allowing other agents to analyze the booking data.
Yes, you can register specific tools like list_bills and list_payments to only your financial agent. Other agents in the AutoGen group chat will have to ask the financial agent to run those lookups.
Install autogen-ext[mcp] and use the streamable HTTP transport to connect to your Vinkius endpoint. Pass the generated tools list directly into your AutoGen AssistantAgent constructor to give them operational capabilities.
AutoGen agents will retry calls if they hit rate limits, but you should configure execution guards. The Mews API responses are parsed cleanly by the adapter, letting agents handle errors gracefully through chat debate.
Yes, your guest profiles and stay histories are protected by the Vinkius zero-trust sandbox. AutoGen runs your agents locally or in your secure cloud, while the ephemeral MCP server processes queries without storing sensitive guest information.

Start using the Mews MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

No hosting. No infrastructure. No complex setup.
All 12 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.