Server data from the Official MCP Registry
Rent real GPUs from the terminal. Per-second billing, $0.50 minimum. stdio MCP server.
Rent real GPUs from the terminal. Per-second billing, $0.50 minimum. stdio MCP server.
Remote endpoints: sse: https://mcp.gpusmarket.com/sse
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 2 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GPUSMARKET_API_KEY
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Rent real GPUs from the terminal. Built for AI agents.
One command to sign up, one to rent, one to run inference. Per-second billing, no subscriptions, $0.50 minimum per rental. The CLI your coding agent can drive end-to-end: GPUsMarket.
npm installfor GPUs. One command in, one command out.
Renting a GPU usually means a signup form, a quota request, a support ticket, and a $50 minimum — before you've run a single token. GPUsMarket collapses that to three commands: everything from consumer RTX 4090s to datacenter H100s and MI300Xs, rentable by the second. And it's built so your agent can sign up and rent by itself — no human, no browser, no dashboard.
Works with: Claude Code · Cursor · Cline · Windsurf · Aider · Codex · any MCP client
Install to real inference in under a minute — watch the full-res demo.
npm install -g gpusmarket
gpusmarket init
# Create an account (returns your API key, auto-saved)
gpusmarket signup --email you@example.com --tenant my-agent
# Find a GPU
gpusmarket search --gpu "RTX 4090"
# Rent the cheapest match — returns an OpenAI/Ollama-compatible endpoint + key
gpusmarket rent --gpu "RTX 4090"
# Run inference straight through your rental
gpusmarket chat "What is 2+2?" --model gemma3:4b
# Stop when done — you pay for exactly the seconds you used
gpusmarket stop RENTAL-ID
Built so an agent can go from zero to running inference with no human in the loop — sign up, rent, infer, and stop, all from the terminal or over MCP. This CLI is designed to be driven by AI coding agents (Claude Code, Cursor, Cline, Windsurf, Codex, Copilot), not just humans.
gpusmarket init — in-terminal quickstart: detects your agent's config file, prints a ready-to-paste skill block, MCP setup, and next steps.gpusmarket init --agent-schema — the full command contract as JSON: every command, every flag, plus the rules agents must follow. Load it into context and your agent never hallucinates a flag.--json everywhere — every command has machine-readable output.Watch an agent drive it end-to-end (click for the full-res video):
Claude Code searches, rents, runs inference, and stops the GPU — no human in the loop.
gpusmarket mcp-serve exposes 32 tools over stdio — search, rent, status, stop, chat, host, pools, the whole surface. Add it to Claude Code:
claude mcp add gpusmarket -- gpusmarket mcp-serve
…or drop it into any MCP client's .mcp.json. The MCP server runs outside your project directory, so pass your API key via the GPUSMARKET_API_KEY environment variable:
{
"mcpServers": {
"gpusmarket": {
"type": "stdio",
"command": "gpusmarket",
"args": ["mcp-serve"],
"env": { "GPUSMARKET_API_KEY": "gpu_your_key_here" }
}
}
}
No key yet? Run gpusmarket signup to provision one, or grab it from your dashboard.
Each demo links to the full-resolution MP4.
| Browse the marketplace | Manage your rentals | Load-balance a pool |
|---|---|---|
![]() | ![]() | ![]() |
search · cheapest · models | rentals · status · stop | pool create · add · list |
# Browse
gpusmarket search --gpu "RTX 4090" # filter by GPU, price, model
gpusmarket cheapest --model gemma3:4b # the single cheapest node that serves a model
gpusmarket models # every model available across the marketplace
# Manage
gpusmarket rentals # your active rentals
gpusmarket status RENTAL-ID # live status + running cost
gpusmarket stop RENTAL-ID # stop, pay for the seconds you used
# Pool — one endpoint, several rentals behind it
gpusmarket pool create my-pool
gpusmarket pool add my-pool RENTAL-ID
gpusmarket pool list
Your GPU earns nothing while it sits idle. List it in one command — the CLI auto-detects your hardware, prints your host key, and the listing goes live in minutes. You keep 90% of every rental, paid out to your Stripe account automatically. No port forwarding, no static IP, no open inbound ports.
Three ways to host (click any demo for the full-res video):
| Mac (Apple Silicon) | NVIDIA GPU | Docker sidecar |
|---|---|---|
![]() | ![]() | ![]() |
gpusmarket host setup | auto-detects CUDA + VRAM | docker compose up -d |
gpusmarket host setup # auto-detects your GPU, creates the listing
npx gpusmarket-host --key KEY # connect your machine — no port forwarding needed
| Command | Description |
|---|---|
init | Quickstart guide (--agent-schema for the JSON command contract) |
signup / login / logout / whoami | Account + API key management |
search / models / cheapest | Browse the GPU marketplace |
rent / rentals / status / stop | Rent, monitor, and stop GPUs |
chat | Inference through your rental (streams, or pipe from stdin) |
pool create/list/add/remove | Load-balance several rentals behind one key |
host setup | List your own GPU for rent (auto-detects hardware) |
mcp-serve | Start the MCP server (stdio) |
Run gpusmarket --help for the full reference, flags included.
--json everywhere plus init --agent-schema so agents never guess a flag.Renting a GPU should be as fast as npm install. Not a signup form, a quota request, a support ticket, and a $50 minimum. GPUsMarket is a marketplace where anyone can list an idle GPU and anyone — or any agent — can rent it by the second. This CLI is the agent-native front door to that marketplace. It's early and moving fast: if something's rough or missing, open an issue — we read every one.
Full docs at gpusmarket.com. Run gpusmarket init for the interactive quickstart.
Proprietary — Copyright (c) 2026 Tyga.Cloud Ltd. All rights reserved. See LICENSE file.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.