toss-invest
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@toss-investshow me my current holdings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Toss Invest MCP Server
토스증권 Open API를 위한 MCP (Model Context Protocol) 서버입니다.
요구사항
Node.js 18+
토스증권 WTS에서 발급받은
client_id,client_secret
Related MCP server: TossInvest MCP
설치 및 빌드
npm install
npm run build환경변수
변수명 | 설명 | 필수 |
| 토스증권 Open API Client ID | ✅ |
| 토스증권 Open API Client Secret | ✅ |
Claude Desktop 설정
~/.claude/claude_desktop_config.json (또는 Claude Desktop > 설정 > MCP):
{
"mcpServers": {
"toss-invest": {
"command": "node",
"args": ["/Volumes/data/Github/stock-toss-mcp/dist/index.js"],
"env": {
"TOSS_CLIENT_ID": "여기에_client_id",
"TOSS_CLIENT_SECRET": "여기에_client_secret"
}
}
}
}제공 도구
시장 데이터
도구 | 설명 |
| 호가 조회 |
| 현재가 조회 (최대 200개 종목) |
| 최근 체결 내역 조회 |
| 상/하한가 조회 |
| 캔들 차트 조회 (1분봉/일봉) |
종목 정보
도구 | 설명 |
| 종목 기본 정보 조회 (최대 200개) |
| 종목 매수 유의사항 조회 |
시장 정보
도구 | 설명 |
| KRW↔USD 환율 조회 |
| 국내 장 운영 시간 조회 |
| 미국 장 운영 시간 조회 |
계좌 및 자산
도구 | 설명 |
| 계좌 목록 조회 |
| 보유 주식 조회 |
| 매수 가능 금액 조회 |
| 판매 가능 수량 조회 |
| 매매 수수료 조회 |
주문 (⚠️ 실거래)
도구 | 설명 |
| 주문 목록 조회 |
| 주문 상세 조회 |
| 주문 생성 (실거래) |
| 주문 정정 (실거래) |
| 주문 취소 (실거래) |
⚠️
toss_create_order,toss_modify_order,toss_cancel_order는 실제 계좌에서 거래가 발생합니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityCmaintenanceSafe-by-default MCP server for the official Toss Securities Open API, providing read-only market and account data with optional order operations protected by multiple safety gates.Last updated27312MIT
- Alicense-qualityBmaintenanceEnables querying Korean and US stock information, quotes, account assets, and order history via Toss Securities Open API. Optionally supports order placement with preview and confirmation safeguards.Last updated1MIT
- Alicense-qualityBmaintenanceEnables trading and market data access for Toss Securities through natural language, with built-in trading guardrails to prevent errors.Last updatedMIT
- AlicenseAqualityAmaintenanceToss Securities (토스증권) Open API MCP server for the Korean stock market. Supports real-time quotes, orderbook, candles, account holdings, buying power, and order management (create/modify/cancel) with a built-in safety gate requiring explicit confirmation before any real order is placed.Last updated17311MIT
Related MCP Connectors
KOSPI/KOSDAQ closing prices and DART regulatory filings. Free, no signup, no API key.
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP.
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/nangchang/stock-toss-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server