k-data-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@k-data-mcpwhat's the current kimchi premium on BTC and ETH?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
k-data-mcp
MCP server for Korean market data, metered per call in USDC over x402. No account, no API key, no signup — the server pays each request from a wallet you supply.
What you get
Kimchi premium on a tradeable basis. Everyone quotes the premium against the official USD/KRW rate, but Korean capital controls mean the KRW exit leg actually goes through USDT — so that number is not something you can trade on. This returns both, and they routinely disagree in sign: official can read −0.27% while the realizable basis is +0.19%.
Premium history and percentile context. A continuously recorded archive answers "is this premium unusual right now?" — percentile, mean, stdev, z-score over 1h–90d. No free source publishes this, and it cannot be reconstructed after the fact.
Korean headlines translated to English, from Yonhap, Maeil Business and Hankyung. Korean myriad units (억 / 조) are expanded deterministically before translation, so "989억달러" comes back as $98.9 billion rather than the 10×-off answer language models produce unaided.
Upbit KRW quotes and market summaries, USD/KRW.
Related MCP server: korean-agriculture-mcp
Install
npx k-data-mcpClaude Desktop / Claude Code
{
"mcpServers": {
"k-data": {
"command": "npx",
"args": ["-y", "k-data-mcp"],
"env": {
"K_DATA_PRIVATE_KEY": "0xYOUR_DEDICATED_WALLET_KEY",
"K_DATA_MAX_SPEND_USD": "1"
}
}
}
}Wallet setup
Each tool call spends real USDC, so the server will not start without a key and a budget.
Create a dedicated wallet — not your main one. The key sits in a config file and every call spends from it.
Fund it with the USDC you're willing to spend on Base. No ETH needed: x402 settles with an off-chain EIP-3009 signature and the facilitator pays the gas.
Set
K_DATA_MAX_SPEND_USD. The server refuses any call that would push cumulative spend past it.
Variable | Required | Default | Meaning |
| yes | — | Private key of the paying wallet (USDC on Base) |
| no |
| Hard cap on cumulative spend for the session |
| no | hosted service | Point at a different K-Data deployment |
Tools
list_endpoints is free — call it first to see current prices and decide what's worth buying.
Tool | Price | Returns |
| free | Catalog, current prices, wallet address, remaining budget |
| $0.03 | Dual-basis premium (official + USDT) for up to 10 coins |
| $0.12 | Percentile, mean, stdev, z-score of the premium over 1h–90d |
| $0.08 | Premium time series, both bases |
| $0.08 | One-call briefing: premium + markets + FX + translated headlines |
| $0.05 | Korean headlines with English translations |
| $0.01 | All Upbit KRW markets — volume leaders, gainers, losers |
| $0.01 | Korean headlines, untranslated |
| $0.005 | One Upbit KRW quote |
| $0.005 | USD/KRW rate |
Prices are read from the provider's catalog at startup, so this table reflects whatever the service currently charges.
How payment works
Every paid endpoint answers an unpaid request with HTTP 402 and a PAYMENT-REQUIRED header describing the price, asset and recipient. This server signs an EIP-3009 authorization for that exact amount and retries; the facilitator settles it on Base. Nothing is held on account — you pay per call, and stop paying when you stop calling.
License
MIT
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server providing real-time crypto prices (Chainlink + Binance), Polymarket prediction market data, deep web research, and JS-rendered web scraping. All services available via x402 Solana micropayments.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for Korean agricultural wholesale market real-time auction data from 32+ markets with 63K+ daily records via data.go.kr public API.Last updatedMIT
- AlicenseAqualityCmaintenanceKorean crypto market data API for AI agents. Real-time Kimchi Premium (Upbit vs Binance), Korean exchange prices, USD/KRW FX rate. First verified Korean market data MCP server. Pay-per-use via x402 on Base.Last updated171MIT
- AlicenseAqualityBmaintenanceMCP server for koreafilings.com — AI-summarized Korean DART (전자공시) corporate disclosures, paid per call in USDC via the x402 protocol on Base. Tools: get_pricing (free), get_disclosure_summary (0.005 USDC).Last updated5MIT
Related MCP Connectors
Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.
AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.
DataFood: 16 data sources (crypto/DeFi/security/news/finance) via one MCP. Bundles save ~92%.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/juh5ng/k-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server