mcpbeat Sign in

Toss Invest MCP Server

local only

Toss Invest runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 4 Sep 2026.

Access Toss Securities market, account, and opt-in trading APIs through MCP.

Installs per day peak 148 · avg 12 · -65% w/w
a month agotoday
59
Installs / week
npm · @wi9ine/toss-invest-mcp
0
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Toss Invest every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add toss-invest -- npx -y @wi9ine/toss-invest-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "toss-invest": {
      "args": [
        "-y",
        "@wi9ine/toss-invest-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.toss-invest]
command = "npx"
args = ["-y", "@wi9ine/toss-invest-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "toss-invest": {
      "args": [
        "-y",
        "@wi9ine/toss-invest-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "toss-invest": {
      "args": [
        "-y",
        "@wi9ine/toss-invest-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TOSS_CLIENT_ID (Toss Securities Open API client ID), TOSS_CLIENT_SECRET (Toss Securities Open API client secret). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Toss Invest

same job, measured the same way
Kiwoom Securities MCP Server
by chunsam

Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool

206 installs/wk local only
I
TopicGate
by dumdart

Secure local access to MQTT topics through MCP.

364 installs/wk local only
Google Drive MCP
by piotr-agier

Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.

9 129 installs/wk local only
Red by Big Red Cloud
by bigredcloud

Secure MCP access to Big Red Cloud accounting data, workflows, help and training.

159 tools answering
Mudrex MCP Server
by mudrex

MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.

answering
I
Alphakey MCP Server
by seyoung230

AlphaKey IDaaS MCP Server — Manage SSO, MFA, users, apps, and security policies through AI IDE

local only
Agent Payment MCP
by apoth3osis-ai

Secure MCP router providing access to AgentPMT's pay-per-use AI tools marketplace.

local only
C
Egnyte Remote MCP Server
by egnyte

Egnyte's remote MCP server for secure AI access, search, upload and file management in your account.

answering

Toss Invest — questions

Answers built from our own checks of this server.

Why is there no uptime for Toss Invest?
Toss Invest runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @wi9ine/toss-invest-mcp was installed 59 times last week.
How do I connect Toss Invest?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @wi9ine/toss-invest-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Toss Invest?
The npm package @wi9ine/toss-invest-mcp was installed 59 times in the last week. Week over week that is -65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Toss Invest open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.