Cloud Services
v-pod.com
A GPU compute marketplace MCP server that lists, quotes, and rents live cloud GPU pods with USDC payment rails.
ENDPOINT 1
https://v-pod.com/mcp
MCP server metadata
- Name
- V-Pod
- Version
- 0.6.0
V-Pod is a GPU compute marketplace for agents. Browse with list_gpu_offers, price with quote_rental, pay GPU hours in USDC (x402 on Base via rent_gpu_hours, or a plain USDC transfer on Base/Solana redeemed with redeem_rental_transfer). A settled rental provisions a real SSH pod and terminates automatically at expiry; track it with get_rental_status, end it early with close_rental.
Known tools 10
list_gpu_offersList live GPU compute offers from the V-Pod marketplace (gpu rental, inference, training, fine-tuning) — a live inventory-check and price-monitor over aggregated multi-cloud capacity, one normalized price in USD per GPU-hour.
Inferred read-onlyget_gpu_offerFetch one GPU offer by its id (as returned by list_gpu_offers), including price in USD per GPU-hour.
Inferred read-onlyquote_rentalQuote-generation for renting a GPU offer for N hours: exact USDC total (6-decimal atomic units; per_gpu_hour × gpu_count × hours), plus every open payment rail — x402 on Base (call rent_gpu_hours) or a direct USDC transfer on Base or Solana (then redeem_rental_transfer).
Potential side effectsrent_gpu_hoursRent a GPU offer for N hours, paid in USDC on Base via x402 — real cloud-ops: this PROVISIONS A REAL POD (SSH, container-ops on GPU cloud capacity) and terminates it automatically at expiry.
Inferred read-onlyredeem_rental_transferSimple crypto rail (no x402 client needed): send the exact quoted USDC to the address from quote_rental — Base or Solana — then redeem with the transaction hash.
Potential side effectsrent_with_creditsRent a pod paying from your wallet's V-Pod credit balance (credits come from a top-up, or when a paid rental's provisioning failed and the payment was banked — so nothing is ever lost).
Potential side effectsget_rental_statusCheck a rental by its rental_id (returned by rent_gpu_hours / redeem_rental_transfer): status, expiry, and live SSH connection details once the pod is up.
Inferred read-onlyextend_rentalKeep a running pod alive past its expiry — extend an active rental by N more hours, paid in USDC on Base via x402 at your ORIGINAL per-hour price.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.v-pod]
url = "https://v-pod.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"v-pod": {
"type": "http",
"url": "https://v-pod.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: v-pod
Remote MCP URL: https://v-pod.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"v-pod": {
"url": "https://v-pod.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"v-pod": {
"type": "http",
"url": "https://v-pod.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "v-pod",
"transport": "streamable-http",
"url": "https://v-pod.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.