MCP Server
MCP
Toss Invest
Access Toss Securities market, account, and opt-in trading APIs through MCP.
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
By
Comments
Sign in to leave a comment