Skip to main content
Glama
elkassabgi

elkassabgidata

by elkassabgi

ElkassabgiData MCP Server

一个模型上下文协议服务器,让 AI 助手能够直接访问三个 Elkassabgi 数据图书馆:经济统计高频美股 K 线专利/创新指标

它以 Cloudflare Worker 运行,每个会话对应一个 Durable Object。

端点: https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp

功能

三个数据库共提供十一个工具。四个 浏览 工具完全无需账户即可使用;数据 工具需要免费 API 密钥(见下文)。

工具

数据库

需要密钥

search_econ_series

Econ

get_econ_series_metadata

Econ

list_econ_sources

Econ

get_data_freshness

全部

get_family_status

全部

get_auth_status

全部

get_econ_series

Econ

get_hf_download_link

高频美股

get_hf_variables_dictionary

高频美股

list_ip_bundles

知识产权/专利

get_ip_download_link

知识产权/专利

每个响应都会附带数据源自身的许可证,因为不同数据源的许可证各不相同,遵守许可是用户和我们共同的责任。

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

使用示例

在无 API 密钥的情况下调用 search_econ_series

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

数据库

许可证

MIT — 见 LICENSE

通过此服务器访问的数据并非 MIT 许可。每个数据集均遵循其发布机构的条款,这些条款随每个响应一并提供。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.
    6
    10
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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
  • A
    license
    A
    quality
    C
    maintenance
    Provides 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.
    9
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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