Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ElkassabgiData

com.elkassabgidata/elkassabgidata

A growing family of free academic data libraries: finance, economics, and beyond (ElkassabgiData).

Uptime
100.0%
1 direct probes · 30d
Response
1448ms
last probe
Tools
11
callable
Resources
3
readable
Prompts
3
available

Tools · 11

search_econ_series

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…

get_econ_series

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.

get_econ_series_metadata

Full metadata for one econ series: title, frequency, geography, unit, license (incl. commercial-use flag), attribution/citation, coverage dates. Free, no key needed.

list_econ_sources

List the Econ Data Library's sources (309: statistical offices, central banks, IGOs, research datasets) with their licenses. Free.

get_data_freshness

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…

get_hf_download_link

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.…

get_hf_variables_dictionary

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_ip_bundles

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.

get_ip_download_link

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…

get_family_status

Live status of the whole ElkassabgiData family: both libraries' headline stats and data currency. Free.

get_auth_status

Whether this MCP connection has an ElkassabgiData API key configured (masked — the key itself is never echoed), and how to add one.

Resources · 3

data-honesty-charter

Standing data caveats every analysis should disclose (survivorship, source breaks, licensing, freshness semantics).

elkassabgidata://honesty
hf-variables-dictionary

The 25 pre-computed academic variables, verbatim definitions.

elkassabgidata://variables
about

What the ElkassabgiData family is and how accounts work.

elkassabgidata://about

Prompts · 3

analyze_econ_series

Guided, honesty-first analysis of one economic series.

compare_countries

Cross-country comparison of one indicator, honestly aligned.

hf_event_study

Event-study scaffold on HF 1-minute equity data (code-executing agents).

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"
    }
  }
}