korean stocks for VS Code
io.github.deepsearch-common/korean-stocks
Korean stock & crypto for AI agents. KRX news, financials, risk via x402 USDC payments.
client:VS Code
transport:stdio
runtime:npm
Install korean stocks in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "mcp-wallet-private-key",
"description": "MCP_WALLET_PRIVATE_KEY",
"password": true
},
{
"type": "promptString",
"id": "resource-server-url",
"description": "RESOURCE_SERVER_URL",
"password": true
}
],
"servers": {
"korean-stocks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deepsearch-x402-mcp"
],
"env": {
"MCP_WALLET_PRIVATE_KEY": "${input:mcp-wallet-private-key}",
"RESOURCE_SERVER_URL": "${input:resource-server-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs