gpu-rental-mcp
Enables comparing and renting vGPUs from 30+ cloud providers via Shadeform API, with tools to list, filter, rent, and manage GPU instances.
README
gpu-rental-mcp
Ein MCP-Server zum Vergleichen und Mieten von vGPUs über Shadeform — ein einziger API-Key deckt 30+ Cloud-Provider ab (Lambda Labs, Hyperstack, TensorDock, Crusoe, Nebius, u.v.m.).
Tools
| Tool | Beschreibung | Kosten |
|---|---|---|
list_cheapest_gpus |
Alle verfügbaren GPUs sortiert nach Preis | Kostenlos |
filter_by_gpu_type |
Suche nach GPU-Modell (A100, H100, RTX4090…) | Kostenlos |
rent_instance |
GPU-Instanz starten | ⚠️ Kostet Geld |
list_my_instances |
Alle aktiven Instanzen anzeigen | Kostenlos |
get_instance_info |
Details + SSH-Zugang einer Instanz | Kostenlos |
stop_instance |
Instanz beenden (Abrechnung stoppt) | ⚠️ Irreversibel |
Alle destruktiven/kostenpflichtigen Tools haben einen confirm: true Safety-Gate.
Setup
1. API-Key holen
Registriere dich auf platform.shadeform.ai und erstelle einen API-Key.
2. Build
npm install
npm run build
3. In Claude Desktop einbinden
Füge das in ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) hinzu:
{
"mcpServers": {
"gpu-rental": {
"command": "node",
"args": ["/ABSOLUTER/PFAD/gpu-rental-mcp/dist/index.js"],
"env": {
"SHADEFORM_API_KEY": "dein-api-key-hier"
}
}
}
}
4. In n8n einbinden (MCP Client Node)
n8n hat einen eingebauten MCP Client Node. Starte den Server als HTTP-Prozess oder nutze den stdio-Transport über einen Wrapper:
# Server als HTTP-Wrapper starten (für n8n):
SHADEFORM_API_KEY=xxx node dist/index.js
Alternativ: Den MCP Server in n8n über Execute Command oder als subprocess einbinden.
5. In Cursor / Windsurf
Gleiche Config-Struktur wie Claude Desktop, nur andere Pfade:
- Cursor:
.cursor/mcp.jsonim Projekt oder~/.cursor/mcp.jsonglobal - Windsurf:
~/.codeium/windsurf/mcp_config.json
Beispiel-Prompts
"Zeig mir die 5 günstigsten verfügbaren H100 GPUs"
"Ich brauche eine A100 mit mindestens 80GB VRAM für max. $3/Stunde"
"Starte eine RTX4090-Instanz mit dem vLLM Docker Image"
"Zeig mir alle meine aktiven GPU-Instanzen und wie viel sie bisher gekostet haben"
"Beende Instanz abc123"
Umgebungsvariablen
| Variable | Pflicht | Beschreibung |
|---|---|---|
SHADEFORM_API_KEY |
✅ | Shadeform API-Key |
Shadeform Provider-Abdeckung
Shadeform aggregiert aktuell 30+ Cloud-Provider, darunter: Lambda Labs, Hyperstack, TensorDock, Crusoe Energy, Nebius, CoreWeave (via Shadeform), Vast.ai, RunPod, und weitere — alles über eine einzige API.
Free Tier: 10 API-Anfragen/Tag, 1 GPU-Instanz max, 5 Tage max-Laufzeit
Paid Tier: Unbegrenzte API-Anfragen, 100 parallele Instanzen, keine Laufzeitbegrenzung
Sicherheitshinweise
- API-Key niemals in Logs oder Ausgaben ausgeben
rent_instanceundstop_instanceerfordern immerconfirm: true- Prüfe den Preis mit
list_cheapest_gpusvor dem Mieten - Instanzen laufen und kosten Geld bis du
stop_instanceaufrufst
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.