PluginBench
MCP Server
Active
GPL-3.0

io.github.GeiserX/cashpilot-mcp MCP Server

io.github.GeiserX/cashpilot-mcp

What is the io.github.GeiserX/cashpilot-mcp MCP server?

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

How to install io.github.GeiserX/cashpilot-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CASHPILOT_URL
    required

    CashPilot instance URL (e.g. http://localhost:8080)

  • CASHPILOT_API_KEY
    required
    secret

    CashPilot admin API key

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cashpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cashpilot-mcp"
      ],
      "env": {
        "CASHPILOT_URL": "<YOUR_CASHPILOT_URL>",
        "CASHPILOT_API_KEY": "<YOUR_CASHPILOT_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cashpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cashpilot-mcp"
      ],
      "env": {
        "CASHPILOT_URL": "<YOUR_CASHPILOT_URL>",
        "CASHPILOT_API_KEY": "<YOUR_CASHPILOT_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cashpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cashpilot-mcp"
      ],
      "env": {
        "CASHPILOT_URL": "<YOUR_CASHPILOT_URL>",
        "CASHPILOT_API_KEY": "<YOUR_CASHPILOT_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cashpilot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cashpilot-mcp"
      ],
      "env": {
        "CASHPILOT_URL": "<YOUR_CASHPILOT_URL>",
        "CASHPILOT_API_KEY": "<YOUR_CASHPILOT_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add cashpilot-mcp --env CASHPILOT_URL=<YOUR_CASHPILOT_URL> --env CASHPILOT_API_KEY=<YOUR_CASHPILOT_API_KEY> -- npx -y cashpilot-mcp

Related MCP servers

MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management

13
Go
GPL-3.0
View repository →

MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management

3
Go
GPL-3.0
View repository →

MCP server for Telegram Archive — search messages, browse chats, and access history

3
Go
GPL-3.0
View repository →

MCP server for Duplicacy — monitor backup status and Prometheus metrics

1
Go
GPL-3.0
View repository →

MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints

1
Go
GPL-3.0
View repository →

MCP server for Pumperly — query fuel prices, find stations, and plan routes

1
Go
GPL-3.0
View repository →
io.github.GeiserX/cashpilot-mcp MCP Server | PluginBench