Back to Home
sayouzone icon

stocks-mcp-server

Verified Safe

by 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

Run Command
No command provided

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-17

Tags

stock analysisfinancial dataweb scrapingAPI integrationMCP serverLLM toolsdata caching