toss-securities-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOSS_CLIENT_ID | Yes | Client ID for Toss Securities Open API | |
| TOSS_ACCOUNT_SEQ | Yes | Account sequence number for the account to use | |
| TOSS_CLIENT_SECRET | Yes | Client secret for Toss Securities Open API |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_balanceA | 계좌 잔고 요약을 조회합니다. 사용자가 "내 계좌 잔고", "총 자산", "예수금/현금 얼마 있어" 등을 물을 때 호출하세요. 보유 주식 평가 요약(매입금액·평가금액·평가손익)과 현금(매수 가능 금액, KRW/USD)을 함께 반환합니다. 참고: 현금은 미수를 제외한 '현금 기반 매수 가능 금액'으로, 예수금과 미세하게 다를 수 있습니다. 금액 필드는 정밀도 보존을 위해 문자열입니다. |
| get_holdingsA | 보유 주식을 조회합니다. 사용자가 "보유 종목", "내 주식", "뭐 들고 있어", "삼성전자 몇 주 있어" 등을 물을 때 호출하세요. 종목별 수량·평단가·현재가·평가손익과 전체 합산 요약을 반환합니다. symbol을 지정하면 해당 종목만 조회합니다 (국내: 6자리 코드 예 "005930", 미국: 티커 예 "AAPL"). 금액·수량 필드는 정밀도 보존을 위해 문자열입니다. rate 필드는 소수 (0.1077 = +10.77%)입니다. |
| get_transactionsA | 기간 내 거래(체결) 내역을 조회합니다. 사용자가 "거래내역", "매매 내역", "지난달 뭐 샀어/팔았어", "체결 내역" 등을 물을 때 호출하세요. 날짜는 "YYYY-MM-DD" 형식이며 주문 생성 시간(KST) 기준 inclusive입니다. symbol 지정 시 해당 종목만 조회합니다. only_filled=True(기본)면 체결된 주문(FILLED, PARTIAL_FILLED)만 반환하고, False면 취소·거부된 주문도 포함합니다. 각 항목의 execution 필드에 체결 수량·평균 체결가·수수료·세금이 담겨 있습니다. |
| get_stock_priceA | 종목의 현재가를 조회합니다. 사용자가 "삼성전자 지금 얼마야", "AAPL 현재가" 등 시세를 물을 때 호출하세요. symbols는 콤마로 구분해 최대 200개까지 한 번에 조회할 수 있습니다 (국내: 6자리 코드 예 "005930", 미국: 티커 예 "AAPL,MSFT"). ⚠️ 시세 정보는 토스증권 약관상 본인 매매 목적으로만 사용할 수 있습니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hamcheeseburger/tossinvest-open-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server