Skip to content
Cursor

Toss Invest for Cursor

io.github.wi9ine/toss-invest

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

client:Cursor transport:stdio runtime:npm

Install Toss Invest in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "toss-invest": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wi9ine/toss-invest-mcp"
      ],
      "env": {
        "TOSS_CLIENT_ID": "<TOSS_CLIENT_ID>",
        "TOSS_CLIENT_SECRET": "<TOSS_CLIENT_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Toss Invest in other clients