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.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.HOST— Bind address, default 0.0.0.0MCP_ALLOW_ANONYMOUS— true disables auth (prints a warning)MCP_AUTH_TOKEN— $(openssl rand -hex 32) TRANSPORT=http npm startPORT— no HTTP port when TRANSPORT=http (default 3000)TOSSINVEST_ACCESS_TOKEN— no Pre-issued access token; bypasses the client-credentials flowTOSSINVEST_ACCOUNT_SEQ— no Default accountSeq for account-scoped toolsTOSSINVEST_API_BASE_URLTOSSINVEST_CLIENT_ID— yes¹ OAuth 2.0 client idTOSSINVEST_CLIENT_SECRET— yes¹ OAuth 2.0 client secretTOSSINVEST_READ_ONLY— no true omits every order-mutating tool (see [Safety](#safety))TRANSPORT— no stdio (default) or http[](https://m8ven.ai/mcp/meteoroh-tossinvest-mcp-oi9p06)