Back to Home
Enlavan icon

EODHD_MCP_server

Verified Safe

by Enlavan

Overview

Provides an MCP server interface to the EOD Historical Data API for financial market data, fundamentals, technicals, and news.

Installation

Run Command
python server.py

Environment Variables

  • EODHD_API_KEY
  • MCP_HOST
  • MCP_PORT
  • MCP_PATH
  • LOG_LEVEL

Security Notes

API keys are managed via environment variables or CLI arguments, which is a good practice. No hardcoded secrets were found in the source code beyond a 'demo' default. URL construction for API calls uses 'quote_plus' to mitigate basic injection risks. The `make_request` function handles HTTP requests with a timeout and propagates API errors. No 'eval' or other obvious malicious patterns were identified. The primary security consideration is the secure handling of the EODHD_API_KEY by the user and the integrity of the upstream EODHD API.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars1
Forks0
Last Update2025-12-06

Tags

Market DataFinancialsTradingNewsTechnical Analysis