Vinkius
StayFi logo
Vinkius
Vinkius runs on CrewAI

How to Use the StayFi MCP in CrewAI

Autonomous StayFi operations: Build collaborative teams of agents using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

StayFi MCP on Cursor AI Code Editor MCP Client StayFi MCP on Claude Desktop App MCP Integration StayFi MCP on OpenAI Agents SDK MCP Compatible StayFi MCP on Visual Studio Code MCP Extension Client StayFi MCP on GitHub Copilot AI Agent MCP Integration StayFi MCP on Google Gemini AI MCP Integration StayFi MCP on Lovable AI Development MCP Client StayFi MCP on Mistral AI Agents MCP Compatible StayFi MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect StayFi MCP to CrewAI

Create your Vinkius account to connect StayFi to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Collaborative Guest Data Analysis

You don't just run a query; you deploy a crew. One agent researches `list_guests`, another analyzes the results, and a third exports the final data set using `export_guests`. They work together to achieve complex objectives. This allows for role-based specialization. You can assign one agent to handle the messy details of `search_guests` while a moderator agent watches the whole process.

Autonomous Property Auditing with MCP Server

Set up a crew where Agent A calls `get_property`, and Agent B uses `list_devices`. The agents communicate their findings—Agent A passes the property ID to Agent B for context. They build on each other's results. This simulates a real-life team effort, perfect for monitoring large portfolios or complex installations where multiple data points must connect.

Automated Marketing Campaign Setup

You can deploy a crew that first calls `get_email_stats` to check current performance. Then, an agent determines the next steps and uses `list_splash_pages` to recommend changes for better capture rates. The shared memory feature is key here; one agent's findings directly inform the action taken by another agent in the sequence.

Setup guide

Set up StayFi MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke StayFi tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="StayFi Analyst",
    goal="Access and analyze StayFi data via MCP.",
    backstory="Expert analyst with direct StayFi access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent StayFi transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 StayFi MCP in CrewAI

You assign roles to agents: one agent is the 'Property Manager' who uses `list_properties` to get all locations, and another 'Auditor' who runs diagnostics on each property ID.
Yes. You can build a multi-step process where the agents first search for guests using `search_guests`, then update their records, and finally generate an action report.
You set up a loop: one agent continuously calls `check_stayfi_status` while another acts as the 'Alert Agent,' which sends notifications if connectivity drops below the threshold.
The agents can run a full sequence: first gathering data via `get_analytics`, then having a specialist agent format it, and finally presenting a summarized report to the user.
This server touches guest details and property information. The agents can process these data types while ensuring roles keep sensitive operations isolated.

Start using the StayFi MCP today

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

Built & Managed by Vinkius 30s setup 17 tools

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

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

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.