kospi-kosdaq-stock-server
FastMCPを利用してKOSPI/KOSDAQ株価データを提供するMCPサーバーです。
特徴
KOSPI/KOSDAQのティッカーシンボルと名称を検索
特定の銘柄のOHLCVデータを取得する
特定の株式の時価総額データを取得する
特定の株式のファンダメンタルデータ(PER/PBR/配当利回り)を取得します
特定の株式の投資家タイプ別の取引量を取得する
利用可能なツール
load_all_tickers- KOSPI および KOSDAQ のすべてのティッカーシンボルと名前をメモリに読み込みます。議論はありません。
get_stock_ohlcv- 特定の株の OHLCV (始値/高値/安値/終値/出来高) データを取得します。fromdate(文字列、必須): 取得開始日 (YYYYMMDD)todate(文字列、必須): 取得の終了日 (YYYYMMDD)ticker(文字列、必須): 株式ティッカーシンボルadjusted(ブール値、オプション):調整済み価格を使用するかどうか(True:調整済み、False:未調整)。デフォルトはTrueです。
get_stock_market_cap- 特定の株式の時価総額データを取得します。fromdate(文字列、必須): 取得開始日 (YYYYMMDD)todate(文字列、必須): 取得の終了日 (YYYYMMDD)ticker(文字列、必須): 株式ティッカーシンボル
get_stock_fundamental- 特定の株式の基本データ (PER/PBR/配当利回り) を取得します。fromdate(文字列、必須): 取得開始日 (YYYYMMDD)todate(文字列、必須): 取得の終了日 (YYYYMMDD)ticker(文字列、必須): 株式ティッカーシンボル
get_stock_trading_volume- 特定の株式の投資家タイプ別の取引量を取得します。fromdate(文字列、必須): 取得開始日 (YYYYMMDD)todate(文字列、必須): 取得の終了日 (YYYYMMDD)ticker(文字列、必須): 株式ティッカーシンボル
インストール
このパッケージのインストールと実行にはuvが必要です。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の KOSPI/KOSDAQ 株価データ サーバーを自動的にインストールするには:
手動インストール
Claude.app の設定
パッケージをインストールした後、 claude_desktop_config.jsonファイルで MCP サーバーを構成する必要があります。
構成ファイルを見つけます。
macOS では、ファイルは通常、次の場所にあります:
/Users/username/Library/Application Support/Claude/claude_desktop_config.jsonWindows では、ファイルは通常次の場所にあります:
%APPDATA%/Claude/claude_desktop_config.json
サーバー構成を追加します。claude_desktop_config.jsonファイル
claude_desktop_config.json開き、mcpServersオブジェクトに新しいエントリを追加します。
構成の詳細:
command:uvxを使用して uv の分離と依存関係の管理を活用するargs: エントリポイントはパッケージ内で定義されているため、パッケージ名のみが必要です。追加の環境変数は必要ありません
Claude を再起動します。claude_desktop_config.json
claude_desktop_config.jsonの変更を保存した後、変更を有効にするために Claude を再起動します。
使用例
サーバーを設定したら、次のように Claude で使用できます。
まず、利用可能なすべての株価ティッカーを読み込みます。
特定の株の OHLCV データを取得します。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
FastMCPを利用してKOSPI/KOSDAQ株価データを提供するMCPサーバーです。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityMCP server that provides AI assistants access to stock market data including financial statements, stock prices, and market news through a Model Context Protocol interface.Last updated -11543MIT License
- -security-license-qualityA FastMCP-based service that provides stock data including historical prices, fundamental information, and financial news.Last updated -6
- -security-license-qualityA stock data MCP server based on BaoStock that provides multiple interfaces for retrieving stock market data.Last updated -48
- Asecurity-licenseAqualityAn MCP server that provides comprehensive financial insights and analysis by leveraging real-time market data, news, and advanced analytics for stocks, options, financial statements, and economic indicators.Last updated -1747PythonMIT License