Odel
cashpilot mcp

cashpilot mcp

Local
@geiserx3GoGPL-3.0Updated 4 days ago

MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcashpilot-mcpv0.0.2

Run

npx -y cashpilot-mcp

MCP client config

{
  "mcpServers": {
    "cashpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cashpilot-mcp"
      ]
    }
  }
}
Dockerdrumsergio/cashpilot-mcp:v0.0.2

Run

docker run -i --rm drumsergio/cashpilot-mcp:v0.0.2

MCP client config

{
  "mcpServers": {
    "cashpilot-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "drumsergio/cashpilot-mcp:v0.0.2"
      ]
    }
  }
}