Back to Home
EodHistoricalData icon

EODHD-MCP-Server

Verified Safe

by EodHistoricalData

Overview

Provides AI agents with tool-based access to EOD Historical Data (EODHD) financial market APIs.

Installation

Run Command
python server.py

Environment Variables

  • EODHD_API_KEY
  • MCP_HOST
  • MCP_PORT
  • MCP_PATH
  • LOG_LEVEL

Security Notes

The server acts as a proxy, handling API keys via environment variables or CLI arguments, which is good practice. It does not appear to hardcode sensitive secrets or use dangerous functions like 'eval'. Input validation is present in tool functions. Potential risks are primarily related to upstream API vulnerabilities or insecure deployment (e.g., exposing it publicly without proper access controls), which are outside the scope of the provided code's direct control. The `make_request` function appends the API key to every request URL, which is correct for authentication.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens15000
Stars0
Forks0
Last Update2025-12-13

Tags

Financial DataMarket DataAPI IntegrationAI AgentsEOD Historical Data