mcpbeat Sign in

Rigshare MCP Server

local only

Rigshare runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 23 Sep 2026.

Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.

Installs per day peak 147 · avg 18 · +9% w/w
a month agotoday
46
Installs / week
npm · rigshare-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Rigshare every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rigshare -- npx -y rigshare-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rigshare": {
      "args": [
        "-y",
        "rigshare-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rigshare]
command = "npx"
args = ["-y", "rigshare-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rigshare": {
      "args": [
        "-y",
        "rigshare-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rigshare": {
      "args": [
        "-y",
        "rigshare-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RIGSHARE_API_KEY (RIGShare API key (Bearer format). Required for the authenticated tools (booking, listing, session, quote, availability, cancel, extend, usage, and draft management). Without it, the public read-only tools (search, get equipment, list categories, owner onboarding) still work. Get a key at https://www.rigshare.app/profile#api-keys or contact [email protected].). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rigshare

same job, measured the same way
Bigiron
by pipeworx-io

BigIron MCP — US ag/construction/livestock/transportation equipment

39 tools answering
ChartPane
by ahmadsl

Renders interactive Chart.js charts and dashboards inline in AI conversations.

answering
VisualSpec
by utkarshx27

Structured, constraint-aware visual generation and deterministic layout for AI agents

34 installs/wk local only
Stymie Golf
by thatdudefreak

Read-only US golf course, scorecard, equipment, deal, and golf-trip data for AI agents.

12 tools answering
Doc Bridge
by agentskit-io

Resolve documentation ownership, edit roots, checks, and human handoffs before an agent edits code.

2 110 installs/wk local only
Figshare MCP
by mrfentmen

Search research articles and datasets on Figshare. No key required.

127 installs/wk local only
VoiceLogPro
by kindrat86

Construction daily-log generation, jurisdiction compliance requirements, construction FAQs.

3 tools answering
LandLens rental records
by getlandlens

Owner of record, code violations, evictions and tenant reviews for US college-town rentals.

4 tools answering

Rigshare — questions

Answers built from our own checks of this server.

Why is there no uptime for Rigshare?
Rigshare runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rigshare-mcp was installed 46 times last week.
How do I connect Rigshare?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rigshare-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rigshare?
The npm package rigshare-mcp was installed 46 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rigshare open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.