BoxHero Connector for AI agents.
10 live capabilities
Manage warehouse stock levels and inventory movements with natural language.
Waiting for input…
Why people use BoxHero
BoxHero for Eliminating Manual Inventory Audits
With this Connector, you just ask your agent to do the heavy lifting. You can query stock levels instantly or record a move using create_transaction. You get a real-time view of your warehouse without ever picking up a pen.
What Vinkius changes
You get a voice-controlled dashboard for your warehouse inventory.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking stock during a busy shift
A warehouse manager realizes they're low on tape.
- Real-world use case 02
Logging a new shipment arrival
A clerk receives 50 new monitors.
- Real-world use case 03
Locating a specific order item
A customer asks for a specific item.
Complete set · 10capabilities
The complete BoxHero capability set.
These are the exact actions your AI can choose when you ask it to work with BoxHero.
01—04
4 capabilities in this set.
Part of 10 available through BoxHero.
- 01 Capability
Create item
Create a new product in your inventory. This helps you keep your catalog updated as you expand your offerings.
- 02 Capability
Get account info
Fetch your authenticated user details. This confirms your connection to the correct BoxHero account.
- 03 Capability
Get item
View the full details of a specific inventory item. Use this to check specs for a single product.
- 04 Capability
List attributes
See all custom fields for your items. This helps you understand what data is being tracked for your products.
05—07
3 capabilities in this set.
Part of 10 available through BoxHero.
- 05 Capability
List items
Get a list of every item in your inventory. Use this to perform a quick audit of your total stock.
- 06 Capability
List locations
View all warehouses and storage areas. This helps you map out your entire physical storage footprint.
- 07 Capability
List transactions
See the history of all stock movements. Use this to track down where items moved or who moved them.
08—10
3 capabilities in this set.
Part of 10 available through BoxHero.
- 08 Capability
Update item
Edit the details of an existing inventory product. This keeps your item descriptions and specs current.
- 09 Capability
Create transaction
Record a stock in, out, or move operation. Use this to log every shipment or internal stock shift.
- 10 Capability
Delete item
Remove a product from your inventory list. Use this to clean up discontinued items from your catalog.
Set up in minutes
One URL. Then ask BoxHero to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BoxHero 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_ooHis8MNKMlA6cqKG85gKk8qXS9K0gqFX2WEtRBd/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 BoxHero, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BoxHero for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ooHis8MNKMlA6cqKG85gKk8qXS9K0gqFX2WEtRBd/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 BoxHero URL.
- Step 03
Save and start
Save the connection and enable BoxHero in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"boxhero": {
"url": "https://edge.vinkius.com/vk_preview_ooHis8MNKMlA6cqKG85gKk8qXS9K0gqFX2WEtRBd/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 BoxHero
Open Agent mode in chat and ask: "Using BoxHero, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"boxhero": {
"url": "https://edge.vinkius.com/vk_preview_ooHis8MNKMlA6cqKG85gKk8qXS9K0gqFX2WEtRBd/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 BoxHero
Ask Copilot: "Using BoxHero, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"boxhero": {
"url": "https://edge.vinkius.com/vk_preview_ooHis8MNKMlA6cqKG85gKk8qXS9K0gqFX2WEtRBd/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 BoxHero
Open Cascade and ask: "Using BoxHero, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"boxhero": {
"url": "https://edge.vinkius.com/vk_preview_ooHis8MNKMlA6cqKG85gKk8qXS9K0gqFX2WEtRBd/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 BoxHero
Ask Cline: "Using BoxHero, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add boxhero --transport http "https://edge.vinkius.com/vk_preview_ooHis8MNKMlA6cqKG85gKk8qXS9K0gqFX2WEtRBd/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 BoxHero
Ask Claude: "Using BoxHero, show me...". 10 tools are ready
Where the request belongs
Work BoxHero can move forward.
This is for the warehouse manager who's tired of manual stock counts and the e-commerce owner who's lost track of what's actually on the shelf.
Warehouse Manager
Handles daily stock movements, bin organization, and inventory audits.
E-commerce Store Owner
Manages multi-channel inventory and keeps product listings accurate.
Inventory Clerk
Tracks incoming shipments and processes outgoing orders with high accuracy.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCartonCloud
Manage warehouse and transport operations via CartonCloud. track orders, monitor stock, and manage consignments directly from any AI agent.
Odoo Inventory
Track stock levels, manage warehouses and transfers, search lot numbers. complete Odoo Inventory control through natural conversation.
Cin7 Core
Equip your AI agent to manage inventory, sales orders, and purchase orders via the Cin7 Core (formerly DEAR Systems) API.
ShipBob
Automate your e-commerce fulfillment with ShipBob. manage products, track orders, and monitor inventory levels directly from your AI agent.
Zoho Inventory
Manage inventory, orders, and contacts on Zoho Inventory with AI agents.
Megaventory
Inventory and order management via Megaventory. track products, stock levels, and orders.
Bring your own AI
Change the model, client or framework. Keep BoxHero 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 BoxHero.
The practical details behind the request, access and result.
How does BoxHero MCP help my warehouse?
It lets you query and update your inventory using natural language. You can check stock levels, find items, and record movements without opening the BoxHero app.
Can I use BoxHero MCP to record shipments?
Yes. You can use the create_transaction capability to log Stock Out movements as soon as an order leaves your facility.
Is BoxHero MCP good for small businesses?
It's perfect for small businesses that need organized stock tracking. It helps you keep your catalog updated and your storage locations organized without needing a full-time inventory manager.
How do I get my stock levels updated?
Just tell your agent to record a transaction. It will use create_transaction to update your levels for stock-ins, stock-outs, or internal moves.
Can BoxHero MCP see my warehouse locations?
Yes, it can list all your warehouses and storage areas. This helps you tell your team exactly where to find specific items using list_locations.
What happens if I need to change a product's price?
You can use update_item to change the details of an existing product, like its name, description, or other custom attributes.
Can I check the stock level of a specific item?
Yes! Use the get_item capability with the Item ID. Your agent will fetch the detailed information, including the current total quantity in stock.
How do I list my storage locations?
Simply ask the agent to list_locations. It will retrieve the directory of all active warehouses and zones.
Does the integration allow registering a new stock delivery?
Yes. Use the create_transaction capability with type 'IN' to log incoming stock, specifying the items and quantities.
One connection away
Give your agent a direct line to BoxHero.
Connect BoxHero once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available