Labsco
MCP SERVER

Dartpoint

by dartpointai

Query Korean listed companies through DART: profiles, disclosures, financial statements, shareholders, executives, affiliates, forecasts and news sentiment — each heavy read with a capped compact twin.

Equity & Fund Market DataVerified
Summary
The compact variants exist because the full financial reads are big enough to be a context problem, and the vendor says as much.

get_financial_info_by_date carries its own warning that the response is large and should be trimmed when composing context; get_financial_info_by_date_compact answers that with include_statements, which selects among the consolidated and separate balance sheet, income statement, comprehensive income statement and cash flow statement. The rest of the compact family follows the same shape — a cap parameter rather than a different dataset — so choosing between a pair is a budget decision, not an information one. Everything past the first call is keyed on corp_code, which is what get_corp_code exists to produce from a name.

What it is

A client for Dartpoint's DART-backed corporate data service, with 37 tools that resolve a company name to a corporate code and then read its profile, filings, financial statements, ownership, industry context and sentiment analysis.

What you get
  • Identity resolution first: get_corp_code returns the DART corporate code for a company name, and get_corp_name returns that code together with the official registered name.
  • Company profile: get_corp_info for the basics, get_corp_products_info for products and services, get_corp_bsns_summary for the business overview, and get_employees.
  • Ownership and management: get_shareholders for major shareholders, get_executive_status for the officer roster, get_affiliate for group affiliates, get_subsidiaries and get_related_corporations.
  • Financials: get_financial_summary_by_date and get_financial_info_by_date over a business reference-date range, plus get_financial_health, get_dividends and get_finance_forecasts.
  • Disclosures: get_main_reports for major filings and get_etc_reports for the rest.
  • Market context: get_stock_history over ranges up to three years, get_competitors, get_industry_growth, and sentiment through get_news_sentiments and get_stock_bbs_sentiments — both scored P for positive, N for negative and G for neutral — with get_monthly_news_forum_sentiments for the monthly counts.
  • A compact twin for the heavy reads, each with its own cap: get_financial_info_by_date_compact with include_statements, get_stock_history_compact with sample_size, get_main_reports_compact and get_etc_reports_compact with max_reports, get_executive_status_compact with max_executives, get_shareholders_compact with max_holders, get_affiliate_compact with max_affiliates, get_dividends_compact with max_years, get_related_corporations_compact with max_entities, get_industry_growth_compact with max_industries, get_monthly_news_forum_sentiments_compact with max_months, get_finance_forecasts_compact with max_periods, and get_financial_health_compact.
Requirements

A Dartpoint API key, sent as a DARTPOINT_API_KEY header — this is a hosted endpoint rather than a process on your machine.

Setup effort

One command plus a key — npx -y mcp-remote https://dartpoint.ai/mcp-sse/mcp, then supply credentials