ElkassabgiData
com.elkassabgidata/elkassabgidataA growing family of free academic data libraries: finance, economics, and beyond (ElkassabgiData).
Tools · 11
Search the Econ Data Library catalog (billions of series from 300+ sources: national accounts, prices, trade, labor, energy, markets…). Free, no key needed. Returns series ids usable with get_econ_ser…
Download an economic time series as rows (long format: date, value) with its citation and license. REQUIRES the free ElkassabgiData API key. Use date_from/date_to to window long series.
Full metadata for one econ series: title, frequency, geography, unit, license (incl. commercial-use flag), attribution/citation, coverage dates. Free, no key needed.
List the Econ Data Library's sources (309: statistical offices, central banks, IGOs, research datasets) with their licenses. Free.
Live per-source update status straight from the automated updater's ledger: last successful update, data frontier, and honest stale/failure flags (dates are NEVER fabricated — a silent upstream outage…
Authenticated download instructions for HF Data Library's 1-minute OHLCV bars (full per-ticker history, 1,391 US stocks/ETFs, 2002→yesterday; parquet or csv) or the 25 pre-computed academic variables.…
The exact definitions/formulas of HF Data Library's 25 pre-computed academic variables (realized volatility family, spreads, jumps, liquidity, data-quality). Verbatim from the published dictionary. Fr…
List the IP Data Library's snapshot-pinned patent/innovation bundles (patent-level measures on 9.4M+ US patents; assignee-year panels) with sizes, vintages and download paths. Free, no key needed.
Authenticated download instructions for an IP Data Library bundle — patent-level innovation measures (citations, originality/generality, grant lag, team size) or the assignee-year panel. Parquet, full…
Live status of the whole ElkassabgiData family: both libraries' headline stats and data currency. Free.
Whether this MCP connection has an ElkassabgiData API key configured (masked — the key itself is never echoed), and how to add one.
Resources · 3
Standing data caveats every analysis should disclose (survivorship, source breaks, licensing, freshness semantics).
elkassabgidata://honesty
The 25 pre-computed academic variables, verbatim definitions.
elkassabgidata://variables
What the ElkassabgiData family is and how accounts work.
elkassabgidata://about
Prompts · 3
Guided, honesty-first analysis of one economic series.
Cross-country comparison of one indicator, honestly aligned.
Event-study scaffold on HF 1-minute equity data (code-executing agents).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"elkassabgidata": {
"url": "https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp",
"transport": "streamable-http"
}
}
}