Cashpilot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 3 Sep 2026.
MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node postinstall.js
execSync(
ENV MCP_AUTH_TOKEN=""
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add cashpilot-mcp -- npx -y cashpilot-mcp
{
"mcpServers": {
"cashpilot-mcp": {
"args": [
"-y",
"cashpilot-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.cashpilot-mcp]
command = "npx"
args = ["-y", "cashpilot-mcp"]
{
"mcpServers": {
"cashpilot-mcp": {
"args": [
"-y",
"cashpilot-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"cashpilot-mcp": {
"args": [
"-y",
"cashpilot-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CASHPILOT_URL (CashPilot instance URL (e.g. http://localhost:8080)), CASHPILOT_API_KEY (CashPilot admin API key).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Riveter's enrichment, scraping, and monitoring API
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs.
Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs.
MCP server for Zabbix monitoring and automation
An MCP server for Scout Monitoring data interactions.
MCP server for AI-driven console application automation and monitoring
MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring.
Answers built from our own checks of this server.