toss-invest-mcp
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-invest-mcp삼성전자 현재가 알려줘"
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
토스증권 Open API(guide.json, OpenAPI 3.1)를 기반으로 만든 로컬 stdio MCP 서버입니다.
Claude Code / Claude Desktop에 붙여서 시세 조회, 계좌 조회, 주문까지 자연어로 사용할 수 있습니다.
제공 툴 (28개)
그룹 | 툴 |
시세 |
|
종목/시장 정보 |
|
시장 지표 |
|
계좌/자산 |
|
주문 ⚠️ |
|
조건주문 ⚠️ |
|
⚠️ 주문 관련 툴은 실제 주문이 접수/변경/취소됩니다.
Related MCP server: TossInvest MCP
설치 및 빌드
npm install
npm run build환경변수
변수 | 필수 | 설명 |
| ✅ | OAuth2 클라이언트 ID |
| ✅ | OAuth2 클라이언트 시크릿 |
| 계좌 툴에서 accountSeq 생략 시 사용할 기본 계좌 ( | |
| API 베이스 URL (기본: |
액세스 토큰은 서버가 자동으로 발급·캐싱하며, 만료 60초 전 또는 401 응답 시 자동 재발급합니다.
Claude Code 등록
이 저장소의 .mcp.json이 프로젝트 스코프로 서버를 등록합니다.
셸 환경에 TOSS_CLIENT_ID / TOSS_CLIENT_SECRET를 export한 뒤 이 디렉터리에서 claude를 실행하면 됩니다.
다른 프로젝트에서도 쓰려면 user 스코프로 등록:
claude mcp add toss-invest --scope user \
-e TOSS_CLIENT_ID=발급받은_ID \
-e TOSS_CLIENT_SECRET=발급받은_시크릿 \
-- node /Users/doogi/toss-mcp/dist/index.jsClaude Desktop 등록
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"toss-invest": {
"command": "node",
"args": ["/Users/doogi/toss-mcp/dist/index.js"],
"env": {
"TOSS_CLIENT_ID": "발급받은_ID",
"TOSS_CLIENT_SECRET": "발급받은_시크릿"
}
}
}
}사용 예시
"삼성전자 현재가 알려줘" →
get_prices(symbols=["005930"])"코스피 거래대금 상위 10개" →
get_rankings(type=MARKET_TRADING_AMOUNT, marketCountry=KR, duration=realtime, count=10)"내 보유 종목 보여줘" →
get_accounts→get_holdings"삼성전자 10주 70,000원 지정가 매수" →
create_order(...)⚠️
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/kimdoogi/toss-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server