
Cashpilot Mcp
Wire your coding agent into a self-hosted CashPilot dashboard so you can ask about passive income, bandwidth-sharing nodes, and DePIN earnings without opening another tab.
Overview
CashPilot MCP is an Operate/Grow-phase MCP server that lets your agent read passive-income and DePIN earnings data from a self-hosted CashPilot instance.
What is this MCP server?
- stdio MCP bridge to your CashPilot instance admin API
- Requires CASHPILOT_URL and CASHPILOT_API_KEY env vars
- Ships as npm package cashpilot-mcp v0.0.2 or OCI drumsergio/cashpilot-mcp:v0.0.2
- Focused on passive income, bandwidth sharing, and DePIN-style earnings visibility
- Self-hosted URL pattern (e.g. http://localhost:8080) — not a hosted SaaS connector by default
- Server schema version 0.0.2
- 2 package transports: npm stdio and OCI stdio
- 2 required environment variables: CASHPILOT_URL, CASHPILOT_API_KEY
Community signal: 2 GitHub stars.
What problem does it solve?
You run passive-income or bandwidth nodes in CashPilot but have to context-switch to the web UI every time you want a earnings snapshot while coding.
Who is it for?
Indie builders already self-hosting CashPilot who want agent-driven income and node status checks.
Skip if: Anyone without a CashPilot deployment, or teams that need write/trade actions beyond what the admin API exposes.
What do I get? / Deliverables
Your agent can answer CashPilot-backed questions in-chat once URL and API key are configured on the stdio MCP server.
- Agent-queryable CashPilot income and node context
- Stdio MCP entry in agent config with secret API key
Recommended MCP Servers
Journey fit
Passive-income and side-hustle tracking sits in Grow because you are measuring what already runs, not building the product core. Analytics is the right shelf: the MCP surfaces earnings and utilization metrics for ongoing revenue experiments.
How it compares
CashPilot admin API bridge via MCP—not a standalone finance skill or generic spreadsheet tool.
Common Questions / FAQ
Who is CashPilot MCP for?
Solo builders and operators who already run CashPilot and want Claude Code, Cursor, or Codex to query passive-income and DePIN metrics through MCP.
When should I use CashPilot MCP?
Use it during Grow or Operate check-ins when you want conversational access to CashPilot earnings without leaving your agent session.
How do I add CashPilot MCP to my agent?
Install cashpilot-mcp (npm v0.0.2 or OCI image), set CASHPILOT_URL and CASHPILOT_API_KEY, and register the stdio server in your agent’s MCP configuration.