Umbrellar Connector for AI agents.
12 live capabilities
Manage cloud infrastructure and warranty claims through a single chat interface.
Waiting for input…
Why people use Umbrellar
Umbrellar for Managed IT Warranty Services
With this Connector, you can skip the portal entirely. You just tell your agent to check the status of a product or submit a claim. It pulls the data, validates the policy, and gives you the answer in seconds. You get a clear path from customer inquiry to resolution without the manual overhead.
What Vinkius changes
You get a single chat interface to manage your entire cloud and warranty ecosystem.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Checking host health during a spike
An IT manager asks the agent to check the status of the web node.
- Real-world use case 02
Verifying customer coverage
A customer calls about a broken device.
- Real-world use case 03
Keeping Shopify inventory updated
An e-commerce owner adds new items to their store.
Complete set · 12capabilities
The complete Umbrellar capability set.
These are the exact actions your AI can choose when you ask it to work with Umbrellar.
01—04
4 capabilities in this set.
Part of 12 available through Umbrellar.
- 01 Capability
Create claim
Submit a new warranty claim for a customer. This replaces manual form entry.
- 02 Capability
Get claim
Pull specific details for a single warranty claim. It gives you all the data in one view.
- 03 Capability
Get policy
Retrieve the full details of a specific warranty policy. Use this to check coverage limits.
- 04 Capability
Get warranty
Get the specifics of a particular warranty plan. This helps you explain options to customers.
05—08
4 capabilities in this set.
Part of 12 available through Umbrellar.
- 05 Capability
List claims
View all submitted warranty claims in one list. This helps you track customer requests quickly.
- 06 Capability
List policies
See a complete list of all current warranty policies. Use this for an overview of your offerings.
- 07 Capability
List warranties
View all available warranty plans for your products. This helps you see what's currently active.
- 08 Capability
Register product
Register a new product for OEM or manufacturer warranty. This adds new items to your database.
09—12
4 capabilities in this set.
Part of 12 available through Umbrellar.
- 09 Capability
Sync products
Automatically sync your product list between Shopify and Umbrellar. This keeps your store data accurate.
- 10 Capability
Update claim
Modify details on an existing warranty claim. Use this to change status or notes.
- 11 Capability
Check product eligibility
Confirm if a product qualifies for warranty coverage. Use this to give customers immediate answers.
- 12 Capability
Validate policy
Check if a policy is valid by matching its ID and order name. This prevents errors during processing.
Set up in minutes
One URL. Then ask Umbrellar to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Umbrellar 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_4Omalill3hqvjXk8yjjaXYKytSr9wgGlFeJPIzwU/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 Umbrellar, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Umbrellar for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4Omalill3hqvjXk8yjjaXYKytSr9wgGlFeJPIzwU/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 Umbrellar URL.
- Step 03
Save and start
Save the connection and enable Umbrellar in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"umbrellar": {
"url": "https://edge.vinkius.com/vk_preview_4Omalill3hqvjXk8yjjaXYKytSr9wgGlFeJPIzwU/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 Umbrellar
Open Agent mode in chat and ask: "Using Umbrellar, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"umbrellar": {
"url": "https://edge.vinkius.com/vk_preview_4Omalill3hqvjXk8yjjaXYKytSr9wgGlFeJPIzwU/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 Umbrellar
Ask Copilot: "Using Umbrellar, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"umbrellar": {
"url": "https://edge.vinkius.com/vk_preview_4Omalill3hqvjXk8yjjaXYKytSr9wgGlFeJPIzwU/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 Umbrellar
Open Cascade and ask: "Using Umbrellar, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"umbrellar": {
"url": "https://edge.vinkius.com/vk_preview_4Omalill3hqvjXk8yjjaXYKytSr9wgGlFeJPIzwU/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 Umbrellar
Ask Cline: "Using Umbrellar, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add umbrellar --transport http "https://edge.vinkius.com/vk_preview_4Omalill3hqvjXk8yjjaXYKytSr9wgGlFeJPIzwU/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 Umbrellar
Ask Claude: "Using Umbrellar, show me...". 12 tools are ready
Where the request belongs
Work Umbrellar can move forward.
This is for IT operations managers and e-commerce owners who are drowning in manual data entry and constant context switching between cloud dashboards and warranty databases.
IT Ops Manager
Handles daily host checks and infrastructure updates without opening multiple tabs.
Warranty Administrator
Manages high volumes of customer claims and policy queries through direct chat commands.
E-commerce Specialist
Syncs product data between Shopify and internal service records to keep inventory accurate.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPorkbun
Manage domains and DNS records via Porkbun. list domains, update DNS, check pricing, and retrieve SSL certificates directly from your AI agent.
Hetzner
Manage Hetzner Cloud infrastructure—list servers, manage firewalls, and control power states directly from any AI agent.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Vultr
Manage Vultr cloud infrastructure, bare metal instances, and backups directly from your AI agent.
Cloudflare
Manage DNS, Workers, KV, Pages and firewall via Cloudflare. audit records, deploy config and inspect CDN analytics from any AI agent.
Fastly
Manage edge computing and CDN via Fastly. monitor and activate service versions, manage domains and backends, and purge cache directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Umbrellar 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 Umbrellar.
The practical details behind the request, access and result.
How does the Umbrellar MCP help with my cloud hosting?
It gives your AI agent the ability to check the status of your hosts and query your infrastructure directly. You can ask about resource usage or host health without leaving your chat window.
Can I use Umbrellar MCP to handle customer warranty claims?
Yes. You can ask your agent to check if a product is eligible for coverage, submit new claims, or update existing ones. It handles the data retrieval and submission for you.
Will the Umbrellar MCP sync my Shopify store automatically?
It allows your AI agent to trigger a sync between your Shopify products and Umbrellar records. This ensures your store inventory stays aligned with your internal management data.
Does the Umbrellar MCP support domain management?
Yes, it allows you to check domain availability and status through your AI client. You can quickly verify expiration dates or registration details with a simple prompt.
What kind of policies can I view with the Umbrellar MCP?
You can retrieve details for specific warranty plans and policies. Your agent can pull coverage limits, plan specifics, and other policy data instantly.
Can I register new products using this Connector?
Yes, your agent can register new products for OEM or manufacturer warranty coverage. This helps you keep your database current as you add new items to your catalog.
Can I check the uptime status of my virtual machines?
Yes, just supply the VM ID and the agent will return its current operational status.
How do I query my registered domains?
Ask the AI to list all your domains, and it will fetch their expiration dates and current configurations.
Is it possible to reboot a server through the chat?
Server alteration commands like rebooting are disabled by default for safety, focusing the integration on observability.
One connection away
Give your agent a direct line to Umbrellar.
Connect Umbrellar once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available