elkassabgidata
ElkassabgiData MCP Server
Сервер Model Context Protocol, который предоставляет ИИ-ассистенту прямой доступ к трём библиотекам данных Elkassabgi: экономическая статистика, высокочастотные бары по акциям США и патентные/инновационные показатели.
Он работает как Cloudflare Worker с Durable Object для каждой сессии.
Endpoint: https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp
Что он делает
Одиннадцать инструментов в трёх библиотеках. Четыре инструмента просмотра работают вообще без учётной записи; инструменты данных требуют бесплатный API-ключ (см. ниже).
Инструмент | Библиотека | Нужен ключ |
| Econ | нет |
| Econ | нет |
| Econ | нет |
| все | нет |
| все | нет |
| все | нет |
| Econ | да |
| HF equities | да |
| HF equities | да |
| IP / patents | да |
| IP / patents | да |
Каждый ответ сопровождается лицензией самого источника, поскольку лицензия различается в зависимости от источника, и её соблюдение — обязанность пользователя в той же мере, что и наша.
Related MCP server: publicfinance
Получение API-ключа
Бесплатно, мгновенно, и один ключ работает во всех трёх библиотеках: https://hfdatalibrary.com/pages/download
Ключ используется только на стороне сервера и никогда не возвращается в диалог.
Установка
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
Добавьте URL коннектора напрямую:
https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp?api_key=YOUR_KEYПример работы
Вызов search_econ_series без API-ключа:
{
"jsonrpc": "2.0", "id": 2, "method": "tools/call",
"params": {
"name": "search_econ_series",
"arguments": { "query": "unemployment rate", "limit": 3 }
}
}Фактический ответ:
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.Передайте series_id в get_econ_series, чтобы получить наблюдения.
Разработка
npm install
npx wrangler dev # local
npx wrangler deploy # publishБиблиотеки
Econ Data Library — https://econdatalibrary.com
HF Data Library — https://hfdatalibrary.com
IP Data Library — https://ipdatalibrary.com
Лицензия
MIT — см. LICENSE.
Данные, получаемые через этот сервер, не являются MIT. Каждый набор данных остаётся на условиях агентства, которое его опубликовало, и эти условия передаются вместе с каждым ответом.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.610MIT
- 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
- AlicenseAqualityCmaintenanceProvides curated US economic data from Treasury, FRED, BLS, BEA, and other sources through an MCP interface. Enables querying economic series, fetching data with provenance tracking, and accessing cached artifacts.9MIT
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Give your agent web search and authoritative datasets: S&P Global, FRED, OECD, SimilarWeb & more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elkassabgi/elkassabgidata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server