← maedong.kr

INDIVIDUAL MCP TOOL

maedong_stock_signals

Signal history for one Korean stock (KOSPI/KOSDAQ) by its 6-digit code — which lists it appeared on and what happened after.

maedong.krnone authenticationAvailability not checked

LIVE ENDPOINT

https://maedong.kr/mcp

No auth detected

Connect to this endpoint to inspect the live schema for maedong_stock_signals and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

maedong.kr

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.maedong]
url = "https://maedong.kr/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "maedong": {
      "type": "http",
      "url": "https://maedong.kr/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: maedong
Remote MCP URL: https://maedong.kr/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "maedong": {
      "url": "https://maedong.kr/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "maedong": {
      "type": "http",
      "url": "https://maedong.kr/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "maedong",
  "transport": "streamable-http",
  "url": "https://maedong.kr/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • maedong_signals — Korean stock market (KOSPI/KOSDAQ) screener lists — which stocks are on a given trading day's signal lists, or the catalog of all lists.
  • maedong_signal_stats — Backtested performance of a Korean stock screener list — what happened 1/5/20 trading days after stocks appeared on it, since 2020.
  • maedong_regime — Which screener rules are currently working in the Korean market — recent excess-return ranking by list and by factor axis.
  • maedong_market — Korean market snapshot — KOSPI/KOSDAQ index levels, market breadth, valuation percentiles, and macro series (FX, bond yields, base rate).