Server data from the Official MCP Registry
Korean crypto + news (kpop/semi), 17 tools, signed receipts. x402 Base+Polygon+Solana.
Korean crypto + news (kpop/semi), 17 tools, signed receipts. x402 Base+Polygon+Solana.
Remote endpoints: streamable-http: https://mcp.printmoneylab.com/mcp
Valid MCP server (0 strong, 4 medium validity signals). 2 code issues detected. No known CVEs in dependencies. Imported from the Official MCP Registry. 2 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-bakyang2-kr-crypto-intelligence": {
"url": "https://mcp.printmoneylab.com/mcp"
}
}
}From the project's GitHub README.
Korean crypto market data + AI analysis for AI agents. 15 paid endpoints (11 crypto + 4 Korean news), 180+ tokens, world's first Korean-to-English crypto sentiment API. Pay-per-use via x402 protocol on Base, Polygon, and Solana. AWS Bedrock AgentCore-ready.
| Endpoint | Price | Description |
|---|---|---|
GET /api/v1/kr-news/kpop | $0.01 | K-pop news (artists/groups) translated to English |
GET /api/v1/kr-news/kpop-summary | $0.05 | K-pop news + AI sentiment analysis, key themes, trending artists |
GET /api/v1/kr-news/semiconductor | $0.02 | Korean semiconductor industry news (Samsung/SK Hynix/HBM) in English |
GET /api/v1/kr-news/semiconductor-summary | $0.10 | Semiconductor news + AI market signal (bullish/bearish), trending companies |
| Endpoint | Price | Description |
|---|---|---|
/api/v1/kr-sentiment | $0.05 | Korean market sentiment in English — combines exchange intelligence (189+ tokens) with Korean news context (Coinness Telegram) for AI-powered insights. 1-hour cache. |
| Endpoint | Price | Description |
|---|---|---|
/api/v1/global-vs-korea-divergence | $0.05 | Global vs Korea divergence (light) — CoinGecko global price + Korean exchange + 1-2 sentence AI summary. 60s cache. |
/api/v1/global-vs-korea-divergence-deep | $0.10 | Deep tier — light data + Korean news signals (Coinness Telegram) + structured AI breakdown (drivers, global context, action suggestion, confidence). 5-min cache. |
| Endpoint | Price | Description |
|---|---|---|
/api/v1/arbitrage-scanner | $0.01 | Token-by-token Kimchi Premium for 180+ tokens, reverse premium, Upbit-Bithumb price gaps, market share |
/api/v1/exchange-alerts | $0.01 | New listings/delistings detection, investment warnings, caution flags (volume soaring, deposit soaring, etc.) |
/api/v1/market-movers | $0.01 | 1-min price surges/crashes, volume spikes, top 20 tokens by trading volume |
| Endpoint | Price | Description |
|---|---|---|
/api/v1/market-read | $0.10 | AI market analysis — 12+ data sources + exchange intelligence + Claude AI token-level signals |
| Endpoint | Price | Description |
|---|---|---|
/api/v1/kimchi-premium | $0.001 | BTC Kimchi Premium (Upbit vs Binance) — includes both official USD/KRW basis (premium_pct) and USDT real-trade basis (premium_pct_usdt) for true arbitrage edge measurement |
/api/v1/stablecoin-premium | $0.001 | USDT/USDC premium on Korean exchanges (fund flow indicator) |
/api/v1/kr-prices | $0.001 | Korean exchange prices (Upbit, Bithumb) |
/api/v1/fx-rate | $0.001 | USD/KRW exchange rate |
| Endpoint | Description |
|---|---|
/api/v1/symbols | Available trading symbols |
/api/v1/stats | Service statistics |
/health | Service health check |
/llms.txt | AI agent metadata |
/.well-known/x402 | x402 service discovery |
Base URL: https://api.printmoneylab.com
MCP Server: https://mcp.printmoneylab.com/mcp
API Docs: https://api.printmoneylab.com/docs
Uses the x402 protocol for micropayments. No API key, no subscription, no signup required.
KR Crypto Intelligence is x402-native and ready to be discovered by AWS Bedrock AgentCore Payments (launched May 7, 2026 by AWS + Coinbase + Stripe).
Bedrock-powered agents can:
.well-known/x402 and CDP MCPDiscovery endpoint: https://api.printmoneylab.com/.well-known/x402
MCP server: https://mcp.printmoneylab.com/mcp
OpenAPI spec: https://api.printmoneylab.com/openapi.json
No additional setup required. The service is indexed in CDP Bazaar across all 11 endpoints.
Connect any MCP-compatible AI agent (Claude, Cursor, etc.):
{
"mcpServers": {
"kr-crypto-intelligence": {
"url": "https://mcp.printmoneylab.com/mcp"
}
}
}
Every paid response includes a signed receipt. Bots can verify receipt authenticity using the merchant's public key.
Available at /.well-known/x402 manifest under receipt_signer.public_key:
curl https://api.printmoneylab.com/.well-known/x402 | jq '.receipt_signer'
from eth_account import Account
from eth_account.messages import encode_defunct
receipt = response_json["receipt"]
payload = "|".join([
receipt["id"], receipt["endpoint"], receipt["amount"],
receipt["currency"], receipt["network"], receipt["tx_hash"],
receipt["payer"], receipt["merchant"], receipt["issued_at"]
])
recovered = Account.recover_message(
encode_defunct(text=payload),
signature=receipt["signature"]
)
assert recovered.lower() == receipt["signer"].lower()
| Field | Description |
|---|---|
| id | Unique receipt identifier (rcpt_YYYYMMDD_xxxxxx) |
| issued_at | ISO 8601 timestamp |
| endpoint | API path that was paid for |
| amount | Payment amount in USDC |
| currency | "USDC" |
| network | "eip155:8453" (Base) or "solana:..." |
| tx_hash | On-chain transaction hash |
| payer | Buyer's wallet address |
| merchant | KR Crypto's wallet address |
| signature | ECDSA secp256k1 signature |
| signer | KR Crypto's signer address |
MIT License — see LICENSE
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption