MCP Directory

GeiserX/cashpilot-mcp

GitHub
Productivity

Go-based MCP server for CashPilot bandwidth-sharing dashboards. Monitor passive income, DePIN earnings, and container status across multiple sharing services. Docker image available.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y cashpilot-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from GeiserX/cashpilot-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "cashpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cashpilot-mcp"
      ]
    }
  }
}

Route GeiserX/cashpilot-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add cashpilot-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use GeiserX/cashpilot-mcp directly without routing

npx -y cashpilot-mcp

New to Agent-CoreX? View setup guide →

GeiserX/cashpilot-mcp MCP Server — Agent-CoreX