New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

behemoth-crypto

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

behemoth-crypto

🌌 BEHEMOTH Cosmic Trading - Ultra-high performance crypto trading MCP server

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

🌌 BEHEMOTH Crypto MCP Server

Ultra-high performance crypto trading MCP server with cosmic intelligence. Access 210+ operations through 20 consolidated power tools.

Quick Start

npx behemoth-crypto

Features

  • 🚀 20 Power Tools - Consolidated from 210+ operations
  • 🌌 Cosmic Intelligence - Planetary alignments & quantum analysis
  • 📊 Multi-Exchange - Bybit, Binance, Bitget support
  • 🤖 AI Integration - ML predictions & pattern recognition
  • ⚡ Real-time Data - Live market feeds & analysis
  • đź”® Advanced Strategies - Scalping, arbitrage, grid trading

Tools Overview

ToolDescriptionOperations
exchangeExchange operationsticker, order, market, wallet
technicalTechnical analysisindicator, pattern, volume
cosmicCosmic analysisanalysis, quantum, moon, planetary
sentimentMarket sentimentsocial, news, fear_greed
onchainBlockchain metricstvl, volume, addresses, whales
strategyTrading strategiesscalping, swing, arbitrage, grid
marketMarket structuremicrostructure, depth, flow
aiAI/ML analysispredict, analyze, anomaly
riskRisk managementanalyze, optimize, var, sharpe
defiDeFi protocolstvl, apy, opportunities
web3Web3 toolsnft, wallet, gas, contract
smartorderAdvanced orderslimit, stop, trailing, iceberg
backtestHistorical testingStrategy backtesting
alertPrice alertsprice, volume, technical
arbitrageArbitrage detectionspot, futures, triangular
liquidityLiquidity analysisAMM tools, IL calculation
behemothSystem controlstatus, config, evolve

Installation

For persistent installation:

npm install -g behemoth-crypto
behemoth

MCP Integration

Add to your Claude Desktop config:

{
  "mcpServers": {
    "behemoth": {
      "command": "npx",
      "args": ["behemoth-crypto"]
    }
  }
}

Examples

Get Market Data

await behemoth.exchange({
  operation: "ticker",
  exchange: "bybit",
  symbol: "BTCUSDT"
});

Technical Analysis

await behemoth.technical({
  operation: "indicator",
  type: "RSI",
  data: priceArray,
  params: { period: 14 }
});

Cosmic Analysis

await behemoth.cosmic({
  operation: "analysis",
  symbol: "BTCUSDT"
});

Configuration

Run setup wizard:

npx behemoth-crypto config

License

MIT

Built with 🌌 by FR3K

Keywords

crypto

FAQs

Package last updated on 13 Oct 2025

Did you know?

Socket

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.

Install

Related posts