Server Details
Korean stock market data - prices, dividends, short selling, financial disclosures
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- SongT-50/korean-stock-mcp
- GitHub Stars
- 0
See and control every tool call
Available Tools
7 toolscompare_stocksInspect
여러 종목의 시세를 비교합니다.
Args:
stock_names: 비교할 종목명 (쉼표 구분, 예: "삼성전자,SK하이닉스,NAVER")
date: 조회일 (YYYY-MM-DD). 빈 문자열이면 최근 영업일.
Returns:
종목별 시세 비교 (종가, 등락률, 거래량, 시가총액)| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| stock_names | Yes |
get_dividend_infoInspect
주식 배당 정보를 조회합니다.
Args:
company_name: 회사명 (예: "삼성전자", "SK하이닉스")
year: 결산년도 (예: "2025"). 빈 문자열이면 최근.
num_results: 조회 건수 (기본 20, 최대 100)
Returns:
배당률, 배당금, 배당기준일, 배당지급일| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| num_results | No | ||
| company_name | No |
get_market_indexInspect
KOSPI, KOSDAQ 등 주요 시장 지수를 조회합니다.
Args:
index_name: 지수명 (예: "코스피", "코스닥"). 빈 문자열이면 주요 지수 전체.
date: 조회일 (YYYY-MM-DD). 빈 문자열이면 최근 영업일.
num_results: 조회 건수 (기본 20, 최대 100)
Returns:
지수 종가, 등락률, 거래량, 거래대금, 상장시가총액| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| index_name | No | ||
| num_results | No |
get_popular_stocksInspect
주요 인기 종목의 코드 목록을 조회합니다. 종목 코드를 모를 때 참고하세요.
Returns:
주요 종목명과 6자리 코드 목록| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_price_trendInspect
종목의 최근 N일간 주가 추이를 조회합니다.
Args:
stock_name: 종목명 (예: "삼성전자", "NAVER")
stock_code: 종목 단축코드 6자리 (예: "005930"). stock_name과 둘 중 하나.
days: 조회 기간 (기본 7일, 최대 30일)
Returns:
일별 종가, 등락률, 거래량 추이 및 기간 수익률| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| stock_code | No | ||
| stock_name | No |
get_stock_priceInspect
한국 주식 시세를 조회합니다. 종목명 또는 종목코드로 검색할 수 있습니다. 데이터는 전일 종가 기준입니다 (당일 실시간 아님).
Args:
stock_name: 종목명 (예: "삼성전자", "NAVER", "카카오")
stock_code: 종목 단축코드 6자리 (예: "005930"). stock_name과 둘 중 하나만 입력.
date: 조회일 (YYYY-MM-DD). 빈 문자열이면 최근 영업일.
market: 시장 구분 ("KOSPI", "KOSDAQ", "KONEX"). 빈 문자열이면 전체.
num_results: 조회 건수 (기본 20, 최대 100)
Returns:
종가, 시가, 고가, 저가, 거래량, 등락률, 시가총액 등| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| market | No | ||
| stock_code | No | ||
| stock_name | No | ||
| num_results | No |
search_stockInspect
종목명 키워드로 KRX 상장종목을 검색합니다.
Args:
keyword: 검색 키워드 (예: "삼성", "바이오", "에너지")
market: 시장 구분 ("KOSPI", "KOSDAQ", "KONEX"). 빈 문자열이면 전체.
num_results: 조회 건수 (기본 20, 최대 100)
Returns:
종목코드, 종목명, 시장구분, 법인명, 법인등록번호| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ||
| keyword | Yes | ||
| num_results | No |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.