stocks-mcp-server
Verified Safeby sayouzone
Overview
A Model Context Protocol (MCP) server for retrieving, caching, and analyzing stock fundamental and market data from various financial APIs (OpenDart, FnGuide, Naver Finance, Yahoo Finance, SEC EDGAR) to be used as a tool by LLMs.
Installation
No command providedEnvironment Variables
- OPEN_DART_API_KEY
- KIS_APP_KEY
- KIS_APP_SECRET
- GCP_PROJECT_ID
- NAVER_CLIENT_ID
- NAVER_CLIENT_SECRET
Security Notes
The server primarily relies on external APIs and web scraping. API keys and secrets are expected to be provided via environment variables, which is a good security practice. Rate limiting and retry mechanisms are implemented for external requests. No 'eval', code obfuscation, or obvious malicious patterns were found. Local file storage is used for caching access tokens, which in a stateless serverless environment like Cloud Run, is ephemeral and less of a direct 'hardcoded secret' risk, but should be noted.
Similar Servers
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).