Look up the latest stock prices by ticker symbol across global markets. Get current price and esse…
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-smithery-cc25a-openai-api-agent-project123123123": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
본 자료는 (주)에이아이캐슬에서 만든 OpenAI API로 배우는 Agent 개발 첫걸음 (OpenAI API Agent School) 강의 프로젝트 자료입니다.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for ai.smithery/cc25a-openai-api-agent-project123123123 and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
본 자료는 (주)에이아이캐슬에서 만든 OpenAI API로 배우는 Agent 개발 첫걸음 (OpenAI API Agent School) 강의 프로젝트 자료입니다.
# uv Install
curl -LsSf https://astral.sh/uv/install.sh | sh
# uv Build
uv sync --frozen && uv cache prune --ci
OPENAI_API_KEY: Agent 앱 또는 파인튜닝할 데이터를 업로드할 때 사용할 OpenAI API 키PROMPT_ID Agent 앱에서 사용할 OpenAI 프롬프트 IDTITLE: Agent앱의 상단 제목PASSWORD: 비밀번호 설정 (비워둘 경우 누구나 접근 가능)
?password=<your-password>와 같이 쿼리스트링으로 전달해야 접근 가능uv run main.py
포트: 환경변수 PORT값이 지정된 경우 이 값을 사용하며, 그렇지 않을 경우 8000을 사용함.
agent 앱 주소: https://localhost:8000/agent
mcp 서버 주소: https://localhost:8000/mcp
KEEPALIVE_URL를 github actions의 환경변수(secrets)에 지정하여 주기적으로 접속하는 cron 작업을 수행할 수 있음.KEEPALIVE_URLhttps://<your-project-name>.onrender.com.env파일에 OPENAI_API_KEY를 등록해야 정상적으로 업로드 가능
fine_tuning_data/supervised/uv run fine_tuning_data/supervised/convert_and_upload.py
fine_tuning_data/preference/uv run fine_tuning_data/preference/convert_and_upload.py
fine_tuning_data/reinforcement/uv run fine_tuning_data/reinforcement/convert_and_upload.py