Skip to main content

Usage Examples

Once the MCP Server is connected, ask your AI agent in natural language and it will automatically call the appropriate tools.

Arbitrage Analysis

Find Premium Opportunities

"Find the exchange pair with the highest BTC premium"

The premium_overview skill is called, combining premium data + wallet status + fees + funding rates in a single request.

Check Transfer Feasibility

"Can I transfer ETH from Binance to Upbit? What's the cheapest network?"

The wallet_transfer_check skill verifies deposit/withdrawal availability and withdrawal fees per network.

Funding Rates

Compare Across Exchanges

"Compare ETH funding rates across all exchanges"

The funding_rate_overview skill returns current rates + price + volume + history per exchange.

Historical Rates

"Show me the last 100 BTC-USDT funding rate entries on Binance"

The funding_rate_history tool is called directly.

Token Research

Comprehensive Token Analysis

"Give me a full analysis of DOGE — price, premium, funding, social, announcements"

The token_detail skill calls 7+ APIs in parallel and returns a unified view.

Listing Monitor

"Show me recent token listings on Korean exchanges"

The listing_monitor skill combines listing history + announcements + token updates.

Exchange Comparison

"Compare Binance and Upbit by fees, volume, and funding rates"

The exchange_overview skill is called.

Direct Data Queries

Candle Data

"Get the last 50 1-hour candles for BTC-USDT on Binance"

tool: cex_candle
params: { exchange: "binance", symbol: "BTC-USDT", interval: "1h", limit: 50 }

Real-time Ticker

"What's the current BTC-KRW price on Upbit?"

tool: ticker
params: { exchange: "upbit", symbol: "BTC-KRW" }

"Show me the Naver search trend for Bitcoin"

tool: naver_trend
params: { symbol: "BTC" }