Orderry Connector for AI agents.
12 live capabilities
Manage repair shop orders and inventory through your AI client.
Waiting for input…
Why people use Orderry
Orderry Repair Shop Management
This Connector changes that by putting your entire service center into your AI client. You can just ask for the status of a specific job or check stock levels in a different warehouse. It turns a five-minute data entry task into a five-second conversation.
What Vinkius changes
You stop jumping between tabs and start managing your shop from a single chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick Order Entry
A customer calls with a broken screen.
- Real-world use case 02
Stock Check
A technician needs a specific part.
- Real-world use case 03
Lead Follow-up
You want to see who needs a callback.
Complete set · 12capabilities
The complete Orderry capability set.
These are the exact actions your AI can choose when you ask it to work with Orderry.
01—04
4 capabilities in this set.
Part of 12 available through Orderry.
- 01 Capability
Create lead
Record a new sales lead into your CRM. Use this to capture new inquiries as soon as they come in.
- 02 Capability
Create order
Create a new work order for a customer repair. This helps you move from a phone call to a formal job ticket instantly.
- 03 Capability
Create client
Add a new individual person to your CRM. It's the fastest way to keep your customer database up to date.
- 04 Capability
Get me
Fetch your current account profile information. Use this to quickly check your active session and account details.
05—08
4 capabilities in this set.
Part of 12 available through Orderry.
- 05 Capability
Get order details
Pull specific details for a single work order. This is perfect for giving customers real-time updates on their repairs.
- 06 Capability
List employees
View a list of all staff members in your shop. Use this to see who's on the team and manage your service center's personnel.
- 07 Capability
List leads
See all current sales leads in your pipeline. This helps you ensure that no potential business opportunities are missed.
- 08 Capability
List orders
Get a list of all work orders in your system. Use this to see the overall status of every repair in your shop.
09—12
4 capabilities in this set.
Part of 12 available through Orderry.
- 09 Capability
List organizations
View all business clients and organizations. This keeps your corporate and non-profit client data organized.
- 10 Capability
List clients
See a list of all individual people in your CRM. It's a quick way to browse your entire customer base.
- 11 Capability
List inventory stock
Check the current stock levels for your products. Use this to see what parts are available before promising a repair date.
- 12 Capability
List warehouses
See the list of facilities and warehouses you manage. This helps you track inventory across different locations.
Set up in minutes
One URL. Then ask Orderry to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Orderry 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_Sw2mYgZ8x3iIeyXUtKaPag5zSpgQUIUwPW4iJnH7/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 Orderry, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Orderry for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Sw2mYgZ8x3iIeyXUtKaPag5zSpgQUIUwPW4iJnH7/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 Orderry URL.
- Step 03
Save and start
Save the connection and enable Orderry in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"orderry": {
"url": "https://edge.vinkius.com/vk_preview_Sw2mYgZ8x3iIeyXUtKaPag5zSpgQUIUwPW4iJnH7/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 Orderry
Open Agent mode in chat and ask: "Using Orderry, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"orderry": {
"url": "https://edge.vinkius.com/vk_preview_Sw2mYgZ8x3iIeyXUtKaPag5zSpgQUIUwPW4iJnH7/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 Orderry
Ask Copilot: "Using Orderry, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"orderry": {
"url": "https://edge.vinkius.com/vk_preview_Sw2mYgZ8x3iIeyXUtKaPag5zSpgQUIUwPW4iJnH7/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 Orderry
Open Cascade and ask: "Using Orderry, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"orderry": {
"url": "https://edge.vinkius.com/vk_preview_Sw2mYgZ8x3iIeyXUtKaPag5zSpgQUIUwPW4iJnH7/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 Orderry
Ask Cline: "Using Orderry, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add orderry --transport http "https://edge.vinkius.com/vk_preview_Sw2mYgZ8x3iIeyXUtKaPag5zSpgQUIUwPW4iJnH7/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 Orderry
Ask Claude: "Using Orderry, show me...". 12 tools are ready
Where the request belongs
Work Orderry can move forward.
This is for repair shop owners and service center managers who are tired of manual data entry and want to spend more time on repairs and less time on paperwork.
Repair Shop Owner
Manages the daily flow of repairs and customer inquiries.
Service Center Manager
Tracks technician assignments and job ticket progress.
Inventory Manager
Keeps stock levels balanced across multiple retail and service locations.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOrder Desk
Route and manage orders from multiple sales channels to fulfillment providers with automation rules that handle the complexity.
Brilliant Made
Manage your corporate swag via Brilliant Made. track orders, browse products, and monitor inventory directly from any AI agent.
Fixably
Manage repair orders, track inventory, and handle customer data via AI agents with Fixably.
MRPeasy
Manage manufacturing and inventory via MRPeasy. track customer orders, MOs, and stock items directly from your AI agent.
Afosto
Retail and e-commerce engine. manage orders, inventory, products, and customers via AI.
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 Orderry 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 Orderry.
The practical details behind the request, access and result.
Can the Orderry MCP help me manage my repair shop's daily tasks?
Yes, it lets you create work orders, track repairs, and manage clients directly through your AI client, saving you from manual data entry.
How does Orderry help with inventory?
It lets your agent check stock levels across multiple warehouses in real-time, so you know exactly what parts are available before promising a repair date.
Can I use Orderry to track my sales leads?
Yes, you can list and create leads directly through your AI client, ensuring you never miss a potential business opportunity.
Is Orderry good for service centers?
It's built specifically for service centers to handle job tickets, staff lists, and customer records in one conversational interface.
Can my AI agent add new clients to my CRM?
Yes, you can use it to add new individual clients or entire organizations to your database instantly while you're talking to them.
Can I see which warehouse has specific parts?
Yes, you can list warehouses and check inventory stock to see exactly where your items are located across your entire facility network.
Can I check stock levels across warehouses?
Yes, the list_inventory_stock capability provides real-time availability across all configured storage locations.
How do I create a new repair ticket?
Use the create_order capability and provide a detailed description of the problem or task.
One connection away
Give your agent a direct line to Orderry.
Connect Orderry once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available