Skip to main content
Glama

KIS REST API MCP Server

MIT License
8
  • Apple

order-stock

Execute stock orders (buy/sell) for Korea Investment & Securities via KIS REST API MCP Server by specifying symbol, quantity, price, and order type for precise trading operations.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
order_typeYes
priceYes
quantityYes
symbolYes

Input Schema (JSON Schema)

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

Other Tools from KIS REST API MCP Server

Related Tools

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