Vast.ai (GPU Rental Cloud API) Connector for AI agents.
4 live capabilities
Rent high-performance GPUs and manage your cloud compute fleet from your workspace.
Waiting for input…
Why people use Vast.ai (GPU Rental Cloud API)
Vast.ai (GPU Rental Cloud API) for Faster GPU Provisioning
This Connector changes that by moving the marketplace into your workspace. You just tell your agent what hardware you're looking for, and it handles the filtering. Once you pick an offer, it rents the instance and gives you the connection details instantly. You get your compute time started without the tab-switching.
What Vinkius changes
You get to manage your cloud GPU fleet through natural language instead of manual web forms.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Training a large model
An AI researcher asks the agent to find an H100 and rent it with 100GB of disk to start a training run.
- Real-world use case 02
Batch processing
A data scientist lists all active instances to check which ones are finished and deletes the old ones to save costs.
- Real-world use case 03
Quick testing
A dev rents a cheap RTX 4090 to test a Docker container for an hour then terminates it immediately.
Complete set · 4capabilities
The complete Vast.ai (GPU Rental Cloud API) capability set.
These are the exact actions your AI can choose when you ask it to work with Vast.ai (GPU Rental Cloud API).
01—04
4 capabilities in this set.
Part of 4 available through Vast.ai (GPU Rental Cloud API).
- 01 Capability
Delete instance
Delete or terminate a rented instance on Vast.ai. This is the fastest way to stop billing once your training task finishes.
- 02 Capability
List instances
List your active rented instances on Vast.ai. Use this to check your current fleet status and connection details.
- 03 Capability
Rent instance
Rent a specific GPU instance on Vast.ai. Use this to launch a new node with your preferred Docker image and disk size.
- 04 Capability
Search offers
Search for available GPUs on Vast.ai using JSON queries. Use this to find the best price for specific hardware like H100s.
Set up in minutes
One URL. Then ask Vast.ai (GPU Rental Cloud API) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Vast.ai (GPU Rental Cloud API) 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_FDhKvj0GzXpDt4zTlC7GXQudBJQAnkTGnbdwdCBo/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 Vast.ai (GPU Rental Cloud API), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Vast.ai (GPU Rental Cloud API) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FDhKvj0GzXpDt4zTlC7GXQudBJQAnkTGnbdwdCBo/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 Vast.ai (GPU Rental Cloud API) URL.
- Step 03
Save and start
Save the connection and enable Vast.ai (GPU Rental Cloud API) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"vastai-gpu-rental-cloud-api": {
"url": "https://edge.vinkius.com/vk_preview_FDhKvj0GzXpDt4zTlC7GXQudBJQAnkTGnbdwdCBo/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 Vast.ai (GPU Rental Cloud API)
Open Agent mode in chat and ask: "Using Vast.ai (GPU Rental Cloud API), help me...". 4 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"vastai-gpu-rental-cloud-api": {
"url": "https://edge.vinkius.com/vk_preview_FDhKvj0GzXpDt4zTlC7GXQudBJQAnkTGnbdwdCBo/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 Vast.ai (GPU Rental Cloud API)
Ask Copilot: "Using Vast.ai (GPU Rental Cloud API), help me...". 4 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"vastai-gpu-rental-cloud-api": {
"url": "https://edge.vinkius.com/vk_preview_FDhKvj0GzXpDt4zTlC7GXQudBJQAnkTGnbdwdCBo/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 Vast.ai (GPU Rental Cloud API)
Open Cascade and ask: "Using Vast.ai (GPU Rental Cloud API), help me...". 4 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"vastai-gpu-rental-cloud-api": {
"url": "https://edge.vinkius.com/vk_preview_FDhKvj0GzXpDt4zTlC7GXQudBJQAnkTGnbdwdCBo/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 Vast.ai (GPU Rental Cloud API)
Ask Cline: "Using Vast.ai (GPU Rental Cloud API), help me...". 4 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add vastai-gpu-rental-cloud-api --transport http "https://edge.vinkius.com/vk_preview_FDhKvj0GzXpDt4zTlC7GXQudBJQAnkTGnbdwdCBo/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 Vast.ai (GPU Rental Cloud API)
Ask Claude: "Using Vast.ai (GPU Rental Cloud API), show me...". 4 tools are ready
Where the request belongs
Work Vast.ai can move forward.
This is for the AI researcher who needs to scale training overnight or the data scientist who's tired of hunting for affordable A100s in a crowded marketplace.
AI Researcher
Spins up nodes for fine-tuning models during a project without leaving the chat.
Data Scientist
Manages heavy data processing tasks directly from the IDE to keep focus on the data.
DevOps Engineer
Automates the lifecycle of GPU-accelerated containers and monitors cloud spend.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLambda Labs (GPU Cloud)
Manage AI infrastructure via Lambda Labs. launch GPU instances, monitor ML workloads, and manage SSH keys.
Paperspace
Provision and track powerful GPU workloads via Paperspace. list compute instances, fetch active deployments, trace team projects, and query Gradient environments via AI.
CoreWeave (AI GPU Cloud)
Manage high-performance AI infrastructure on CoreWeave. provision GPU clusters, configure VPCs, and orchestrate inference gateways directly from your AI agent.
RunPod
Integrate your AI securely to RunPod to cleanly quickly provision scalable GPU pods, manage active instances, and inspect serverless endpoints and custom templates natively.
NVIDIA NIM
MLOps proxy unifying explicitly local hardware limits extracting telemetry across active NVIDIA AI containers.
Modal (Serverless AI Infrastructure)
Manage serverless compute via Modal. audit active apps, track GPU deployments, and monitor network volumes.
Bring your own AI
Change the model, client or framework. Keep Vast.ai 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 Vast.ai.
The practical details behind the request, access and result.
Can I use the Vast.ai MCP to find specific GPUs like H100s?
Yes, you can ask your agent to search for specific hardware. It will filter the marketplace for you and present the best available options based on your requirements.
How do I rent a GPU with a specific Docker image using this Connector?
Just tell your agent which offer ID you want to use along with the Docker image name. It will handle the deployment for you automatically.
Will this Connector help me save money on cloud compute?
It helps you avoid unnecessary costs by making it easy to list active instances and terminate them the moment your work is finished.
Can I manage multiple GPU instances at once with the Vast.ai MCP?
Yes, you can view your entire fleet of active rented instances in one list, making it much easier to track multiple tasks at once.
Does the Vast.ai MCP work with my existing API key?
Yes, you just need to provide your Vast.ai API key in the Connector configuration to get started.
Can I delete instances automatically to stop being charged?
You can tell your agent to delete or terminate any instance. This ensures you aren't billed for compute time after your task is complete.
How can I find a specific GPU model like an RTX 4090?
Use the search_offers capability with a query like {"gpu_name": {"eq": "RTX 4090"}}. The agent will return a list of available offers matching that hardware.
What information do I need to rent a new GPU instance?
You need an offer_id (from search results) and a Docker image name (e.g., 'pytorch/pytorch'). You can also optionally specify the disk size in GB using the rent_instance capability.
How do I stop an instance to avoid further charges?
Simply use the delete_instance capability with the specific instance_id. This will terminate the instance and release the GPU back to the marketplace.
One connection away
Give your agent a direct line to Vast.ai.
Connect Vast.ai once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available