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-openapi-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.
Latest Blog Posts
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