kospi-kosdaq-stock-server
by dragon1086
This server provides KOSPI/KOSDAQ stock data using FastMCP. It allows users to retrieve various stock-related information, including ticker symbols, OHLCV data, market capitalization, fundamental data, and trading volume.
Last updated: N/A
What is kospi-kosdaq-stock-server?
The kospi-kosdaq-stock-server is an MCP (Multi-Client Protocol) server designed to provide access to KOSPI and KOSDAQ stock market data. It offers a suite of tools to retrieve information about stocks listed on the Korean stock exchanges.
How to use kospi-kosdaq-stock-server?
To use the server, first install it using either Smithery or the manual installation instructions provided. Then, configure your claude_desktop_config.json
file to include the server. Finally, interact with the server through Claude by using natural language prompts to call the available tools, such as loading tickers or retrieving OHLCV data for specific stocks.
Key features of kospi-kosdaq-stock-server
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
Use cases of kospi-kosdaq-stock-server
Analyzing historical stock performance
Retrieving fundamental data for investment decisions
Monitoring trading volume by investor type
Building financial models and simulations
Integrating stock data into other applications
FAQ from kospi-kosdaq-stock-server
How do I install the server?
How do I install the server?
You can install the server using Smithery or manually using uv and pip.
How do I configure the server for Claude?
How do I configure the server for Claude?
Add a new entry to the mcpServers
object in your claude_desktop_config.json
file, specifying the command as uvx
and the args as the package name.
What data can I retrieve with this server?
What data can I retrieve with this server?
You can retrieve ticker symbols, OHLCV data, market capitalization, fundamental data (PER/PBR/Dividend Yield), and trading volume by investor type.
What date format should I use for the fromdate
and todate
parameters?
What date format should I use for the fromdate
and todate
parameters?
Use the YYYYMMDD format.
How do I load all the stock tickers?
How do I load all the stock tickers?
Use the load_all_tickers
tool. It requires no arguments.