io.github.loved0543-dotcom/kdata-gate
Official26 toolsby loved0543-dotcom · JavaScript
Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.
Access Korean market data for K-beauty, K-food, stocks, trends, and real estate.
Captured live from the server via tools/list.
search_korean_products
Search Korean products including K-beauty, K-food, and K-pop merch categories. English JSON.
Parameters (3)
- qstring
- categorystring
- sourcestring
get_kbeauty_ingredients
Lookup MFDS cosmetics ingredient source mapping for K-beauty sellers. Official-source mapping only, not legal advice or import clearance.
Parameters (5)
- ingredientstring
- qstring
- casstring
- claimstring
- countrystring
get_korea_trends
Get Korean (Naver) search trend indices for a keyword — viral detection for K-beauty/K-food.
Parameters (3)
- keywordstring
- categorystring
- periodstring
get_korea_real_estate
Get Korean apartment transaction records (MOLIT) in English.
Parameters (2)
- regionstring
- yyyymmstring
get_korean_company_filings
Get Korean company profiles and filings (DART) in English.
Parameters (3)
- corpstring
- reportstring
- yearstring
get_korean_stock_overview
Get Korean stock market overview rows.
Parameters (3)
- tickerstring
- marketstring
- sectorstring
get_korean_stock_prices
Get Korean stock OHLCV and traded value.
Parameters (5)
- tickerstring
- marketstring
- date_fromstring
- date_tostring
- adjustedstring
get_korean_stock_fundamentals
Get Korean stock fundamentals and valuation ratios.
Parameters (5)
- tickerstring
- corpstring
- yearstring
- quarterstring
- metricstring
get_korean_stock_disclosures
Get Korean DART equity disclosures summarized in English.
Parameters (5)
- tickerstring
- corpstring
- reportstring
- date_fromstring
- date_tostring
get_korean_stock_flows
Get Korean investor flow, program trading, short, and lending data.
Parameters (5)
- tickerstring
- marketstring
- investorstring
- date_fromstring
- date_tostring
get_korean_stock_screeners
Get derived Korean equity screening signals.
Parameters (4)
- presetstring
- marketstring
- sectorstring
- min_volumestring
get_korea_fx_macro
Get Korea FX rates and macro indicators.
Parameters (2)
- indicatorstring
- periodstring
get_korea_tourism
Get Korean tourism places and attractions in English.
Parameters (3)
- areastring
- typestring
- langstring
get_korea_weather
Get Korean weather conditions and forecasts.
Parameters (2)
- citystring
- typestring
build_korea_seller_signal_pack
Build a seller-ready Korea sourcing signal pack with product candidates, trend signal, demand board summary, close path, and legal guardrails. No payment collection or private endpoint bypass.
Parameters (3)
- categorystring
- target_marketstring
- price_bandstring
build_sourcing_pack_report
Build a seller-facing sourcing pack report with market validation, Korea source-backed price context, target-market competition checks, listing export handoff, risk notes, and paid report path. No checkout, physical purchase, shipping, or profit guarantee.
Parameters (3)
- categorystring
- target_marketstring
- formatstring
build_cash_sprint_packet
Build an operator-confirmed cash sprint packet with target revenue math, buyer segment queues, close scripts, proof links, and guardrails. No sending, invoicing, or payment collection.
Parameters (2)
- target_krwstring
- usd_krwstring
build_compliance_scout_sample
Build a buyer-ready MFDS K-beauty ingredient source-map sample for Compliance Scout. Official-source mapping only; not legal advice, import clearance, sending, invoicing, or payment collection.
Parameters (3)
- categorystring
- target_marketstring
- ingredientsstring
build_buyer_discovery_queue
Build an operator-confirmed buyer discovery queue with public search links, qualification rules, proof assets, and guardrails. No scraping, sending, posting, invoicing, or payment collection.
Parameters (3)
- categorystring
- target_marketstring
- offerstring
build_invoice_draft_packet
Build an operator-confirmed draft invoice packet with line items, buyer wording, payment-method placeholders, and operator checks. Draft only; no invoice issued, payment link generated, sending, or collection.
Parameters (7)
- offerstring
- categorystring
- buyerstring
- companystring
- target_marketstring
- delivery_formatstring
- invoice_methodstring
build_delivery_pack
Build an operator-confirmed paid delivery scope pack with deliverables, acceptance criteria, QA checklist, buyer wording, proof links, and guardrails. Does not start delivery, send files, invoice, or collect payment.
Parameters (6)
- offerstring
- categorystring
- buyerstring
- companystring
- target_marketstring
- delivery_formatstring
build_freelance_listing_pack
Build operator-confirmed Upwork/Fiverr/Contra/LinkedIn/Reddit listing copy, price tiers, buyer requirements, proposal templates, proof links, and guardrails. Does not create accounts, post, submit proposals, DM, email, invoice, or collect payment.
Parameters (3)
- offerstring
- categorystring
- target_marketstring
build_operator_commercial_playbook
Build the commercial operator playbook: what to deploy, where to list, what the user must do, offer stack, proof links, and guardrails. Does not post, submit, DM, invoice, collect payment, change accounts, or activate Paddle.
Parameters (2)
- target_krwstring
- usd_krwstring
build_mcp_competitor_benchmark
Build a benchmark packet comparing overseas ecommerce/seller MCP patterns against K-Data Gate positioning. It returns patterns to copy, gaps to own, listing copy, proof links, source notes, and guardrails. Does not submit to hubs, scrape, invoice, collect payment, or activate Paddle.
Parameters (1)
- target_marketstring
create_direct_buy_ship_order
Compatibility tool: create a manual Korean buy/shipping exception request for an overseas seller. K-Data Gate is primarily sourcing intelligence and listing automation. This records product, quantity, destination address, and seller responsibility consent. It does not collect money or trigger Korean purchasing; ordinary exceptions return payment_pending and risky requests return review_required.
Parameters (15)
- emailstringrequired
- buyer_namestring
- companystring
- product_titlestringrequired
- product_urlstringrequired
- imagestring
- categorystring
- target_marketstring
- quantityintegerrequired
- unit_estimate_usdnumberrequired
- ship_to_countrystringrequired
- ship_to_addressstringrequired
- notesstring
- accepted_b2b_csbooleanrequired
- accepted_regulatory_noticebooleanrequired
create_buy_ship_cart_order
Compatibility tool: create a multi-item manual Korean buy/shipping exception request for an overseas seller or seller agent. This is not the main product flow. It records bundled products, quantities, destination address, and seller responsibility consent. It does not collect money or trigger Korean purchasing; ordinary exceptions return payment_pending and risky requests return review_required.
Parameters (10)
- emailstringrequired
- buyer_namestring
- companystring
- target_marketstring
- ship_to_countrystringrequired
- ship_to_addressstringrequired
- notesstring
- accepted_b2b_csbooleanrequired
- accepted_regulatory_noticebooleanrequired
- itemsarrayrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"kdata-gate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://kdata-gate.vercel.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.