← Back to Plugins
MCP Server MCP

Toss Invest

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @wi9ine/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@wi9ine/toss-invest-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Toss Securities Open API client ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TOSS_CLIENT_ID"
        },
        {
          "description": "Toss Securities Open API client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TOSS_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...