server.jsonโข1.02 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.jjlabsio/korea-stock-mcp",
"description": "MCP server for korea stock",
"status": "active",
"repository": {
"url": "https://github.com/jjlabsio/korea-stock-mcp",
"source": "github"
},
"version": "1.1.4",
"packages": [
{
"registry_type": "npm",
"registry_base_url": "https://registry.npmjs.org",
"identifier": "korea-stock-mcp",
"version": "1.1.4",
"transport": {
"type": "stdio"
},
"environment_variables": [
{
"description": "DART API key for the service",
"is_required": true,
"format": "string",
"is_secret": true,
"name": "DART_API_KEY"
},
{
"description": "KRX API key for the service",
"is_required": true,
"format": "string",
"is_secret": true,
"name": "KRX_API_KEY"
}
]
}
]
}