
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
behemoth-crypto
Advanced tools
🌌 BEHEMOTH Cosmic Trading - Ultra-high performance crypto trading MCP server
Ultra-high performance crypto trading MCP server with cosmic intelligence. Access 210+ operations through 20 consolidated power tools.
npx behemoth-crypto
| Tool | Description | Operations |
|---|---|---|
| exchange | Exchange operations | ticker, order, market, wallet |
| technical | Technical analysis | indicator, pattern, volume |
| cosmic | Cosmic analysis | analysis, quantum, moon, planetary |
| sentiment | Market sentiment | social, news, fear_greed |
| onchain | Blockchain metrics | tvl, volume, addresses, whales |
| strategy | Trading strategies | scalping, swing, arbitrage, grid |
| market | Market structure | microstructure, depth, flow |
| ai | AI/ML analysis | predict, analyze, anomaly |
| risk | Risk management | analyze, optimize, var, sharpe |
| defi | DeFi protocols | tvl, apy, opportunities |
| web3 | Web3 tools | nft, wallet, gas, contract |
| smartorder | Advanced orders | limit, stop, trailing, iceberg |
| backtest | Historical testing | Strategy backtesting |
| alert | Price alerts | price, volume, technical |
| arbitrage | Arbitrage detection | spot, futures, triangular |
| liquidity | Liquidity analysis | AMM tools, IL calculation |
| behemoth | System control | status, config, evolve |
For persistent installation:
npm install -g behemoth-crypto
behemoth
Add to your Claude Desktop config:
{
"mcpServers": {
"behemoth": {
"command": "npx",
"args": ["behemoth-crypto"]
}
}
}
await behemoth.exchange({
operation: "ticker",
exchange: "bybit",
symbol: "BTCUSDT"
});
await behemoth.technical({
operation: "indicator",
type: "RSI",
data: priceArray,
params: { period: 14 }
});
await behemoth.cosmic({
operation: "analysis",
symbol: "BTCUSDT"
});
Run setup wizard:
npx behemoth-crypto config
MIT
Built with 🌌 by FR3K
FAQs
🌌 BEHEMOTH Cosmic Trading - Ultra-high performance crypto trading MCP server
We found that behemoth-crypto demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.