/
by ai.smithery
Look up the latest stock prices by ticker symbol across global markets. Get current price and esse…
Server configuration and capabilities from the MCP manifest
Size: 534 bytes (134 tokens)
Tools Found: 1
Analysis ID: 27l0vcta
This MCP server provides tools for retrieving stock prices based on Yahoo Finance.
{
"name": "openai-api-agent-project",
"tags": [],
"tools": [
{
"name": "get_stock_price",
"description": "주가 조회 (Yahoo Finance 기반)",
"input_schema": {
"type": "object",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "종목 코드 (예: 'AAPL' 미국 애플, '005930.KS' 삼성전자)"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"error": {
"type": "string"
},
"price": {
"type": "number"
},
"symbol": {
"type": "string"
},
"currency": {
"type": "string"
}
}
}
}
],
"version": "0.1.0",
"categories": [],
"description": "주가 조회 (Yahoo Finance 기반)"
}Stars
Registry ID: 2e9a1e51-a18b-4599-b56e-b49e1c42c0c2
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/17/2025
Open Issues: 0
Historical performance and growth metrics over time
Forks
Watchers
Contributors
Last Push: 9/17/2025
Open Issues: 0