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 MCPcheck my account balance"
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
A personal MCP server for the Toss Securities Open API. It lets any MCP client read market data and your account, and (optionally) place real-money orders.
Built with FastMCP; runs locally over stdio.
Setup
Add credentials — create
.envin the project root with keys from Toss Securities WTS (Settings → Open API):API_KEY="tsck_live_..." # client_id SECRET_KEY="tssk_live_..." # client_secret # TOSS_ACCOUNT_SEQ= # optional: default account # TOSS_ENABLE_TRADING=true # optional: allow placing ordersInstall —
uv syncConnect your MCP client — point any MCP client at the server using this command:
uv run --directory /path/to/toss-invest-mcp toss-invest-mcpOr in your client's JSON config:
{ "mcpServers": { "toss-invest": { "command": "uv", "args": ["run", "--directory", "/path/to/toss-invest-mcp", "toss-invest-mcp"] } } }
Related MCP server: tossinvest-mcp
Tools
Market data: get_prices, get_orderbook, get_trades, get_candles, get_price_limits,
get_stocks, get_stock_warnings, get_exchange_rate, get_kr_market_calendar,
get_us_market_calendar
Account: get_accounts, get_holdings, get_buying_power, get_sellable_quantity,
get_commissions, get_orders, get_order
Trading (only when TOSS_ENABLE_TRADING=true): create_order, modify_order, cancel_order
Account tools take an account_seq — call get_accounts to find yours, or set
TOSS_ACCOUNT_SEQ in .env.
Safety
Trading tools place real-money orders and are off by default — they only work with
TOSS_ENABLE_TRADING=true.Orders ≥ 100M KRW require
confirm_high_value_order=true.Credentials stay in your local
.env(git-ignored); nothing is hosted.
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
- AlicenseAqualityBmaintenanceMCP server for exploring and integrating Toss Securities Open API, providing tools to browse endpoints, schemas, and generate code samples.9152MIT
- AlicenseAqualityBmaintenanceMCP server wrapping Toss Securities Open API, enabling stock price queries and trading for Korean and US stocks via natural language.3613MIT
- AlicenseCqualityBmaintenanceSafe-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.27152MIT
- 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.17132MIT
Related MCP Connectors
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
Alpaca MCP — real-time US stock market data via the Alpaca Market Data API
Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.
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/takeachangs/toss-invest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server