openclaw-stock-kit-mcp
v3.5.1
Published
Korean stock toolkit for Claude Code — auto-installs openclaw-stock-kit Python package
Maintainers
Readme
openclaw-stock-kit-mcp
Korean stock MCP server for Claude Code — PyKRX, Kiwoom, KIS in one gateway.
Usage
Claude Code
claude mcp add stock-kit -- npx -y openclaw-stock-kit-mcpCursor / Claude Desktop
{
"mcpServers": {
"stock-kit": {
"command": "npx",
"args": ["-y", "openclaw-stock-kit-mcp"]
}
}
}First run: automatically installs the openclaw-stock-kit Python package into a local venv. No manual setup required.
Requirements
- Node.js >= 18
- Python 3.11+
What it does
- Finds Python 3.11+ on your system
- Creates a venv at
~/.local/share/openclaw-stock-kit/venv(first run only) - Installs bundled wheel (no PyPI/uv needed for core package)
- Launches the MCP server via stdio
Python package
The actual MCP server is openclaw-stock-kit — also installable directly via pip.
License
MIT
