Home/Skills & MCP Servers
Skills & MCP Servers
36+ toolsInstall commands for Claude Code, OpenClaw, and Claude MCP. ✓ Official = verified from exchange or protocol team.
// ✓ Exchange-Native Skills
Built and maintained by exchange teams.
✓ Official Bitget Agent Hub Free
Most complete exchange AI stack. MCP + CLI (bgc) + Skills. 9 modules, 58 tools. Full trading including spot, futures, copy trading. Connect to OpenClaw in ~3 minutes.
MCPCLIAPIPre-built
claude mcp add -s user bitget -- npx -y bitget-mcp-serverClick to copy
npx bitget-hub upgrade-all --target claudeClick to copy
npx bitget-hub upgrade-all --target openclawClick to copy
Full trading execution. Requires Bitget account (Full KYC).
✓ Official OKX Agent Trade Kit Free
MCP server covering spot, futures, options, and algo orders across 60+ blockchains and 500+ DEXs. Demo trading available.
MCPAPIPre-built
git clone https://github.com/okx/onchainos-skillscp -r onchainos-skills/skills .claude/skills/Click to copy
clawhub install okx-onchainosClick to copy
Requires OKX account (Full KYC). Demo trading available.
✓ Official Binance AI Pro Paid
NEW — launched March 25 2026. One-stop AI agent built on OpenClaw. Supports spot + perp orders, leveraged borrowing, market analysis, custom strategies. Powered by Claude, ChatGPT, Qwen, MiniMax, Kimi.
Pre-builtAPI
# Activate from Binance web nav bar or Android app# No install required — one-click activation# Then install Skills Hub:npx skills add https://github.com/binance/binance-skills-hub --full-depthClick to copy
clawhub install binance-spot-apiClick to copy
$9.99/mo beta ($29.99 regular). 7-day free trial. 5M monthly credits. Requires Binance account (Full KYC).
✓ Official KuCoin Skills Hub Free
7 skill modules: spot, margin, futures, assets, earn, convert, broker. Currently read-only. Trading execution in development.
Pre-builtAPI
npx skills add https://github.com/Kucoin/kucoin-skills-hub --full-depthClick to copy
clawhub install kucoin-spotClick to copy
Read-only currently. Requires KuCoin account.
✓ Official Kraken CLI Free
134 AI-native commands in Rust. Structured JSON output by default. Paper trading built-in. MCP compatible. Best developer CLI on any exchange.
CLIMCP
git clone https://github.com/krakenfx/kraken-clicd kraken-cli && cargo build --releaseClick to copy
clawhub install kraken-cliClick to copy
Requires Kraken account (Full KYC).
✓ Official Gate.io GateClaw Free
MCP server and AI skills hub. 10,000+ community skills. GateRouter for smart model selection across 20+ AI models.
MCPPre-built
claude mcp add gateclaw https://mcp.gate.io/mcpClick to copy
clawhub install gate-exchangeClick to copy
Requires Gate.io account (Full KYC).
✓ Official Paradex MCP Server Free
Official MCP for Paradex DEX. Claude can query markets, place orders, manage positions. No KYC — wallet only. Fully autonomous.
MCPAPI
claude mcp add paradexClick to copy
git clone https://github.com/tradeparadex/paradex-agent-kitnpm install && npm run buildClick to copy
clawhub install paradexClick to copy
No KYC. Wallet only.
// ✓ MCP Servers
Connect Claude directly to exchanges and data sources.
CCXT MCP Server Free41.6k★
Unified MCP covering 100+ exchanges. Write once, trade anywhere via natural language.
MCPAPI
claude mcp add ccxt -- npx @ccxt/mcp-serverClick to copy
clawhub install ccxt-mcpClick to copy
Requires API keys per exchange.
✓ Official CoinGecko MCP Free
Official CoinGecko MCP. Real-time and historical prices, market caps, trending coins, DeFi data.
MCP
npx @coingecko/coingecko-mcpClick to copy
claude mcp add coingecko -- npx @coingecko/coingecko-mcpClick to copy
Free tier available.
✓ Official Blockscout MCP Free
Multi-chain block explorer MCP. Query transactions, addresses, tokens across Ethereum, Base, Optimism, and 30+ chains.
MCP
claude mcp add blockscout https://mcp.blockscout.com/mcpClick to copy
Hosted — no install needed.
Dune Analytics MCP Paid
Run SQL queries against on-chain data. Access 500,000+ community datasets for market intelligence.
MCP
claude mcp add dune -- npx @dune/mcp-serverClick to copy
Requires Dune API key (paid).
✓ Official Solana MCP Free
Official Solana Foundation MCP. Query accounts, transactions, programs, and tokens on Solana.
MCP
npx @solana/mcp-serverClick to copy
git clone https://github.com/solana-foundation/solana-mcp-officialnpm install && npm startClick to copy
Official from Solana Foundation.
✓ Official EigenLayer MCP Free
Official EigenLayer MCP. Query restaking data, operator info, and AVS metrics.
MCP
claude mcp add --transport sse eigenlayer https://eigenlayer-mcp-server-sand.vercel.app/sseClick to copy
Hosted — no local install needed.
DEXScreener MCP Free
Real-time DEX pair tracking. New token launches, price action, liquidity data across all chains.
MCP
claude mcp add dexscreener -- npx dexscreener-mcpClick to copy
clawhub install dexscreener-mcpClick to copy
Community-built.
Funding Rates MCP Free
Real-time perpetual funding rates across Binance, Bybit, OKX, Hyperliquid. Essential for basis trading.
MCP
claude mcp add funding-rates -- npx funding-rates-mcpClick to copy
Community-built.
Whale Tracker MCP Free
Monitor large on-chain transactions in real time. Track whale movements across exchanges and wallets.
MCP
claude mcp add whale-tracker -- npx whale-tracker-mcpClick to copy
clawhub install whale-tracker-mcpClick to copy
Community-built.
Chainlink Feeds MCP Free
Access Chainlink oracle price feeds. Reliable decentralized price data for 100+ assets.
MCP
claude mcp add chainlink -- npx chainlink-feeds-mcpClick to copy
Community-built.
Jupiter MCP Free
Solana swap aggregation via Jupiter. Best-price routing across 20+ Solana DEXs.
MCP
claude mcp add jupiter -- npx @jup-ag/mcp-serverClick to copy
clawhub install jupiter-mcpClick to copy
Solana only.
✓ Official Alchemy MCP Free
Official Alchemy MCP. Multi-chain RPC + APIs for Ethereum, Polygon, Base, Arbitrum. Token data, NFTs, tx simulation.
MCP
claude mcp add alchemyClick to copy
Alchemy API key required.
DefiLlama MCP Free
TVL, protocol metrics, yields, and DeFi rankings. Essential for DeFi strategy agents.
MCP
claude mcp add defillama -- npx defillama-mcpClick to copy
Free.
// ✓ DeFi Protocols
Official skills from DeFi protocol teams.
✓ Official Uniswap AI Skills Free
Official Uniswap agent skills. Execute swaps, query pools, add/remove liquidity on V2/V3/V4.
API
git clone https://github.com/Uniswap/uniswap-aicp -r uniswap-ai/skills .claude/skills/Click to copy
Official from Uniswap.
✓ Official Coinbase AgentKit Free
Official Coinbase toolkit for on-chain AI agents. Wallet management, token transfers, DeFi on Base and EVM.
APIMCP
npm create onchain-agent@latestClick to copy
Official from Coinbase. Base-native.
✓ Official GMX AI Skills Free
Official GMX perps DEX skills. Execute trades, query positions, fetch market data on Arbitrum and Avalanche.
API
git clone https://github.com/gmx-io/gmx-aicp -r gmx-ai/skills .claude/skills/Click to copy
Official from GMX.
✓ Official Rocket Pool Skills Free
Official Rocket Pool skills. Stake ETH, mint rETH, query validators, manage liquid staking.
API
git clone https://github.com/rocket-pool/skillscp -r skills/ .claude/skills/rocket-pool/Click to copy
Official from Rocket Pool.
✓ Official DegenClaw (Virtuals) Free
Virtuals Protocol AI trading arena. Deploy your agent to trade Hyperliquid perps with real capital. Ranked by Sortino ratio. Top 10 agents get backed by a $100k weekly pot from Virtuals.
APIPre-built
# Install the skill:git clone https://github.com/Virtual-Protocol/dgclaw-skill# Then tell Claude: Follow instructions in the skill to enter the DegenClaw arenaClick to copy
# Tell your agent:# Follow instructions in https://github.com/Virtual-Protocol/dgclaw-skill to participateClick to copy
Official from Virtuals Protocol. Requires Hyperliquid wallet.
// ✓ L1/L2 Chains
Official MCP servers from blockchain teams.
✓ Official Base MCP Free
Official Base L2 MCP from Coinbase. Query Base network, deploy contracts, transfer tokens.
MCP
git clone https://github.com/base/base-mcpcd base-mcp && npm install && npm startClick to copy
Official from Coinbase/Base.
✓ Official BNB Chain MCP Free
Official BNB Chain MCP. Query BSC, opBNB, Greenfield. Token data, contracts, cross-chain.
MCP
git clone https://github.com/bnb-chain/bnbchain-mcp && npm install && npm startClick to copy
Official from BNB Chain.
Solana Agent Kit Free5k★
50+ Solana actions: swap via Jupiter, staking, NFT minting, DeFi, wallet management. 5k+ GitHub stars.
APIMCP
git clone https://github.com/sendaifun/solana-agent-kitnpm installClick to copy
Community-built. Widely used.
// Analytics & Data
Market data, on-chain intelligence, research tools.
⚠ Risk Warning: Third-party repos are not affiliated with any exchange. Review code before running, never share write-access API keys, and test on paper trading first.
✓ Official Nansen Skills Paid
Smart money tracking, wallet labeling, token flows, and on-chain intelligence. 10 skill modules.
API
clawhub install nansen-devopsClick to copy
Paid API key required.
✓ Official The Graph Token API Free
Query any subgraph for token data, DeFi state, and on-chain events using natural language.
MCP
claude mcp add thegraph -- npx @graphprotocol/token-api-mcpClick to copy
Official from The Graph.
⚠ Community repo — not affiliated with any exchange. Review code before running. Test on paper trading first.
Helius MCP Free
Solana RPC + DAS API. NFT metadata, token accounts, transaction history at high performance.
MCP
claude mcp add helius -- npx helius-mcpClick to copy
Free tier available.
// Trading Bots & Frameworks
Community bots and frameworks.
⚠ Risk Warning: Third-party repos are not affiliated with any exchange. Review code before running, never share write-access API keys, and test on paper trading first.
⚠ Community repo — not affiliated with any exchange. Review code before running. Test on paper trading first.
Hummingbot + MCP Free6k★
Market making bot with MCP server. Claude can deploy bots, find arbitrage, manage LP positions via natural language. 6k★
CLIAPIMCP
claude mcp add hummingbot -- python -m hummingbot.mcp_serverClick to copy
Advanced. 40+ exchanges.
⚠ Community repo — not affiliated with any exchange. Review code before running. Test on paper trading first.
Freqtrade Free25k★
Open-source bot with ML via FreqAI. Backtesting, optimization, dry-run. 20+ exchanges via CCXT. 25k★
CLIAPI
pip install freqtradefreqtrade create-configClick to copy
Intermediate/Advanced. Python.
⚠ Community repo — not affiliated with any exchange. Review code before running. Test on paper trading first.
Passivbot Free4k★
Automated perpetual futures bot for Bybit, Bitget, OKX, Gate.io, Binance, KuCoin, Hyperliquid. Grid and recursive strategies. 4k★
APICLI
Advanced.
⚠ Community repo — not affiliated with any exchange. Review code before running. Test on paper trading first.
CBT Framework Free
AI-powered backtesting for Claude Code. 21 commands, 4 agents, 4 exchange templates, MCP for market + macro data.
CLIAPIMCP
git clone https://github.com/Trade-With-Claude/cbt-frameworkcd cbt-framework && ./install.shClick to copy
Claude Code specific.
⚠ Community repo — not affiliated with any exchange. Review code before running. Test on paper trading first.
FinRL Free12k★
Deep reinforcement learning for trading. Train DRL agents (DQN, DDPG, PPO, SAC) on crypto data. 12k★
API
Academic-grade. Advanced.