Kyte Connector for AI agents.
10 live capabilities
Manage your retail inventory and sales orders through a conversational interface.
Waiting for input…
Why people use Kyte
Kyte POS Inventory Management for Retailers
This Connector lets you skip the app entirely for data lookups. You can just ask your agent to tell you what is sold today or if a specific customer has a pending order. You get a clear answer in seconds without ever having to find the right menu in your POS.
What Vinkius changes
You get a way to talk to your store's data without opening an app.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Low Stock Alert
You notice a product is selling fast and ask the agent to use get_inventory_status to see what else is running low.
- Real-world use case 02
Customer Inquiry
A customer calls about a past order, and you ask your agent to pull up their history with get_customer_profile.
- Real-world use case 03
End of Day Audit
You need to see the sales from this morning and ask the agent to use list_financial_transactions to show the logs.
Complete set · 10capabilities
The complete Kyte capability set.
These are the exact actions your AI can choose when you ask it to work with Kyte.
01—04
4 capabilities in this set.
Part of 10 available through Kyte.
- 01 Capability
List kyte orders
Audit recent sales and check delivery statuses across your store. It's the fastest way to see what's moving.
- 02 Capability
Get order details
Get the full breakdown of a specific sale. This is useful for resolving customer questions about past purchases.
- 03 Capability
List kyte customers
See a list of everyone who has shopped at your store. It helps you keep track of your buyer base.
- 04 Capability
Get customer profile
Pull up the specific transaction history and profile for a single buyer. This makes personalized service much easier.
05—07
3 capabilities in this set.
Part of 10 available through Kyte.
- 05 Capability
List product categories
View all the different categories your products fall into. Use this to organize your digital storefront.
- 06 Capability
Get inventory status
Check current stock levels to see what's about to sell out. This prevents you from overpromising on stock.
- 07 Capability
List financial transactions
Pull your cashier logs and financial records to monitor store performance. It's great for end-of-day auditing.
08—10
3 capabilities in this set.
Part of 10 available through Kyte.
- 08 Capability
Get kyte store status
Check if your store is currently operational. Use this to verify your store's status in real-time.
- 09 Capability
List kyte products
Get a full list of your store's products along with their IDs and current prices. This helps you keep a clear view of your catalog.
- 10 Capability
Get product details
Pull specific information for a single item in your store. Use this to see deep details on a specific product.
Set up in minutes
One URL. Then ask Kyte to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kyte 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_7MpezVbH3iLHIi3mulGthNOp5v5Zz5ZTZDnhtNCG/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 Kyte, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kyte for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7MpezVbH3iLHIi3mulGthNOp5v5Zz5ZTZDnhtNCG/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 Kyte URL.
- Step 03
Save and start
Save the connection and enable Kyte in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kyte": {
"url": "https://edge.vinkius.com/vk_preview_7MpezVbH3iLHIi3mulGthNOp5v5Zz5ZTZDnhtNCG/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 Kyte
Open Agent mode in chat and ask: "Using Kyte, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kyte": {
"url": "https://edge.vinkius.com/vk_preview_7MpezVbH3iLHIi3mulGthNOp5v5Zz5ZTZDnhtNCG/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 Kyte
Ask Copilot: "Using Kyte, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kyte": {
"url": "https://edge.vinkius.com/vk_preview_7MpezVbH3iLHIi3mulGthNOp5v5Zz5ZTZDnhtNCG/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 Kyte
Open Cascade and ask: "Using Kyte, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kyte": {
"url": "https://edge.vinkius.com/vk_preview_7MpezVbH3iLHIi3mulGthNOp5v5Zz5ZTZDnhtNCG/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 Kyte
Ask Cline: "Using Kyte, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kyte --transport http "https://edge.vinkius.com/vk_preview_7MpezVbH3iLHIi3mulGthNOp5v5Zz5ZTZDnhtNCG/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 Kyte
Ask Claude: "Using Kyte, show me...". 10 tools are ready
Where the request belongs
Work Kyte can move forward.
This is for the shop owner who is tired of manual inventory counts and the retail manager who needs to see sales data without digging through a complex dashboard.
Retail Store Owner
Checks stock levels and sales trends while on the move to keep the business running smoothly.
Inventory Manager
Monitors low-stock alerts and audits product categories to ensure the shelves stay full.
Sales Coordinator
Pulls up customer history to provide better service and handle order inquiries quickly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDutchie POS
Equip your AI agent to manage cannabis retail products, track inventory, and monitor orders via the Dutchie POS API.
Clover
Manage orders, payments, inventory, customers, employees, and discounts for your Clover POS through natural conversation.
Lemon Squeezy (Merchant of Record & Payments)
Manage your Lemon Squeezy store, products, and customers directly through AI. handle payments and subscriptions via natural conversation.
Loyverse
Free POS and inventory management system.
Lightspeed Restaurant
Manage restaurant orders, menus, tables, employees, payments, and revenue reports for your Lightspeed POS through natural conversation.
Clover POS
Connect to your Clover merchant account. manage orders, inventory, customers, and payments directly via AI.
Bring your own AI
Change the model, client or framework. Keep Kyte 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 Kyte.
The practical details behind the request, access and result.
Can I use Kyte MCP to check my store's stock?
Yes, the Kyte MCP pulls real-time stock levels from your POS. You can ask your agent to tell you exactly how many of a specific item are left on the shelf.
Does the Kyte MCP work with my mobile app?
Yes, it connects to the same data you see in your mobile app. It just gives you a way to query that data using natural language instead of clicking through menus.
Can I see my sales history with Kyte?
Yes, you can ask your agent to list recent sales, check specific order details, or pull up your daily financial logs to see what was sold.
How do I connect Kyte to my AI agent?
You can connect it through Vinkius. You will just need to generate an API key in your Kyte account settings and paste it into your configuration.
Can it show me customer profiles?
Yes, it can pull up specific customer profiles including their transaction history, making it much easier to provide personalized service to your regulars.
Is Kyte MCP good for small retail?
It is specifically designed for small businesses. It helps you manage inventory, track orders, and audit your store without needing a complex enterprise setup.
Where do I find my Kyte API Key?
Log in to the Kyte web dashboard or app, navigate to Settings, and look for the API or Developer section to generate a key.
Can I see stock levels for specific products?
Yes, use the get_inventory_status capability to see quantities for all products in your catalog.
Does this support multiple store locations?
The API key is typically linked to a specific store account. Ensure you are using the correct key for the desired store.
One connection away
Give your agent a direct line to Kyte.
Connect Kyte once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available