How to Use the EZO Asset Intelligence MCP in Windsurf
Give Windsurf Cascade the keys to physical inventory so your autonomous agent can audit and locate assets without manual lookups.
Works with every AI agent you already use
…and any MCP-compatible client
Connect EZO Asset Intelligence MCP to Windsurf
Create your Vinkius account to connect EZO Asset Intelligence to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Auto-resolve missing gear in Windsurf
You can point Cascade at a missing laptop ticket and let it run `list_overdue_checkouts` alongside `list_currently_checked_out_assets` to track down who has the hardware. Instead of asking you for step-by-step instructions, the agent builds a timeline of where the asset went and who last touched it. It then cross-references the user list using `list_account_members` to ping the right person directly. This makes hardware recovery a background task that resolves itself while you keep writing code.
Real-time stock checks during development
The `list_consumable_inventory` tool lets Cascade monitor your physical stock levels directly inside your workspace. When you are writing deployment scripts or provisioning templates, the agent checks if you actually have the required hardware in stock before you commit. It queries `get_ezo_account_metadata` to verify your account limits and ensure your scripts don't fail due to physical constraints. You get a clean alert in your editor before a single line of deployment code runs.
Auto-mapping hardware to deployment zones
This MCP Server exposes `list_asset_locations` to let Windsurf map your physical servers and test devices directly to your virtual environments. Cascade reads your configuration files, looks up where the physical machines are located, and updates your environment variables automatically. By combining this with `list_available_assets`, the agent finds idle hardware in specific racks and assigns it to your testing pipeline. You don't have to manually match MAC addresses to server racks ever again.
Set up EZO Asset Intelligence MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the EZO Asset Intelligence MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my EZO Asset Intelligence payment history." If connected, Cascade will call the EZO Asset Intelligence tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"ezo-asset-intelligence-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 EZO Asset Intelligence. 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 EZO Asset Intelligence MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the EZO Asset Intelligence MCP today
We host it, we monitor it, we maintain it. You just paste one token.