How to Use the Flotiq MCP in Cursor
Inject live Flotiq CMS data and schemas straight into your Cursor workspace to build typed frontend components with zero mock code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Flotiq MCP to Cursor
Create your Vinkius account to connect Flotiq 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 Code from Live Schemas
The `get_content_type_schema` tool pulls the exact layout of your Flotiq content types directly into the editor. Cursor uses this structural data to generate TypeScript interfaces that match your live database perfectly. By calling `list_all_content_types`, your editor scans your active schema definitions in real time. You no longer have to guess property names or write temporary mock objects while building your frontend templates.
Mutate Headless Content in Cursor
The `create_cms_object` tool writes fresh JSON payloads directly to your headless CMS from the Cursor chat panel. This MCP integration allows you to populate test environments or seed databases during active development cycles. If you need to clean up your environment, `wipe_cms_object` drops specific database nodes irreversibly. Use this tool with caution when resetting your testing schemas or removing stale content types.
Inspect Live API Payloads
The `get_content_details` tool retrieves explicit cloud logs and specific payload IDs directly within your coding workspace. It helps you debug API responses without jumping back and forth to an external dashboard. You can also execute `list_content_objects` to verify exactly what data is returning from your routing spaces. It keeps your development cycle fast and feedback loops tight.
Set up Flotiq 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 Flotiq 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 Flotiq transactions." If the MCP tools are loaded correctly, Cursor will call the Flotiq tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"flotiq-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 Flotiq. 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 Flotiq MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Flotiq MCP today
We host it, we monitor it, we maintain it. You just paste one token.