Home › Finance › cashpilot-mcp
cashpilot-mcp
MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.0.2)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"cashpilot-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"CASHPILOT_URL": "<YOUR_VALUE>",
"CASHPILOT_API_KEY": "<YOUR_VALUE>"
}
}
}
}
CASHPILOT_URLrequired — CashPilot instance URL (e.g. http://localhost:8080)CASHPILOT_API_KEYrequired secret — CashPilot admin API key
Package (oci)
docker run -i --rm drumsergio/cashpilot-mcp:v0.0.2
Or add to your MCP client config:
{
"mcpServers": {
"cashpilot-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/cashpilot-mcp:v0.0.2"
],
"env": {
"CASHPILOT_URL": "<YOUR_VALUE>",
"CASHPILOT_API_KEY": "<YOUR_VALUE>"
}
}
}
}
CASHPILOT_URLrequired — CashPilot instance URL (e.g. http://localhost:8080)CASHPILOT_API_KEYrequired secret — CashPilot admin API key
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) 🐍 ☁️ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,…
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS…
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry