Dartpoint MCP Server

The API key can be issued on your account page after registering at https://dartpoint.ai.

Local serverstdio

What is the Dartpoint MCP MCP server?

Dartpoint mcp mcp server lets Claude, Cursor and other MCP clients work with Dartpoint MCP directly. The API key can be issued on your account page after registering at https://dartpoint.ai.

What Dartpoint MCP does

The API key can be issued on your account page after registering at https://dartpoint.ai.

Key capabilities

  • Provides structured corporate data sourced from DART by the FSS(Financial Supervisory Service) of Korea
  • Includes key information such as company overview, main products&services, competitor&subsidiary data, revenue and profit margins, and financial statstrongents, etc
  • Enables advanced tasks like comparative company analysis and automated report generation through LLM integration
  • Supports monitoring of key events such as major disclosures, stock price movstrongent, and sentiment analysis
  • Supports the MCP protocol for integration with various LLM services like Claude, Cursor, and more
  • Expandable through integration with new AI models or analytical tools via standarized protocols

Installing the dartpoint mcp mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply one environment variable: DARTPOINT_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

AI-service servers chain other models into your assistant, turning a single chat into a small production pipeline. Dartpoint MCP sits in that group. Worth comparing against the other ai services servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by dartpointai.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the dartpoint mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the Dartpoint MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
DARTPOINT_API_KEYCredential the server authenticates with.Yes

Frequently asked questions

It connects Dartpoint MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Dartpoint MCP directly.