PluginBench
MCP Server
Active

io.github.MongLong0214/stockmatrix-mcp MCP Server

io.github.MongLong0214/stockmatrix-mcp

What is the io.github.MongLong0214/stockmatrix-mcp MCP server?

Korean stock market theme lifecycle analysis for 250+ KOSPI/KOSDAQ investment themes

How to install io.github.MongLong0214/stockmatrix-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • STOCKMATRIX_API_URL

    API base URL (defaults to https://stockmatrix.co.kr)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stockmatrix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stockmatrix-mcp"
      ],
      "env": {
        "STOCKMATRIX_API_URL": "<YOUR_STOCKMATRIX_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "stockmatrix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stockmatrix-mcp"
      ],
      "env": {
        "STOCKMATRIX_API_URL": "<YOUR_STOCKMATRIX_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "stockmatrix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stockmatrix-mcp"
      ],
      "env": {
        "STOCKMATRIX_API_URL": "<YOUR_STOCKMATRIX_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "stockmatrix-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stockmatrix-mcp"
      ],
      "env": {
        "STOCKMATRIX_API_URL": "<YOUR_STOCKMATRIX_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add stockmatrix-mcp --env STOCKMATRIX_API_URL=<YOUR_STOCKMATRIX_API_URL> -- npx -y stockmatrix-mcp

Related MCP servers

Local MCP server for stateful, fail-closed Logic Pro control and live project readback.

31
Swift
MIT
View repository →