Fusion Operations Connector for AI agents.
12 live capabilities
Manage your manufacturing execution and shop floor workflows in real-time.
Waiting for input…
Why people use Fusion Operations
Fusion Operations : End Manual Dashboard Toggling for Factory Managers
With this Connector, you can just ask your agent for a status update. It pulls the technical metadata of your products and historical logs into one conversation, giving you the data you need without the tab-switching fatigue.
What Vinkius changes
You get a conversational interface for your entire manufacturing execution system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking order delays
A production manager asks the agent to check the status of a specific delayed order.
- Real-world use case 02
Real-time inventory checks
An operations lead needs to know if they have enough parts for a run.
- Real-world use case 03
Daily output reporting
An engineer asks for a summary of today's output.
Complete set · 12capabilities
The complete Fusion Operations capability set.
These are the exact actions your AI can choose when you ask it to work with Fusion Operations.
01—04
4 capabilities in this set.
Part of 12 available through Fusion Operations.
- 01 Capability
List manufacturing products
Get a full list of all products and items in your database. Use this to browse your entire catalog via your agent.
- 02 Capability
Create production order
Create a new production order by providing a product and quantity. This lets you launch new jobs through natural conversation.
- 03 Capability
Get product details
Get specific details for a single product in your catalog. Use this to pull technical specs or metadata on demand.
- 04 Capability
Get production order details
Get specific details for a single production order. This provides a deep dive into the status of a specific job.
05—08
4 capabilities in this set.
Part of 12 available through Fusion Operations.
- 05 Capability
Get manufacturing site info
Get current site and company details for your factory. This helps your agent understand the specific location context.
- 06 Capability
List inventory stocks
See current stock levels across all your storage locations. This is useful for checking material availability instantly.
- 07 Capability
List floor machines
See a list of all production machines currently on the shop floor. Use this to monitor machine uptime and availability.
- 08 Capability
List manufacturing operations
View all manufacturing operations currently in your system. It gives you a clear overview of your production processes.
09—12
4 capabilities in this set.
Part of 12 available through Fusion Operations.
- 09 Capability
List production orders
See all production orders and their current statuses. This helps you track progress across multiple jobs at once.
- 10 Capability
List production records
Access the history of production records for reporting. This is perfect for pulling data for weekly or monthly analysis.
- 11 Capability
List storage locations
See all available storage locations and warehouses. Use this to manage your logistics and material flow.
- 12 Capability
List floor workers
See a list of workers currently on the shop floor. It helps you manage staffing and visibility in real-time.
Set up in minutes
One URL. Then ask Fusion Operations to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fusion Operations from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CkLFrN41db4C3x3fR1INdMUNeWNYoil1xPU18okW/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Fusion Operations, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fusion Operations for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CkLFrN41db4C3x3fR1INdMUNeWNYoil1xPU18okW/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Fusion Operations URL.
- Step 03
Save and start
Save the connection and enable Fusion Operations in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fusion-operations": {
"url": "https://edge.vinkius.com/vk_preview_CkLFrN41db4C3x3fR1INdMUNeWNYoil1xPU18okW/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Fusion Operations
Open Agent mode in chat and ask: "Using Fusion Operations, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fusion-operations": {
"url": "https://edge.vinkius.com/vk_preview_CkLFrN41db4C3x3fR1INdMUNeWNYoil1xPU18okW/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Fusion Operations
Ask Copilot: "Using Fusion Operations, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fusion-operations": {
"url": "https://edge.vinkius.com/vk_preview_CkLFrN41db4C3x3fR1INdMUNeWNYoil1xPU18okW/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Fusion Operations
Open Cascade and ask: "Using Fusion Operations, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fusion-operations": {
"url": "https://edge.vinkius.com/vk_preview_CkLFrN41db4C3x3fR1INdMUNeWNYoil1xPU18okW/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Fusion Operations
Ask Cline: "Using Fusion Operations, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fusion-operations --transport http "https://edge.vinkius.com/vk_preview_CkLFrN41db4C3x3fR1INdMUNeWNYoil1xPU18okW/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Fusion Operations
Ask Claude: "Using Fusion Operations, show me...". 12 tools are ready
Where the request belongs
Work Fusion Operations can move forward.
This is for the production managers and operations leads who are tired of manual status checks and hunting through multiple dashboards to find out why a line is stalled.
Production Manager
Uses the Connector to check the status of every active order and identify bottlenecks without leaving their primary workspace.
Operations Lead
Monitors real-time inventory levels and machine performance to ensure the shop floor stays on schedule.
Manufacturing Engineer
Extracts production records and technical specs for analysis and process improvement reporting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMRPeasy
Manage manufacturing and inventory via MRPeasy. track customer orders, MOs, and stock items directly from your AI agent.
Katana
Automate manufacturing ERP workflows, sales orders, and inventory via Katana Cloud Manufacturing.
Megaventory
Track inventory across multiple warehouses, manage purchase orders, and coordinate manufacturing with a cloud ERP for SMBs.
Wherefour
Manage inventory, traceability, and orders with Wherefour ERP through AI.
Odoo Manufacturing
Create manufacturing orders, manage BOMs, work orders, and work centers. Odoo MRP through natural conversation.
Factor (Cofactr)
Automate supply chain operations via Factor (Cofactr). manage parts, purchase orders, and inventory directly through your AI agent.
Bring your own AI
Change the model, client or framework. Keep Fusion Operations connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Fusion Operations.
The practical details behind the request, access and result.
Can the Fusion Operations MCP help me track my factory floor in real-time?
Yes. It connects your AI agent to your production data so you can ask about machine status, worker presence, and order progress instantly.
How does the Fusion Operations MCP handle inventory across different warehouses?
It allows your agent to see stock levels across all your storage locations, helping you manage material flow without switching screens.
Can I create new production orders using the Fusion Operations MCP?
Yes. You can tell your agent to create a new order by specifying the product and quantity, and it will log it directly in your system.
Who is the best fit for the Fusion Operations MCP?
It is designed for production managers, operations leads, and manufacturing engineers who need to monitor shop floor activity and production data via conversation.
Does the Fusion Operations MCP work with Claude or Cursor?
Yes. It is compatible with any MCP-supported client, including Claude, Cursor, and Windsurf, giving you a unified way to manage your factory.
How do I connect Fusion Operations MCP to my production data?
You just need to subscribe to the Connector on Vinkius and provide your API Key and Secret from your Fusion Operations profile settings.
How do I find my API Key and Secret?
Log in to Fusion Operations as an Admin, click on your profile name, and select Request an API key. You will receive your credentials via email.
Can I check stock levels in a specific warehouse?
Yes! Use the list_inventory_stocks capability. You can also use list_storage_locations first to identify the correct warehouse ID.
Does the integration support tracking individual floor workers?
The list_floor_workers capability allows you to retrieve a directory of all registered personnel and their current status in the system.
One connection away
Give your agent a direct line to Fusion Operations.
Connect Fusion Operations once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available