{"openapi":"3.1.0","info":{"title":"eBEST Open API (이베스트투자증권)","description":"이베스트투자증권 Open API로 국내 주식 실시간 시세, 주문, 계좌 조회, 체결 내역 확인이 가능합니다. OAuth2 인증 기반이며, 다양한 TR(거래) 코드를 통해 세밀한 데이터 조회를 지원합니다. 자동매매, 증권 분석 도구에 활용됩니다.","version":"1.0.0","x-fusepie-id":"ebest-open-api","x-fusepie-category":"finance","x-fusepie-provider":"이베스트투자증권"},"servers":[{"url":"https://openapi.ebestsec.co.kr:8080","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_ebest_open_api","summary":"eBEST Open API (이베스트투자증권)","description":"이베스트투자증권 Open API로 국내 주식 실시간 시세, 주문, 계좌 조회, 체결 내역 확인이 가능합니다. OAuth2 인증 기반이며, 다양한 TR(거래) 코드를 통해 세밀한 데이터 조회를 지원합니다. 자동매매, 증권 분석 도구에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://openapi.ebestsec.co.kr/"}}},"x-mcp-config":{"mcpServers":{"ebest-open-api":{"command":"npx","args":["-y","@fusepie/mcp-ebest-open-api"],"env":{"API_KEY":""}}}}}