Back to Home
Enlavan icon

EODHD_MCP_server

Verified Safe

by Enlavan

Overview

Exposes EOD Historical Data APIs as an MCP server for AI clients to access financial market data.

Installation

Run Command
python server.py

Environment Variables

  • EODHD_API_KEY
  • MCP_HOST
  • MCP_PORT
  • MCP_PATH
  • LOG_LEVEL

Security Notes

The server includes good input validation across its tool functions, helping to prevent malformed requests. API keys are handled via environment variables or CLI arguments, and URL parameters are safely encoded using `quote_plus`. There are no apparent uses of `eval`, `exec`, or other highly dangerous functions without clear justification. The `api_client.py` transparently resolves the EODHD token from incoming query parameters (if present) or environment variables. No hardcoded secrets (besides the public 'demo' key) were found. The primary security considerations revolve around the proper securing of the EODHD API key by the user and the inherent risks of making external network requests.

Similar Servers

Stats

Interest Score24
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars1
Forks1
Last Update2026-01-06

Tags

Financial DataAPI IntegrationMCP ServerReal-time DataTechnical Analysis