elkassabgidata
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@elkassabgidataget the US unemployment rate series"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ElkassabgiData MCP Server
A Model Context Protocol server that gives an AI assistant direct access to the three Elkassabgi data libraries: economic statistics, high-frequency US equity bars, and patent/innovation measures.
It runs as a Cloudflare Worker with a Durable Object per session.
Endpoint: https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp
What it does
Eleven tools across the three libraries. The four browse tools work with no account at all; the data tools need a free API key (see below).
Tool | Library | Key needed |
| Econ | no |
| Econ | no |
| Econ | no |
| all | no |
| all | no |
| all | no |
| Econ | yes |
| HF equities | yes |
| HF equities | yes |
| IP / patents | yes |
| IP / patents | yes |
Every response carries the source's own licence with it, because the licence differs per source and honouring it is the user's obligation as much as ours.
Related MCP server: publicfinance
Getting an API key
Free, instant, and one key works across all three libraries: https://hfdatalibrary.com/pages/download
The key is used server-side only and is never echoed back into the conversation.
Install
Claude Code
claude mcp add --transport http elkassabgidata \
https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp \
--header "Authorization: Bearer YOUR_KEY"Claude Desktop
{
"mcpServers": {
"elkassabgidata": {
"url": "https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}Cursor
{
"mcpServers": {
"elkassabgidata": {
"serverUrl": "https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}ChatGPT developer mode
Add the connector URL directly:
https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp?api_key=YOUR_KEYA worked example
Calling search_econ_series with no API key:
{
"jsonrpc": "2.0", "id": 2, "method": "tools/call",
"params": {
"name": "search_econ_series",
"arguments": { "query": "unemployment rate", "limit": 3 }
}
}The actual response:
18,554 series match "unemployment rate". Showing 3:
bls:LNS14000000
Unemployment rate, 16+ (SA, %) [M, US] 1948-01-01→2026-07-01 · license:us-public-domain
abs:LF:M13.3.1599.20.AUS.M
Unemployment rate (persons, SA, Australia) [M, AU, Percent] 1978-02-28→2026-04-30 · license:cc-by-4.0
statcan:V2062815
Unemployment rate, 15+, Canada (SA, %) [M, CA, percent] 1986-05-01→2026-04-01 · license:statcan-open
Fetch data with get_econ_series(series_id). Metadata + citation with get_econ_series_metadata.Pass series_id to get_econ_series to pull the observations.
Development
npm install
npx wrangler dev # local
npx wrangler deploy # publishThe libraries
Econ Data Library — https://econdatalibrary.com
HF Data Library — https://hfdatalibrary.com
IP Data Library — https://ipdatalibrary.com
Licence
MIT — see LICENSE.
The data reached through this server is not MIT. Each dataset stays under the terms of the agency that published it, and those terms travel with every response.
This server cannot be deployed
Maintenance
Related MCP Connectors
Equip AI with tools for researching economic data from Federal Reserve Economic Data (FRED).
75 MCP tools: SEC financials, FRED economics, IRS 990, FDA, FX, UK Companies House.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Give your agent web search and authoritative datasets: S&P Global, FRED, OECD, SimilarWeb & more.
Related MCP Servers
AlicenseAqualityDmaintenanceGives AI assistants access to SEC filings, BLS employment, Census demographics, and SBA lending data via natural language queries.60MIT- AlicenseAqualityDmaintenanceEnables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.621 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides 10 financial data tools (market data, economic indicators, news, insider trades, and calendars) via a single MCP layer, enabling any MCP-compatible LLM to access diverse financial data through a unified interface.MIT
- AlicenseNot gradedqualityCmaintenanceProvides AI agents access to 336 real-time and historical market, quant, SEC filing, insider trading, fundamentals, and macro data tools via MCP Streamable HTTP.MIT