Skip to main content
Glama
scjang01

tossinvest-mcp

by scjang01

Related Servers

Alternatives to tossinvest-mcp

No user-submitted related servers found.

    Related Servers

    • 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
      10 npm
      2
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      A read-only MCP server exposing Toss Securities Open API tools for Korean and US stock quotes, symbol search, order books, candles, exchange rates, market calendars, rankings, and market indicators. It does not implement account access or order placement, ensuring no side effects.
      13
      MIT
    • F
      license
      A
      quality
      B
      maintenance
      MCP server for Toss Securities Open API that exposes Korean (KRX) and US market data, portfolio holdings, order management, and conditional orders through 28 tools, with read-only and authenticated remote modes.
      28
      -
    • F
      license
      A
      quality
      C
      maintenance
      Enables MCP clients to read Toss Securities market data and account info, and optionally place real-money orders.
      20
      -
    • A
      license
      A
      quality
      B
      maintenance
      A local MCP server that automatically generates tools from Toss Securities' official OpenAPI spec, enabling real API calls with multi-layered order safety and OAuth 2.0 authentication.
      36
      1
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      MCP server wrapping Toss Securities Open API, enabling stock price queries and trading for Korean and US stocks via natural language.
      36
      7 npm
      MIT

    TDQS

    A3.6/5.0

    Scored across 17 tools

    Disambiguation5/5

    Every tool targets a distinct data type or account operation, and even the easily confused toss_get_orders vs toss_get_order are clearly separated by their descriptions. Market data, reference data, account data, and order lookup tools have clean boundaries.

    Naming Consistency5/5

    All tools follow the same toss_get_<resource> pattern with snake_case naming, making the set highly predictable. Minor differences like prices vs price_limits reflect the underlying resource names rather than inconsistent conventions.

    Tool Count4/5

    At 17 tools, the server is slightly above the typical well-scoped range, but the count is justified by the breadth of read-only capabilities. Each tool maps to a distinct endpoint that an agent would reasonably need for market data and account inquiry.

    Completeness3/5

    The read-only side of the domain is well covered: market data, reference data, exchange rates, calendars, accounts, holdings, and order retrieval are all present. However, there are no order placement, cancellation, or modification tools, so the investment workflow has a notable dead end and cannot execute trades.

    Maintenance

    ActivityStale
    ResponsivenessNo issues