Market Data MCP Server
mcp-market-data
시장 및 옵션 데이터 MCP ("market-data") — FastAPI 서버
LLM이나 모든 클라이언트가 OHLCV, 옵션 체인, 그리스 지표, 기본 기업 이벤트를 가져오고, 정렬/캐싱을 통해 학습 데이터셋을 구성하는 데 사용하는 엔드포인트를 노출하는 배포 가능하고 최소화된 벤더 플러그형 서비스입니다. 기본 제공자로 yfinance를 사용하여 즉시 실행 가능하며, 아래의 DataProvider 인터페이스를 구현하여 Polygon/IEX 등으로 교체할 수 있습니다.
로컬 실행:
pip install -r requirements.txt
uvicorn app.main:app --host 0.0.0.0 --port 8000Docker:
docker build -t mcp-market-data:edge .
docker run -p 8000:8000 --name mcp-market-data mcp-market-data:edgecurl 예시:
curl "https://market-data.verumnomen.com/get_ohlcv?symbol=AAPL&timeframe=1d&start=2024-01-01&end=2024-06-30"
curl -X POST https://market-data.verumnomen.com/make_dataset -H 'Content-Type: application/json' -d '{
"symbols":["AAPL","NVDA"],
"features":["ohlcv(1d,120d)","rv_park(5d)","ret_1d","iv30"],
"horizon":"1d","window":"180d","align":"market_close"
}'참고 사항
이미지는
master브랜치에서ghcr.io/pishnuke/mcp-market-data:edge로 게시되며,sha-<short>태그가 추가됩니다.v0.1.0과 같은 Git 태그를 푸시하면ghcr.io/pishnuke/mcp-market-data:<tag>로 게시됩니다.저장소가 공개(public) 상태인지 확인하거나, 사용자가 GHCR에서 가져올 권한이 있는지 확인하십시오. 비공개 저장소의 경우 사용자는 토큰이 필요합니다.
GHCR 저장소 이름은 소문자입니다. GitHub 조직/저장소 이름에 대문자가 포함된 경우 GHCR은 이를 소문자로 정규화합니다.
MCP 클라이언트를 mcp.json(또는 실행 중인 URL)으로 지정하고 /get_ohlcv와 같은 도구를 호출하십시오.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server providing real-time stock data and options analysis through Yahoo Finance, enabling LLMs to access market data, analyze stocks, and evaluate options strategies.25MIT
- FlicenseNot gradedqualityNot gradedmaintenanceProvides backtesting-compliant financial data including company financials, historical stock and crypto prices, and news with sentiment analysis from financialdatasets.ai API.
- AlicenseAqualityDmaintenanceProvides comprehensive financial analysis and real-time market data including stock information, options chains, technical indicators, financial statements, earnings calendars, and market sentiment indicators through integration with yfinance and other financial APIs.14MIT
- AlicenseNot gradedqualityCmaintenanceEnables access to real-time and historical market data including stocks, ETFs, forex, and cryptocurrencies, with support for time series, quotes, dividends, splits, and earnings.MIT
Related MCP Connectors
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Real-time news with bias scoring, live market data, and AI-powered options pricing
Options analytics for AI assistants: chains, IV rank, VRP, Greeks, GEX, expected moves, screeners.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pishnuke/mcp-market-data'
If you have feedback or need assistance with the MCP directory API, please join our Discord server