Skip to main content
Glama

KIS REST API MCP Server

MIT License
8
  • Apple

order-overseas-stock

Execute buy/sell orders for overseas stocks with Korea Investment & Securities. Input symbol, quantity, price, order type, and market to process transactions securely.

Instructions

Order overseas stock (buy/sell) from Korea Investment & Securities

Input Schema

NameRequiredDescriptionDefault
marketYes
order_typeYes
priceYes
quantityYes
symbolYes

Input Schema (JSON Schema)

{ "properties": { "market": { "title": "Market", "type": "string" }, "order_type": { "title": "Order Type", "type": "string" }, "price": { "title": "Price", "type": "number" }, "quantity": { "title": "Quantity", "type": "integer" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol", "quantity", "price", "order_type", "market" ], "title": "order_overseas_stockArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/migusdn/KIS_MCP_Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server