Eodhd
Server Details
EODHD MCP — wraps EOD Historical Data (eodhd.com)
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-eodhd
- GitHub Stars
- 0
TDQS
Scored across 33 tools
The three ask_pipeworx variants (stable, beta, grounded) are near-identical routers that overlap heavily, and the five polymarket_* tools plus bet_research share substantial conceptual territory. The descriptions are extraordinarily detailed and do provide explicit routing rules ('prefer X over Y'), which rescues the set from being truly ambiguous, but the agent still has to read a lot to pick correctly.
Mostly snake_case, but conventions are mixed: some tools are verb_noun (resolve_entity, compare_entities, validate_claim) while others are bare noun phrases (entity_profile, recent_changes, recent_alerts, deep_research, suggest_questions). Two tools carry an eodhd_ prefix that nothing else follows. Readable, but no single predictable pattern.
33 tools is well above the 15-tool sweet spot for what is essentially a data-gateway server, and the surface mixes several unrelated domains (EODHD pricing, Polymarket betting, AI-visibility scanning, memory, dependency scanning) rather than a single coherent scope. The meta-tools (ask_pipeworx, discover_tools) partly justify the breadth but the raw count is heavy.
The meta/gateway layer (ask, discover, deep_research, grounded, resolve/profile/compare entities, memory, subscriptions, feedback) is thorough, and the Polymarket family covers discovery, arbitrage, fill risk, and cross-venue spreads. Minor gaps exist—eodhd_* exposes only prices and fundamentals with no news or intraday endpoints—but agents can work around these via the routing tools.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "will-bitcoin-reach-100k-in-july-2026" - }, - { - "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026" - } -]New value: +[ + { + "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination" + }, + { + "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "topic": "fed" - }, - { - "topic": "btc" - } -]New value: +[ + { + "topic": "fed" + }, + { + "topic": "btc" + }, + { + "topic": "bitcoin" + }, + { + "topic": "fed rate decision" + } +] - changed
Input schema / properties / topic / descriptionPrevious value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."
Related MCP Connectors
Financial Datasets AI MCP — wraps financialdatasets.ai
Market Data App MCP — wraps the Market Data App API (marketdata.app)
Finnhub MCP — wraps Finnhub Stock API (finnhub.io)
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides access to EODHD financial APIs for stock prices, earnings, fundamentals, and index components via MCP.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with EOD Historical Data APIs, providing access to 75 read-only tools for financial data including fundamentals, news, screeners, and options via MCP transports.20MIT
- -licenseNot gradedqualityNot gradedmaintenanceReal-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.-
- FlicenseNot gradedqualityDmaintenanceProvides Yahoo Finance data including stock info, historical prices, dividends, financials, earnings, news, and more through a set of MCP tools, deployable on Azure Functions.-
Glama MCP Gateway
Add one secure layer between your agents and this server.