# io.github.bakyang2/kr-crypto-intelligence (remote · mcp.printmoneylab.com)

Korean crypto + news (kpop/semi), 17 tools, signed receipts. x402 Base+Polygon+Solana.

- Trust score: 58/100 (low)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.printmoneylab.com`: 58/100 (this document), [markdown](https://verifymcp.io/servers/bakyang2-kr-crypto-intelligence/mcp.md), [page](https://verifymcp.io/servers/bakyang2-kr-crypto-intelligence/mcp)

## Channel facts

- Endpoint: `https://mcp.printmoneylab.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.6.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 17 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 55/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2866 tokens (~168/item across 17 items; 17 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http bakyang2-kr-crypto-intelligence https://mcp.printmoneylab.com/mcp
```

### Codex

```toml
[mcp_servers.bakyang2-kr-crypto-intelligence]
url = "https://mcp.printmoneylab.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bakyang2-kr-crypto-intelligence": {
      "type": "remote",
      "url": "https://mcp.printmoneylab.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bakyang2-kr-crypto-intelligence --url https://mcp.printmoneylab.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  bakyang2-kr-crypto-intelligence:
    url: "https://mcp.printmoneylab.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "bakyang2-kr-crypto-intelligence": {
      "type": "http",
      "url": "https://mcp.printmoneylab.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 57, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 56, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 55)

First indexed and scored.

## MCP tools (17)

### `get_kimchi_premium` (~225 tokens)

Get real-time Kimchi Premium — the price difference between Korean exchanges (Upbit) and global exchanges (Binance). South Korea ranks top 3 globally in crypto trading volume. A positive premium means Korean traders are paying more than the global market price.

💰 Price: $0.002 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

Returns: premium_percent (official USD/KRW basis), premium_pct_usdt (Upbit USDT live rate basis), upbit_krw, binance_usdt, fx_rate. Gap between the two premium values reveals real arbitrage margin after stablecoin conversion costs.

Args:
    symbol: Crypto symbol (e.g., BTC, ETH, XRP, SOL, DOGE)

Input parameters:

- `symbol` (string): Crypto symbol to check premium for (e.g., BTC, ETH, XRP)

### `get_kr_prices` (~187 tokens)

Get cryptocurrency prices from Korean exchanges (Upbit, Bithumb). Returns KRW-denominated prices, 24h volume, and change rate.

💰 Price: $0.002 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

Args:
    symbol: Crypto symbol (e.g., BTC, ETH, XRP, SOL, DOGE)
    exchange: Exchange to query — 'upbit', 'bithumb', or 'all' for both

Input parameters:

- `exchange` (string): Exchange to query: upbit, bithumb, or all
- `symbol` (string): Crypto symbol to query (e.g., BTC, ETH, XRP)

### `get_fx_rate` (~91 tokens)

Get current USD/KRW exchange rate. Essential for converting between Korean Won and US Dollar prices.

💰 Price: $0.001 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

### `get_available_symbols` (~61 tokens)

Get all available trading symbols on Korean exchanges. Returns symbols available on Upbit, Bithumb, and those common to both. Use this to check which symbols you can query before calling other tools.

💰 Price: FREE (no x402 payment required)

### `get_stablecoin_premium` (~124 tokens)

Get USDT and USDC premium on Korean exchanges vs official USD/KRW rate. Positive premium = capital flowing INTO Korean crypto market. Negative premium = capital flowing OUT. Key indicator of Korean market fund flow direction, separate from Kimchi Premium.

💰 Price: $0.002 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

### `check_health` (~43 tokens)

Check service health and exchange connectivity status. Returns status of Upbit, Bithumb, and Binance API connections.

💰 Price: FREE (no x402 payment required)

### `get_arbitrage_scanner` (~150 tokens)

Scan Kimchi Premium for ALL tokens (180+) traded on both Upbit and Binance. Returns token-by-token premium %, reverse premiums (negative = Korean discount), Upbit vs Bithumb price gaps, market share between exchanges. Each token includes warning flags, volume soaring alerts, deposit soaring alerts. Updated every 60 seconds. Essential for cross-exchange arbitrage analysis.

💰 Price: $0.01 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

### `get_exchange_alerts` (~151 tokens)

Get Korean exchange alerts: new listings, delistings, investment warnings, and caution flags. Detects INVESTMENT_WARNING, PRICE_FLUCTUATIONS, VOLUME_SOARING, DEPOSIT_SOARING, GLOBAL_PRICE_DIFF, SMALL_ACCOUNTS_CONCENTRATION. New listings/delistings detected by comparing market list changes every 60 seconds. Critical for risk management and early listing detection.

💰 Price: $0.01 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

### `get_market_movers` (~132 tokens)

Get Korean market movers: 1-minute price surges/crashes (>1%), volume spikes, and top 20 tokens by trading volume on Upbit. Detects rapid price movements and unusual volume activity in Korean crypto markets. Korean retail activity often leads global price movements — early signal for traders.

💰 Price: $0.01 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

### `get_market_read` (~145 tokens)

AI-powered Korean crypto market analysis. Combines Kimchi Premium, stablecoin premium, FX rate, Upbit/Bithumb volume rankings, Binance funding rate, open interest, BTC dominance, and Fear & Greed index. Returns AI-generated signal (BULLISH/BEARISH/NEUTRAL), confidence score, actionable summary, and all raw data.

💰 Price: $0.10 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

### `get_kr_sentiment` (~148 tokens)

Korean crypto market sentiment analysis in English. Combines exchange intelligence (189+ tokens premium, warnings, volume spikes) with Korean news context (Coinness Telegram) for AI-powered real-time insights. First-in-world Korean-to-English crypto sentiment API. Returns sentiment label, score (-1 to +1), English report, exchange signals, news context. 1-hour cache.

💰 Price: $0.05 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

### `get_global_vs_korea_divergence` (~310 tokens)

Light tier — premium between CoinGecko global price and Upbit Korean price + 1-2 sentence AI interpretation. 25 supported symbols. 60s cache. Returns prices (global_usd, korea_krw, fx_rate), divergence (premium_pct, direction, magnitude), context_signals (investment_warning, volume_spike_24h), and ai_interpretation (1-2 sentence English summary).

💰 Price: $0.05 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

Args:
    symbol: Crypto symbol — supported: BTC, ETH, XRP, SOL, ADA, DOGE, DOT, MATIC, LINK, AVAX, ATOM, UNI, LTC, NEAR, OP, ARB, APT, ALGO, FTM, SUI, TRX, BCH, ETC, HBAR, SHIB

Input parameters:

- `symbol` (string): Crypto symbol (e.g., BTC, ETH, XRP, SOL, ADA, DOGE, DOT, MATIC, LINK, AVAX, ATOM, UNI, LTC, NEAR, OP, ARB, APT, ALGO, FTM, SUI, TRX, BCH, ETC, HBAR, SHIB)

### `get_global_vs_korea_divergence_deep` (~312 tokens)

Deep tier — light data + Korean news signals (Coinness Telegram, 24h window) + structured AI breakdown (drivers, global context, action suggestion, confidence). 5-min cache. Returns light response fields plus recent_news_signal (korean_news_count_24h, sentiment_score, top_keywords) and ai_deep_analysis (summary, korean_market_drivers, global_context, implied_action_suggestion, confidence).

💰 Price: $0.10 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

Args:
    symbol: Crypto symbol — supported: BTC, ETH, XRP, SOL, ADA, DOGE, DOT, MATIC, LINK, AVAX, ATOM, UNI, LTC, NEAR, OP, ARB, APT, ALGO, FTM, SUI, TRX, BCH, ETC, HBAR, SHIB

Input parameters:

- `symbol` (string): Crypto symbol (e.g., BTC, ETH, XRP, SOL, ADA, DOGE, DOT, MATIC, LINK, AVAX, ATOM, UNI, LTC, NEAR, OP, ARB, APT, ALGO, FTM, SUI, TRX, BCH, ETC, HBAR, SHIB)

### `get_kr_news_kpop` (~191 tokens)

Korean K-pop news (artists, groups, soloists, comebacks, music releases) aggregated from Naver and translated to English with AI relevance classification. Korean entertainment news often moves global fan markets before English coverage. 5-min cache.

💰 Price: $0.01 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

Returns: results[] with title_en + summary_en + source_en plus original Korean (title_kr/source_kr) for verification, published_at, link.

Args:
    limit: Number of articles to return (1-10, default 5)

Input parameters:

- `limit` (integer): Number of articles to return (1-10)

### `get_kr_news_kpop_summary` (~195 tokens)

Korean K-pop news plus AI synthesis. Same Naver-aggregated, English-translated articles as get_kr_news_kpop, with an added AI analysis layer: overall_sentiment, key_themes, trending_entities (artists/groups), and a paragraph summary. 5-min cache.

💰 Price: $0.05 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

Returns: results[] (translated articles) plus ai_analysis with overall_sentiment, key_themes, trending_entities, summary_en.

Args:
    limit: Number of articles to analyze (1-10, default 5)

Input parameters:

- `limit` (integer): Number of articles to analyze (1-10)

### `get_kr_news_semiconductor` (~196 tokens)

Korean semiconductor industry news (Samsung Electronics, SK Hynix, HBM, DRAM/NAND, foundry, AI chips, equipment suppliers) aggregated from Naver and translated to English. Korean chip news leads global semiconductor supply-chain signals. 5-min cache.

💰 Price: $0.02 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

Returns: results[] with title_en + summary_en + source_en plus original Korean (title_kr/source_kr) for verification, published_at, link.

Args:
    limit: Number of articles to return (1-10, default 5)

Input parameters:

- `limit` (integer): Number of articles to return (1-10)

### `get_kr_news_semiconductor_summary` (~205 tokens)

Korean semiconductor news plus AI market synthesis. Same Naver-aggregated, English-translated articles as get_kr_news_semiconductor, with an added AI layer: overall_sentiment, key_themes, trending_entities, market_signal (bullish/bearish/neutral), and a paragraph summary. 5-min cache.

💰 Price: $0.10 USDC per call
💳 Payment: x402 micropayment on Base, Polygon, or Solana
🔧 Client: AgentCash, Pay.sh, or any x402 SDK
📖 Docs: https://api.printmoneylab.com/.well-known/x402

Returns: results[] (translated articles) plus ai_analysis with overall_sentiment, key_themes, trending_entities, market_signal, summary_en.

Args:
    limit: Number of articles to analyze (1-10, default 5)

Input parameters:

- `limit` (integer): Number of articles to analyze (1-10)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/bakyang2-kr-crypto-intelligence/mcp#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 58
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 58
- 2026-07-29: 57
- 2026-07-28: 57
- 2026-07-27: 56
- 2026-07-26: 55

## Links

- Remote endpoint: https://mcp.printmoneylab.com/mcp
- Repository: https://github.com/bakyang2/kr-crypto-intelligence
- Changelog RSS feed: https://verifymcp.io/servers/bakyang2-kr-crypto-intelligence/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/bakyang2-kr-crypto-intelligence/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/bakyang2-kr-crypto-intelligence/mcp
