How to Use the InflatableOffice MCP in Cursor
Build custom rental booking flows in Cursor with live access to your InflatableOffice inventory.
Works with every AI agent you already use
…and any MCP-compatible client
Connect InflatableOffice MCP to Cursor
Create your Vinkius account to connect InflatableOffice to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate real-time booking code in Cursor
Stop writing code against stale, hardcoded mock data. When you build booking forms or inventory pages, Cursor uses `list_rental_inventory` to fetch actual live stock levels and injects real JSON payloads directly into your active workspace. This means you can write and test your frontend components using the exact data structures your rental business uses every day. Your development cycle shrinks because you are working with live operational facts from the start.
Automate lead creation scripts with an MCP Server
Writing custom webhook handlers or API integrations for your website is much easier when your editor understands your CRM. The editor uses this MCP Server to verify your data mapping and test payload structures on the fly. You can check your work instantly by running `list_leads` or `get_lead_details` to verify that your test submissions are landing in the database exactly as intended. No more jumpy context switching between your terminal and a web browser.
Map customer history directly to your codebase
Building custom client portals or loyalty dashboards requires clean customer mapping. This server exposes `list_customers` so your agent can inspect real account structures and write precise database migration scripts. You can also pull up scheduling schedules with `list_scheduled_events` to test how your custom calendar components render actual booking dates. It ensures your code handles real-world rental logic without breaking.
Set up InflatableOffice 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 InflatableOffice 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 InflatableOffice transactions." If the MCP tools are loaded correctly, Cursor will call the InflatableOffice tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"inflatableoffice-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 InflatableOffice. 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 InflatableOffice MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the InflatableOffice MCP today
We host it, we monitor it, we maintain it. You just paste one token.