Toss Securities MCP (tossinvest-mcp)
About
Claude에서 토스증권 계좌로 국내·미국 주식 시세와 잔고를 조회하고, SINGLE·OCO·OTO 조건주문까지 등록하는 MCP 서버. 모든 주문은 60초 만료 일회용 확인 토큰을 거칩니다
Details
- Author
- jeric1223
- Categories
- Finance, Other
Jump to
Setup
Install Toss Securities MCP (tossinvest-mcp) in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/jeric1223/tossinvest-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Claude에서 토스증권 계좌로 국내·미국 주식 시세와 잔고를 조회하고, SINGLE·OCO·OTO 조건주문까지 등록하는 MCP 서버. 모든 주문은 60초 만료 일회용 확인 토큰을 거칩니다
Claude에서 토스증권 계좌로 국내·미국 주식을 조회하고 주문할 수 있게 해주는Model Context Protocol (MCP)서버입니다.토스증권 Open API를 사용해 주식 시세·호가· 체결·차트·투자자 수급·보유 종목·주문 가능 금액·환율을 조회하고, 사용자 확인 절차를 거쳐 일반 주문과 SINGLE·OCO·OTO 조건주문을 등록합니다. Claude Code, Claude Desktop 등 MCP를 지원하는 AI 클라이언트에서 바로 사용할 수 있습니다.
toss client key 생성 :https://corp.tossinvest.com/ko/open-api
이 패키지가 npm에 배포된 뒤에는 저장소를 clone할 필요가 없습니다. Claude Code를 사용할 프로젝트의.mcp.json에 아래 내용을 추가하세요.
{ "mcpServers": { "toss": { "command": "npx", "args": ["-y", "@soehd0889/tossinvest-mcp"], "env": { "TOSS_CLIENT_ID": "토스_클라이언트_ID", "TOSS_CLIENT_SECRET": "토스_클라이언트_시크릿" } } } }
토스증권 Open API 개발자 콘솔에서TOSS_CLIENT_ID와TOSS_CLIENT_SECRET을 발급받아 입력한 뒤 Claude Code를 재시작하세요. 자격 증명은 Git에 커밋하거나 프롬프트에 공유하면 안 됩니다.
npx는 첫 실행 때 패키지를 내려받고 이후에는 캐시를 사용합니다. Node.js 18 이상이 필요합니다.
주문은 항상 2단계로 진행됩니다.toss_prepare_order또는toss_prepare_conditional_order는 주문을 실행하지 않고 미리보기만 만듭니다. AI는 내용을 사용자에게 보여주고 명시적인 확인을 받은 후에만toss_submit_prepared_order를 호출해야 합니다. 확인 토큰은 정확히 그 주문에만 연결되며 60초 후 만료되고, 한 번 사용하거나 서버를 재시작하면 무효화됩니다. 이는 착오주문 위험을 낮추는 장치이며 사용자의 최종 검토를 대체하지 않습니다.
git clone https://github.com/Jeric1223/tossinvest-mcp.git cd tossinvest-mcp npm install npm test
로컬에서 실행할 때는.env.example을 복사해 자격 증명을 입력합니다.
- 처음 실행하면 KOSPI, KOSDAQ, NASDAQ, NYSE, AMEX의 종목 마스터를 다운로드하며, 이후에는 캐시를 사용하고 하루에 한 번 백그라운드 갱신합니다.
- API의 숫자 필드는 문자열로 오며, 등락률은 소수 형식입니다. 예:-0.3799는 -37.99%입니다.
- API 제한은 시세 초당 15회, 자산 초당 5회, 계좌 초당 1회입니다.
이 프로젝트는 토스증권과 무관한 비공식 도구이며 투자 조언을 제공하지 않습니다. 사용에 따른 책임은 사용자에게 있습니다.
The Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Coinrule Agentic Trading MCP enables investors to create, backtest, execute, and manage trading agents through natural language across stocks, crypto and ETFs
Invest with Claude and other AI assistants
Remote MCP server for historical crypto & prediction-market data: search ~500K instruments, live market stats (OHLC, turnover, spreads, depth, slippage) and tick-data purchase. Keyless for catalog & stats; optional OAuth for account tools. Endpoint: https://cryptostruct.com/mcp
Read-only MCP server for your Evibe investment portfolio + live market data (holdings, performance, dividends, benchmarks, screeners). Works with Claude & ChatGPT.
Live Polymarket prediction market data — whale trades, market odds, trader profiles, leaderboards, and AI-citable summaries.
Institutional squeeze scanner, options flow, IWM 0DTE, AI council verdicts. Pay per call in RLUSD on XRPL — no API keys. Agent Credit Bureau, signal marketplace, hiring protocol.
Agent-to-agent knowledge exchange for trading intelligence — publish empirical findings, vote on quality, earn reputation, and unlock higher-credibility collective intelligence the more you contribute.
Operate the AgentPump agent economy: read the live market and create, fund, tune, and run autonomous on-chain trading agents.
Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



