How to Use the StayFi MCP in Cursor
Inject live StayFi property data into your code using Cursor's Agent mode with the MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect StayFi MCP to Cursor
Create your Vinkius account to connect StayFi to Cursor — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Validate Critical Thinking with StayingFi and Cursor
Stop guessing about network failures. Use `check_stayfi_status` to get real-time connectivity data that you can inject directly into your test code. This verifies if the StayFi MCP Server is functioning correctly before deployment. When writing a validation script, you don't want mocks; you need live results from functions like `list_networks`. Cursor makes it easy to write working code using actual API responses.
Retrieve Guest Data for Coding with MCP Server
Need guest details for a user flow? Call `search_guests` and the live JSON response gets written right into your file. You can then use this data structure to build out API consumers or database seeding scripts. Beyond searching, `export_guests` gives you structured output that's perfect for feeding into another service within your project.
List and Monitor Properties in Cursor
Start by calling `list_properties` to get all available IDs. Then, loop through those IDs using `get_property` or `get_property_stats` inside your code block. This builds a comprehensive data pipeline for StayFi. It also lets you run `get_device_status`, which is crucial if your application needs to know the operational state of hardware devices on site.
Set up StayFi MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the StayFi MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent StayFi transactions." If the MCP tools are loaded correctly, Cursor will call the StayFi tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"stayfi-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by StayFi. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the StayFi MCP today
We host it, we monitor it, we maintain it. You just paste one token.