Catalog
io.github.MongLong0214/stockmatrix-mcp
Officialby MongLong0214 · TypeScript
Korean stock market theme lifecycle analysis for 250+ KOSPI/KOSDAQ investment themes
Analyze Korean stock market themes across 250+ KOSPI/KOSDAQ investments.
README not available yet.
Install
Configuration
Environment variables
STOCKMATRIX_API_URLAPI base URL (defaults to https://stockmatrix.co.kr)
claude_desktop_config.json
{
"mcpServers": {
"stockmatrix-mcp": {
"command": "npx",
"args": [
"-y",
"stockmatrix-mcp@0.1.1"
],
"env": {
"STOCKMATRIX_API_URL": "<YOUR_STOCKMATRIX_API_URL>"
}
}
}
}