Skip to content
View cozyflux's full-sized avatar

Block or report cozyflux

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cozyflux/README.md
╔═══════════════════════════════════════════════════════════╗
║  COZYFLUX — Solana AI Intelligence MCP Server             ║
║  cozyflux.xyz                          @CozyFlux_         ║
╚═══════════════════════════════════════════════════════════╝

> Connect Claude Desktop to real-time Solana blockchain data.
> 30+ tools. No SDK. No setup overhead. Just npx.

─────────────────────────────────────────────────────────────
 INSTALL
─────────────────────────────────────────────────────────────

  Requirements: Node.js 18+, Claude Desktop

  1. Add to claude_desktop_config.json:

     {
       "mcpServers": {
         "cozyflux": {
           "command": "npx",
           "args": ["-y", "@cozyflux/mcp-server"],
           "env": {
             "COZYFLUX_API_KEY": "cfx_live_..."
           }
         }
       }
     }

  2. Restart Claude Desktop
  3. Look for the 🔨 hammer icon — tools are active

─────────────────────────────────────────────────────────────
 TOOLS  (30+ available)
─────────────────────────────────────────────────────────────

  FREE  ─────────────────────────────────────────────────
  get_price             Real-time token price
  get_market_data       Market cap, volume, 24h change
  get_wallet_balance    SOL + SPL token balances
  get_transactions      Recent wallet transactions
  get_epoch_info        Network epoch & slot progress
  get_validator_info    Validator performance stats
  get_nft_floor         NFT collection floor prices
  get_fear_greed        Crypto Fear & Greed index
  get_news              Trending Solana ecosystem news
  get_onchain_activity  Network TPS & activity signals

  PRO  (requires API key) ──────────────────────────────
  get_yield_farming     Best APY across DeFi protocols
  get_liquidity_pools   Raydium, Orca, Meteora pools
  get_orderbook         Live orderbook depth
  get_trade_history     Recent on-chain trade data
  get_whale_activity    Large wallet movement tracking
  get_exchange_flow     CEX inflow/outflow signals
  get_risk              DeFi position risk calculator
  get_liquidations      Real-time liquidation events
  get_mev_magnet        MEV & sandwich attack detector
  simulate_transaction  Pre-submission tx simulation
  get_funding_rates     Perpetual funding rates
  get_token_unlocks     Upcoming token unlock schedules
  get_ohlcv             OHLCV candlestick data
  + more...

─────────────────────────────────────────────────────────────
 EXAMPLE PROMPTS
─────────────────────────────────────────────────────────────

  "What is the current SOL price and 24h change?"
  "Check balance for wallet 7xKXtg2CW87d97TXJSDpbD5jBk..."
  "Find the best SOL staking yield right now"
  "Is the market in fear or greed mode?"
  "What's the floor price for Mad Lads?"
  "Detect any MEV activity on this transaction"

─────────────────────────────────────────────────────────────
 LINKS
─────────────────────────────────────────────────────────────

  Website    https://cozyflux.xyz
  Agents     https://cozyflux.xyz/agents
  Marketplace https://cozyflux.xyz/market
  Twitter    https://x.com/CozyFlux_

─────────────────────────────────────────────────────────────
 LICENSE: MIT
─────────────────────────────────────────────────────────────

Pinned Loading

  1. cozyflux cozyflux Public

    Solana AI Intelligence MCP Server Connect Claude to real-time on-chain data with 30+ tools

  2. mcp-server mcp-server Public

    Built in TypeScript. MIT licensed. This is the core of CozyFlux the server that connects Claude AI to real-time Solana blockchain data.

    TypeScript