Skip to main content
Glama
takeachangs

Toss Invest MCP

by takeachangs

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

  1. Add credentials — create .env in 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 orders
  2. Installuv sync

  3. Connect your MCP client — point any MCP client at the server using this command:

    uv run --directory /path/to/toss-invest-mcp toss-invest-mcp

    Or 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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    MCP server wrapping Toss Securities Open API, enabling stock price queries and trading for Korean and US stocks via natural language.
    36
    13
    MIT
  • A
    license
    C
    quality
    B
    maintenance
    Safe-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.
    27
    15
    2
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Toss 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.
    17
    13
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

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