📈

Solana Tools for Traders

Real-time market data, swap quotes, and whale tracking for active traders

Key Features

  • Real-time Prices: Get current USD prices for any cryptocurrency
  • Swap Quotes: Best DEX swap rates via Jupiter aggregator
  • Portfolio Tracking: Calculate total USD value across all tokens
  • Whale Activity: Track large transactions and market sentiment
  • Price History: Historical charts for technical analysis

Available Tools

get_token_price

Current USD price and 24h change

Cost: 3 cents

get_swap_quote

Best swap quotes from Jupiter DEX

Cost: 4 cents

get_portfolio_value

Total USD value of wallet

Cost: 7 cents

get_whale_activity

Track large trades and market moves

Cost: 7 cents

get_price_history

Historical price data (24h, 7d, 30d, 90d, 1y)

Cost: 5 cents

get_sol_balance

SOL and SPL token balances

Cost: 5 cents

Example Usage

Claude Desktop / Cursor

User: "What's the current price of SOL?"
AI: [Calls get_token_price]
AI: SOL is trading at $127.45, up 2.3% in the last 24 hours

User: "Get swap quote for 1 SOL to USDC"
AI: [Calls get_swap_quote]
AI: You'll receive ~1,275 USDC for 1 SOL (includes fees)

User: "Track whale activity for this token"
AI: [Calls get_whale_activity]
AI: Recent whale moves show 3 large buys, sentiment bullish

REST API

# Get token price
curl -X POST https://solanamcp.dev/api/tools/get_token_price \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"symbol": "SOL"}'

# Get swap quote
curl -X POST https://solanamcp.dev/api/tools/get_swap_quote \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "inputToken": "SOL",
    "outputToken": "USDC",
    "amount": 1,
    "slippageBps": 50
  }'

Ready to Start Trading?

Get your API key and start using real-time market data in your trading workflow

Get Started Free