Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
kiwoom-mcp-server · npm · 0.52.6
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ChunSam/kiwoom-mcp-server",
"description": "Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool",
"title": "Kiwoom Securities MCP Server",
"repository": {
"url": "https://github.com/ChunSam/kiwoom-mcp-server",
"source": "github"
},
"version": "0.52.6",
"websiteUrl": "https://github.com/ChunSam/kiwoom-mcp-server#readme",
"packages": [
{
"registryType": "npm",
"identifier": "kiwoom-mcp-server",
"version": "0.52.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Kiwoom REST API app key (issued at openapi.kiwoom.com; VIRTUAL and REAL need separate keys)",
"isRequired": true,
"isSecret": true,
"name": "KIWOOM_APP_KEY"
},
{
"description": "Kiwoom REST API app secret",
"isRequired": true,
"isSecret": true,
"name": "KIWOOM_APP_SECRET"
},
{
"description": "VIRTUAL (모의투자, mock trading) or REAL (실전투자, live account)",
"default": "VIRTUAL",
"choices": [
"VIRTUAL",
"REAL"
],
"name": "KIWOOM_MODE"
},
{
"description": "Opt-in switch for the ISA tax-allowance tool (set true together with ISA_TYPE / ISA_OPENED_ON)",
"format": "boolean",
"default": "false",
"name": "ISA_ENABLED"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-21T13:36:11.073806Z",
"publishedAt": "2026-08-21T13:36:11.073806Z",
"updatedAt": "2026-08-21T13:36:11.073806Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.52.6last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.