EZO Asset Intelligence Connector for AI agents.
10 live capabilities
Manage your corporate inventory and fixed assets with natural language commands.
Waiting for input…
Why people use EZO Asset Intelligence
EZO Asset Intelligence for Corporate Inventory Management
This Connector puts your entire EZO.io database into a single conversation. You can just ask your agent to find a specific piece of gear or tell you what's overdue. You get the answers you need in seconds without ever opening the dashboard.
What Vinkius changes
You get a conversational interface for your entire asset management database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding a new hire
An IT lead asks the agent to find a laptop and see if it's available, then checks who has it to ensure it's not already assigned.
- Real-world use case 02
Inventory restock
An ops manager asks for a list of cables with low stock levels to decide what to order for the next shipment.
- Real-world use case 03
Overdue equipment hunt
A manager asks for a list of overdue returns to send out reminder emails to specific members who haven't returned gear.
Complete set · 10capabilities
The complete EZO Asset Intelligence capability set.
These are the exact actions your AI can choose when you ask it to work with EZO Asset Intelligence.
01—04
4 capabilities in this set.
Part of 10 available through EZO Asset Intelligence.
- 01 Capability
Get ezo account metadata
Get your account limits and metadata. This is useful for checking your subscription status and usage limits.
- 02 Capability
List currently checked out assets
Identify all assets currently with members. This helps you see what's out in the field right now.
- 03 Capability
List available assets
Find items that are ready for checkout. This helps you see what's sitting in the warehouse.
- 04 Capability
List consumable inventory
List all consumable items and their stock levels. Use this to monitor things like cables or toner.
05—07
3 capabilities in this set.
Part of 10 available through EZO Asset Intelligence.
- 05 Capability
List asset locations
List all physical locations and sub-locations. This helps you see where your inventory is physically stored.
- 06 Capability
Get asset detailed data
Pull specific settings and info for a single asset. Use this to see maintenance history and unique identifiers.
- 07 Capability
Quick asset volume audit
Get a high-level summary of assets, inventory, and members. It's the fastest way to see your total resource health.
08—10
3 capabilities in this set.
Part of 10 available through EZO Asset Intelligence.
- 08 Capability
List managed assets
List all fixed assets in your account. Use this to see every piece of hardware you currently manage.
- 09 Capability
List account members
List all users registered in your organization. Use this to see who has access to your assets.
- 10 Capability
List overdue checkouts
Identify assets past their return date. This helps you track down equipment that should have been back.
Set up in minutes
One URL. Then ask EZO Asset Intelligence to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use EZO Asset Intelligence 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_2dwLRvoIqkWG987NR1XflxCGA8PVSuj5iWQnlrdM/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 EZO Asset Intelligence, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable EZO Asset Intelligence for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_2dwLRvoIqkWG987NR1XflxCGA8PVSuj5iWQnlrdM/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 EZO Asset Intelligence URL.
- Step 03
Save and start
Save the connection and enable EZO Asset Intelligence in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ezo-asset-intelligence": {
"url": "https://edge.vinkius.com/vk_preview_2dwLRvoIqkWG987NR1XflxCGA8PVSuj5iWQnlrdM/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 EZO Asset Intelligence
Open Agent mode in chat and ask: "Using EZO Asset Intelligence, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ezo-asset-intelligence": {
"url": "https://edge.vinkius.com/vk_preview_2dwLRvoIqkWG987NR1XflxCGA8PVSuj5iWQnlrdM/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 EZO Asset Intelligence
Ask Copilot: "Using EZO Asset Intelligence, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ezo-asset-intelligence": {
"url": "https://edge.vinkius.com/vk_preview_2dwLRvoIqkWG987NR1XflxCGA8PVSuj5iWQnlrdM/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 EZO Asset Intelligence
Open Cascade and ask: "Using EZO Asset Intelligence, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ezo-asset-intelligence": {
"url": "https://edge.vinkius.com/vk_preview_2dwLRvoIqkWG987NR1XflxCGA8PVSuj5iWQnlrdM/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 EZO Asset Intelligence
Ask Cline: "Using EZO Asset Intelligence, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ezo-asset-intelligence --transport http "https://edge.vinkius.com/vk_preview_2dwLRvoIqkWG987NR1XflxCGA8PVSuj5iWQnlrdM/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 EZO Asset Intelligence
Ask Claude: "Using EZO Asset Intelligence, show me...". 10 tools are ready
Where the request belongs
Work EZO Asset Intelligence can move forward.
The IT manager who's tired of fielding 'where's my laptop' emails and the operations lead who needs to know if they can order more supplies without checking a spreadsheet.
IT Asset Manager
Checks out equipment and tracks returns during the employee onboarding process.
Facilities Coordinator
Monitors inventory levels of consumables like cables and batteries across multiple sites.
Finance Admin
Pulls high-level audits of asset volume and location distribution for quarterly reports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAsset Panda
Track and manage fixed assets with Asset Panda. audit groups, objects, and locations via AI.
Zoho Inventory
Manage inventory, orders, and contacts on Zoho Inventory with AI agents.
Unleashed
Automate inventory, assemblies, and customer management via Unleashed. query BOMs, list invoices, and manage customers directly from any AI agent.
MaintainX
Manage work orders, assets, and facility locations via the MaintainX REST API.
MRPeasy
Manage manufacturing and inventory via MRPeasy. track customer orders, MOs, and stock items directly from your AI agent.
Cin7 Core
Equip your AI agent to manage inventory, sales orders, and purchase orders via the Cin7 Core (formerly DEAR Systems) API.
Bring your own AI
Change the model, client or framework. Keep EZO Asset Intelligence 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 EZO Asset Intelligence.
The practical details behind the request, access and result.
Can EZO Asset Intelligence track my company's laptops?
Yes, it connects to your EZO.io account to list all fixed assets and show you exactly who has them.
How do I see what's in stock?
You can ask your agent to check consumable inventory levels or see what's available for checkout instantly.
Can this help with audits?
Yes, it can pull a high-level summary of your total asset volume and location distribution for quick reporting.
Does it work for multiple locations?
It can list all physical locations and sub-locations configured in your EZO account.
Is it for IT managers?
It's perfect for IT and facility managers who need to track equipment and manage checkouts without manual data entry.
How do I connect it?
You just need your EZO Subdomain and REST API Key to link your data to your AI client via Vinkius.
How do I get an EZO API Key?
Log in to your EZO.io account, navigate to Settings > API Integration, and you can enable the API and retrieve your unique Secret API Key. You also need your Subdomain (the prefix in your account URL).
Does the integration support multiple locations?
Yes, you can use the list_asset_locations capability to see all physical sites and sub-locations configured in your EZO account, and filter assets by location.
Can the agent perform asset checkouts?
This integration currently focuses on listing and auditing assets, inventory, and members. Performing live checkouts or scanning barcodes should be managed via the EZO.io mobile app or web interface.
One connection away
Give your agent a direct line to EZO Asset Intelligence.
Connect EZO Asset Intelligence once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available