JD Cloud Infrastructure Connector for AI agents.
11 live capabilities
Manage your JD Cloud storage and compute resources with a conversational interface
Waiting for input…
Why people use JD Cloud Infrastructure
JD Cloud Infrastructure for E-commerce Cloud Management
With this Connector, you skip the clicking. You just tell your agent what you need, and it handles the requests for you. You get the status of your fleet in a single response.
What Vinkius changes
You get a conversational interface for JD Cloud's infrastructure without the manual console navigation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Troubleshooting a laggy app
An SRE notices high latency and asks the agent to pull CPU metrics for a specific VM using `describe_metric_data` to identify the bottleneck.
- Real-world use case 02
Checking instance specs
A developer needs to confirm the hardware type and status of a specific machine by asking the agent to use `describe_vm_instance`.
- Real-world use case 03
Quick storage audit
A user wants to see all available storage buckets in their account and uses `list_oss_buckets` to verify the list.
Complete set · 11capabilities
The complete JD Cloud Infrastructure capability set.
These are the exact actions your AI can choose when you ask it to work with JD Cloud Infrastructure.
01—04
4 capabilities in this set.
Part of 11 available through JD Cloud Infrastructure.
- 01 Capability
Describe vm instance
Fetch detailed specs for a specific VM. Use this to confirm instance types and configurations.
- 02 Capability
List cloud disks
View all cloud disk volumes in your current region. Use this to audit your total storage footprint.
- 03 Capability
Describe cloud disk
Get specific details about a cloud disk volume. This helps you check storage capacity and health.
- 04 Capability
Reboot vm instance
Restart a specific VM instance. This is your go-to for refreshing a hung or unresponsive machine.
05—08
4 capabilities in this set.
Part of 11 available through JD Cloud Infrastructure.
- 05 Capability
Describe metric data
Pull time-series metrics for a resource. It's the quickest way to see CPU or network spikes.
- 06 Capability
List oss buckets
See all your Object Storage buckets at once. This keeps your storage organization visible.
- 07 Capability
List elastic ips
Find all Elastic IP addresses in your region. This helps you track your public IP allocations.
- 08 Capability
List vm instances
See every virtual machine in your JD Cloud region. It gives you a quick overview of your fleet.
09—11
3 capabilities in this set.
Part of 11 available through JD Cloud Infrastructure.
- 09 Capability
List rds instances
List all RDS database instances. You can check their engine versions and connection statuses here.
- 10 Capability
Start vm instance
Power on a stopped VM instance. Use this to quickly spin up resources when needed.
- 11 Capability
Stop vm instance
Shut down a running VM instance. This helps you manage costs by turning off idle resources.
Set up in minutes
One URL. Then ask JD Cloud Infrastructure to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use JD Cloud Infrastructure 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_XVyDpjLKMV2jNPAcRKkik1f5ahKvTUfXc2RxgNF0/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 JD Cloud Infrastructure, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable JD Cloud Infrastructure for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XVyDpjLKMV2jNPAcRKkik1f5ahKvTUfXc2RxgNF0/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 JD Cloud Infrastructure URL.
- Step 03
Save and start
Save the connection and enable JD Cloud Infrastructure in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jd-cloud-infrastructure": {
"url": "https://edge.vinkius.com/vk_preview_XVyDpjLKMV2jNPAcRKkik1f5ahKvTUfXc2RxgNF0/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 JD Cloud Infrastructure
Open Agent mode in chat and ask: "Using JD Cloud Infrastructure, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jd-cloud-infrastructure": {
"url": "https://edge.vinkius.com/vk_preview_XVyDpjLKMV2jNPAcRKkik1f5ahKvTUfXc2RxgNF0/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 JD Cloud Infrastructure
Ask Copilot: "Using JD Cloud Infrastructure, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jd-cloud-infrastructure": {
"url": "https://edge.vinkius.com/vk_preview_XVyDpjLKMV2jNPAcRKkik1f5ahKvTUfXc2RxgNF0/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 JD Cloud Infrastructure
Open Cascade and ask: "Using JD Cloud Infrastructure, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jd-cloud-infrastructure": {
"url": "https://edge.vinkius.com/vk_preview_XVyDpjLKMV2jNPAcRKkik1f5ahKvTUfXc2RxgNF0/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 JD Cloud Infrastructure
Ask Cline: "Using JD Cloud Infrastructure, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jd-cloud-infrastructure --transport http "https://edge.vinkius.com/vk_preview_XVyDpjLKMV2jNPAcRKkik1f5ahKvTUfXc2RxgNF0/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 JD Cloud Infrastructure
Ask Claude: "Using JD Cloud Infrastructure, show me...". 11 tools are ready
Where the request belongs
Work JD Cloud can move forward.
This is for the DevOps engineer who's tired of clicking through multiple nested menus at 2am to find a single stalled VM. It's for anyone managing JD Cloud's scale who needs to act fast without the overhead of a web UI.
DevOps Engineer
Manages VM lifecycles and disk status via chat instead of the web console.
SRE
Pulls real-time CPU and network metrics to troubleshoot production issues instantly.
Supply Chain Architect
Oversees the cloud backbone of JD's logistics network through high-level queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsJD Cloud / 京东云
China's leading supply chain cloud platform. manage VMs, storage, and cloud infrastructure via AI.
UpCloud
Manage UpCloud infrastructure via AI. control servers, monitor billing, and manage storage across global zones directly from your agent.
Gridscale (IaaS & PaaS Cloud Hosting API)
Manage your Gridscale cloud infrastructure. provision servers, monitor metrics, and control PaaS services directly from any AI agent.
Flystack
Manage cloud infrastructure. audit deployments, clusters, and metrics via AI.
Paperspace
Provision and track powerful GPU workloads via Paperspace. list compute instances, fetch active deployments, trace team projects, and query Gradient environments via AI.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep JD Cloud 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 JD Cloud.
The practical details behind the request, access and result.
Can the JD Cloud Infrastructure MCP manage my databases?
Yes, it lists RDS database instances and shows their current engine versions and connection statuses. This lets you verify your database health without logging into the full management console.
How do I use the JD Cloud Infrastructure MCP for monitoring?
You can pull real-time CPU and network metrics for any resource. This helps you identify performance bottlenecks or spikes in your cloud infrastructure.
Can I use the JD Cloud Infrastructure MCP to save money?
Yes, you can use the Connector to stop running VM instances that are no longer needed. This helps you keep your cloud costs down by turning off idle resources.
Does the JD Cloud Infrastructure MCP work with Cursor?
Yes, it works with any MCP-compatible client like Cursor, Claude, or Windsurf. You just connect it to your agent to start managing JD Cloud resources.
What kind of storage can I see with the JD Cloud Infrastructure MCP?
You can list all your Object Storage buckets and inspect specific cloud disk volumes. This gives you a clear view of your storage footprint in the JD Cloud region.
Can the JD Cloud Infrastructure MCP restart a frozen server?
Yes, it has a specific command to reboot a VM instance. This is useful for quickly refreshing a machine that has become unresponsive.
Is the JDCLOUD2-HMAC-SHA256 signing handled automatically?
Yes. The Connector engine locally derives signing keys through HMAC chains (date → region → service → jdcloud2_request), constructs canonical requests, and injects the Authorization header transparently. Your AI never handles raw crypto.
One connection away
Give your agent a direct line to JD Cloud.
Connect JD Cloud once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available