Skills 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.
git clone https://github.com/openclaw/skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bakyang2/kr-crypto-intelligence" ~/.claude/skills/openclaw-skills-kr-crypto-intelligence && rm -rf "$T"
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/bakyang2/kr-crypto-intelligence" ~/.openclaw/skills/openclaw-skills-kr-crypto-intelligence && rm -rf "$T"
skills/bakyang2/kr-crypto-intelligence/SKILL.mdKR 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)
| Tool | Description |
|---|---|
| Token-by-token Kimchi Premium for 180+ tokens, reverse premium, Upbit-Bithumb gaps, market share |
| New listings/delistings, investment warnings, caution flags |
| 1-min price surges/crashes, volume spikes, top 20 by volume |
AI Analysis ($0.10/call)
| Tool | Description |
|---|---|
| AI market analysis — 12+ sources + exchange intelligence + token-level signals |
Market Data ($0.001/call)
| Tool | Description |
|---|---|
| BTC Kimchi Premium (Upbit vs Binance) |
| USDT/USDC premium — capital flow indicator |
| Korean exchange prices (Upbit, Bithumb) |
| USD/KRW exchange rate |
| Tradeable symbols list |
| Service 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
parameter only (e.g., "BTC")symbol
:get_kr_prices
andsymbol
parameters onlyexchange
,get_arbitrage_scanner
,get_exchange_alerts
: no parameters — server computes from cached exchange dataget_market_movers
: no parameters — server fetches all data internally and runs AI analysis server-sideget_market_read
,get_fx_rate
,get_stablecoin_premium
,get_available_symbols
: no parameterscheck_health
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:
- Agent calls a paid endpoint (e.g.,
)get_arbitrage_scanner - Server returns HTTP 402 with price in the header
- The MCP client or platform decides whether to pay — this is NOT automatic
- If the client approves, it signs a USDC transfer for the exact amount
- Client retries with payment proof in header
- Server verifies payment and returns data
Key points:
- Payment is NOT automatic. The agent's MCP client controls whether to authorize payment.
- No wallet keys or credentials are needed by users. Payment is handled entirely by the MCP client's x402 transport layer.
- The server cannot charge without explicit client-side authorization. The x402 protocol requires a cryptographic signature from the buyer's wallet.
- No API keys, no credentials, no env vars needed. Everything is handled server-side or by the x402 protocol.
Autonomous Invocation Advisory
This skill is designed to be invoked by the agent when the user asks about Korean crypto markets. If your platform supports invocation controls:
- Recommended: Set to "user-invoked only" until comfortable with billing behavior
- Budget: Configure your MCP client's spending limit
- Maximum cost per session: Bounded by your client's spending policy
Security
- No local code execution — instruction-only skill
- No credentials required — no API keys, no wallet keys, no env vars
- No file system access — all data from remote API
- Open source: https://github.com/bakyang2/kr-crypto-intelligence (MIT license)
- API docs: https://api.printmoneylab.com/docs (Swagger/OpenAPI)
- Registered on: Official MCP Registry, Glama (AAA 100), Smithery, xpay.tools, ClawHub, awesome-x402, awesome-mcp-servers