eodhd.com
EODHD provides financial market data including historical and live prices, fundamentals, news, technical indicators, options, and macroeconomic datasets. The service is operated by Unicorn Data Services and is aimed at developers, traders, and AI-agent workflows.
EODHD exposes a financial data REST API at `https://eodhd.com/api` authenticated by API key query parameter, plus two hosted MCP server endpoints: v1 with API-key auth and v2 with OAuth 2.1 discovery-based auth.
- EODHD MCP Server v1discovered
- EODHD MCP Server v2detected
- EODHD Financial Data REST APIdiscovered
Create an account at EODHD registration. After signup or subscribing to a plan, get your personal API key from your EODHD account/dashboard; EODHD's docs and llms.txt state this key is used on the REST API as the api_token query parameter, and the MCP v1 server accepts it as apikey in the URL. A limited demo value demo exists for a small set of symbols, but for real integrations use your own key from register.
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 1/7 published
- integrations.json——
- llms.txt✓https://eodhd.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing