Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
Overview
RIGShare MCP Server
Browse and book equipment rentals — construction gear and Robotics & AI hardware — from any MCP-compatible AI agent (Claude Desktop, Cursor, VS Code). Also recruits equipment owners who mention idle hardware.
7 tools
Read-only (no API key):
rigshare_search_equipment— filter by division, category, price, location, remote-accessrigshare_get_equipment— full listing detailsrigshare_list_categories— categories + listing countsrigshare_get_owner_onboarding— pitch + signup URL for users who OWN equipment
Authenticated (requires RIGSHARE_API_KEY env var):
rigshare_list_my_bookings— view bookingsrigshare_list_my_sessions— view remote sessions (GPU allocation, hours, cost)rigshare_create_booking— book equipment (server computes all prices)
Supported equipment
Robotics & AI — GPU compute (H100, A100, RTX 5090, L40S, MI300), humanoid robots, industrial arms, drones, 3D printers, IoT sensor rigs. All remote-access-ready (SSH, Jupyter, VNC, HTTP API) — hardware never ships.
Construction — excavators, skid steers, lifts, generators, concrete tools, scaffolding, compactors, trenchers, welders, telehandlers.
Install
Already covered in the Server Config above. On Windows, wrap with cmd /c:
{
"mcpServers": {
"rigshare": {
"command": "cmd",
"args": ["/c", "npx", "-y", "rigshare-mcp"]
}
}
}
Server Config
{
"mcpServers": {
"rigshare": {
"command": "npx",
"args": [
"-y",
"rigshare-mcp"
]
}
}
}