dartpoint-mcp

dartpointai/dartpoint-mcp

3.3

If you are the rightful owner of dartpoint-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Server for public disclosure information of Korean companies (DART), powered by the dartpoint.ai API.

The DartPoint MCP Server is a specialized platform designed to provide structured corporate data sourced from the Financial Supervisory Service (FSS) of Korea's DART system. It offers comprehensive information on Korean companies, including company overviews, main products and services, competitor and subsidiary data, revenue, profit margins, and financial statements. The server is particularly useful for tasks such as comparative company analysis, automated report generation, and monitoring of key events like major disclosures and stock price movements. By supporting the MCP protocol, it allows seamless integration with various LLM services and is expandable through integration with new AI models or analytical tools.

Features

  • Refined Corporate Data: Provides structured data from DART by the FSS of Korea, including company overviews and financial statements.
  • Versatile Use of Corporate Data: Enables advanced tasks like comparative analysis and automated report generation through LLM integration.
  • MCP Protocol Support: Supports integration with various LLM services and is expandable with new AI models or analytical tools.
  • Monitoring Capabilities: Supports monitoring of key events such as major disclosures and stock price movements.
  • Sentiment Analysis: Provides market sentiment analysis from news articles regarding specific companies.

Usages

usage with Claude Desktop SSE

{
  "mcpServers": {
    "dartpoint": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://dartpoint.ai/mcp-sse/mcp",
        "--header",
        "DARTPOINT_API_KEY:<API Key from https://dartpoint.ai>"
      ]
    }
  }
}

usage with Claude Desktop stdio via supergateway

{
  "mcpServers": {
    "dartpoint": {
      "command": "npx",
      "args": [
        "-y",
        "supergateway",
        "--sse",
        "https://dartpoint.ai/mcp-sse/mcp",
        "--header",
        "DARTPOINT_API_KEY:<API Key from https://dartpoint.ai>"
      ]
    }
  }
}

usage with Cursor AI SSE

{
  "mcpServers": {
    "dartpoint": {
      "url": "https://dartpoint.ai/mcp-sse/mcp",
      "headers": {
        "DARTPOINT_API_KEY": "<API Key from https://dartpoint.ai>"
      }
    }
  }
}