JD Cloud / 京东云 Connector for AI agents.
8 live capabilities
Manage JD.com cloud infrastructure and billing via natural language.
Waiting for input…
Why people use JD Cloud / 京东云
JD Cloud Infrastructure Management for DevOps Teams
With this Connector, you just tell your agent what you need. You can ask for a billing summary or a list of your disks in one sentence, and the data appears instantly in your current window. You get your answers without the tab-switching fatigue.
What Vinkius changes
You get a conversational interface for your entire JD Cloud infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking production server health
A DevOps engineer needs to check if the production web server is running.
- Real-world use case 02
Auditing monthly cloud spending
An IT manager wants to know why the cloud bill was so high in October.
- Real-world use case 03
Verifying storage bucket existence
A developer needs to see if the new storage bucket is ready.
Complete set · 8capabilities
The complete JD Cloud / 京东云 capability set.
These are the exact actions your AI can choose when you ask it to work with JD Cloud / 京东云.
01—04
4 capabilities in this set.
Part of 8 available through JD Cloud / 京东云.
- 01 Capability
Get account profile
Retrieves the profile information for your current IAM user. It helps you verify your identity and permissions.
- 02 Capability
Get billing summary
Pulls a breakdown of your cloud costs for a specific period. It is the fastest way to track spending.
- 03 Capability
Get vm detail
Gets the specific metadata and configuration for a virtual machine. Use this to check hardware specs quickly.
- 04 Capability
List cicd pipelines
Shows all your active DevOps pipelines in a single list. Use it to monitor deployment progress.
05—08
4 capabilities in this set.
Part of 8 available through JD Cloud / 京东云.
- 05 Capability
List cloud disks
Lists all the block storage disks available in your project. It makes it easy to inventory your storage hardware.
- 06 Capability
List oss buckets
Lists all the Object Storage Service buckets in your account. It helps you keep track of your storage assets.
- 07 Capability
List vm instances
Shows all virtual machines currently running in your regions. This gives you a high-level view of your compute resources.
- 08 Capability
List vpc networks
Lists all the Virtual Private Cloud networks you have configured. Use this to audit your network topology.
Set up in minutes
One URL. Then ask JD Cloud / 京东云 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use JD Cloud / 京东云 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_zMsgAjxvJjrelUl5HM2CU1SLPPaXwxfXYoqu6vZr/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 / 京东云, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable JD Cloud / 京东云 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zMsgAjxvJjrelUl5HM2CU1SLPPaXwxfXYoqu6vZr/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 / 京东云 URL.
- Step 03
Save and start
Save the connection and enable JD Cloud / 京东云 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jd-cloud": {
"url": "https://edge.vinkius.com/vk_preview_zMsgAjxvJjrelUl5HM2CU1SLPPaXwxfXYoqu6vZr/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 / 京东云
Open Agent mode in chat and ask: "Using JD Cloud / 京东云, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jd-cloud": {
"url": "https://edge.vinkius.com/vk_preview_zMsgAjxvJjrelUl5HM2CU1SLPPaXwxfXYoqu6vZr/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 / 京东云
Ask Copilot: "Using JD Cloud / 京东云, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jd-cloud": {
"url": "https://edge.vinkius.com/vk_preview_zMsgAjxvJjrelUl5HM2CU1SLPPaXwxfXYoqu6vZr/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 / 京东云
Open Cascade and ask: "Using JD Cloud / 京东云, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jd-cloud": {
"url": "https://edge.vinkius.com/vk_preview_zMsgAjxvJjrelUl5HM2CU1SLPPaXwxfXYoqu6vZr/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 / 京东云
Ask Cline: "Using JD Cloud / 京东云, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jd-cloud --transport http "https://edge.vinkius.com/vk_preview_zMsgAjxvJjrelUl5HM2CU1SLPPaXwxfXYoqu6vZr/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 / 京东云
Ask Claude: "Using JD Cloud / 京东云, show me...". 8 tools are ready
Where the request belongs
Work JD Cloud / 京东云 can move forward.
This is for the ops engineer who is tired of clicking through dashboards at 2am, the IT manager trying to track spending, and the developer who just needs to know if their VM is live.
DevOps Engineer
They use this to check server health and audit network topologies without leaving their code editor.
IT Financial Manager
They use this to pull billing summaries and identify cost spikes across different regions.
Cloud Architect
They use this to inventory storage buckets and disk resources during migration planning.
Developer
They use this to check their CI/CD pipelines and VM statuses during deployment cycles.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsJD Cloud Infrastructure
Manage JD Cloud supply-chain infrastructure from your AI. Control VMs, disks, databases, and monitor resource metrics.
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.
DoiT
Equip your AI agent to manage cloud costs, track assets across AWS/GCP/Azure, and monitor cost anomalies via the DoiT API.
Flystack
Manage cloud infrastructure. audit deployments, clusters, and metrics via AI.
Guance Cloud / 观测云
Modern observability platform. manage monitors, dashboards, and events via AI.
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 I use JD Cloud MCP to see my billing?
Yes, you can ask your agent to pull a billing summary for any specific time range to see exactly what you spent.
Does the JD Cloud MCP work for VPC networks?
It lets you list and audit your Virtual Private Cloud networks to see your current topology.
How do I connect my JD Cloud account?
You just need your Access Key, Secret Key, and Region from your JD Cloud dashboard to set it up.
Can my agent see my storage buckets?
Yes, it can list all your Object Storage Service (OSS) buckets so you don't have to check the console.
Is JD Cloud MCP good for DevOps?
It's great for DevOps because it lets you check VM statuses and CI/CD pipelines using natural language.
Can I check my IAM user profile?
Yes, the Connector can retrieve your IAM user info so you can verify your account details quickly.
How do I find my JD Cloud Access Key and Secret Key?
Log in to the JD Cloud Console, navigate to [Account Management] -> [Access Key Management] to find or create your unique credentials.
What regions are supported?
JD Cloud supports multiple regions including cn-north-1 (Beijing), cn-east-1 (Suzhou), cn-east-2 (Shanghai), and cn-south-1 (Guangzhou). Ensure you specify the correct region where your resources are located.
Does this server handle JDCLOUD2-HMAC-SHA256 signatures?
Yes! The server automatically calculates the required Signature v2 (JDCLOUD2-HMAC-SHA256) for every request using your provided Secret Key, ensuring high security for your cloud orchestration.
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