kospi-kosdaq-stock-server
27
The kospi-kosdaq-stock-server is an MCP server designed for retrieving detailed stock data from KOSPI and KOSDAQ markets. It offers features like fetching OHLCV data, market capitalization, and fundamental data for stocks. The server is intended for usage in environments like Claude Desktop, where it can be easily configured and utilized.
kospi-kosdaq-stock-server
An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP.
Features
- Lookup KOSPI/KOSDAQ ticker symbols and names
- Retrieve OHLCV data for a specific stock
- Retrieve market capitalization data for a specific stock
- Retrieve fundamental data (PER/PBR/Dividend Yield) for a specific stock
- Retrieve trading volume by investor type for a specific stock
Installation
This package requires uv for installation and execution.
Installing via Smithery
To install automatically:
npx -y @smithery/cli install @dragon1086/kospi-kosdaq-stock-server --client claude
Manual Installation
- Create and activate a virtual environment
- Run: uv pip install kospi-kosdaq-stock-server
Configuration for Claude.app
- Locate the
claude_desktop_config.json
file. - Add the server configuration under
mcpServers
. - Restart Claude.
Usage Example
Load all available stock tickers and get OHLCV data for specific stocks.