ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

kr-crypto-intelligence

Korean crypto market data + AI analysis for trading agents. 10 endpoints, 180+ tokens. Real-time Kimchi Premium for all tokens, exchange intelligence (warnings, listings, volume spikes), AI market read with token-level signals. x402 on Base and Solana.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bakyang2/kr-crypto-intelligence
Or

KR Crypto Intelligence

Overview

Korean crypto market data + AI analysis API for AI agents. South Korea ranks top 3 globally in crypto trading volume. 10 endpoints covering 180+ tokens.

How to Use

MCP server — no local code, no API keys, no credentials needed.

MCP Connection

{
  "mcpServers": {
    "kr-crypto-intelligence": {
      "url": "https://mcp.printmoneylab.com/mcp"
    }
  }
}

Available Tools (10)

Korean Exchange Intelligence ($0.01/call)

ToolDescription
get_arbitrage_scannerToken-by-token Kimchi Premium for 180+ tokens, reverse premium, Upbit-Bithumb gaps, market share
get_exchange_alertsNew listings/delistings, investment warnings, caution flags
get_market_movers1-min price surges/crashes, volume spikes, top 20 by volume

AI Analysis ($0.10/call)

ToolDescription
get_market_readAI market analysis — 12+ sources + exchange intelligence + token-level signals

Market Data ($0.001/call)

ToolDescription
get_kimchi_premiumBTC Kimchi Premium (Upbit vs Binance)
get_stablecoin_premiumUSDT/USDC premium — capital flow indicator
get_kr_pricesKorean exchange prices (Upbit, Bithumb)
get_fx_rateUSD/KRW exchange rate
get_available_symbolsTradeable symbols list
check_healthService status

REST API (Alternative)

Base URL: https://api.printmoneylab.com GET /api/v1/arbitrage-scanner → $0.01 GET /api/v1/exchange-alerts → $0.01 GET /api/v1/market-movers → $0.01 GET /api/v1/market-read → $0.10 GET /api/v1/kimchi-premium → $0.001 GET /api/v1/stablecoin-premium → $0.001 GET /api/v1/kr-prices → $0.001 GET /api/v1/fx-rate → $0.001 GET /api/v1/symbols (free) GET /health (free)

Data Privacy & What Gets Sent

This skill sends ONLY tool call parameters to the server. No conversation context, no user data, no prompts are forwarded.

Specifically, each tool sends:

  • get_kimchi_premium: symbol parameter only (e.g., "BTC")
  • get_kr_prices: symbol and exchange parameters only
  • get_arbitrage_scanner, get_exchange_alerts, get_market_movers: no parameters — server computes from cached exchange data
  • get_market_read: no parameters — server fetches all data internally and runs AI analysis server-side
  • get_fx_rate, get_stablecoin_premium, get_available_symbols, check_health: no parameters

The server does NOT receive or store:

  • Agent conversation history or user prompts
  • User identity or account information
  • Any data beyond the explicit tool parameters listed above

Network calls only to: mcp.printmoneylab.com and api.printmoneylab.com

Payment Authorization (x402 Protocol)

How x402 payment works — step by step:

Metadata

Author@bakyang2
Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bakyang2-kr-crypto-intelligence": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.