Skip to main content
Glama
elkassabgi

elkassabgidata

by elkassabgi

ElkassabgiData MCP Server

Model Context Protocol サーバーで、AI アシスタントが Elkassabgi の 3 つのデータライブラリ(経済統計高頻度米国株式バー特許/イノベーション指標)に直接アクセスできるようにします。

Cloudflare Worker として動作し、セッションごとに Durable Object を使用します。

エンドポイント: https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp

機能

3 つのライブラリにわたる 11 のツールがあります。4 つの ブラウズ ツールはアカウントなしで動作します。データ ツールには無料の 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

HF equities

必要

get_hf_variables_dictionary

HF equities

必要

list_ip_bundles

IP / patents

必要

get_ip_download_link

IP / patents

必要

すべての応答には、ソース自身のライセンスが付随します。ライセンスはソースごとに異なり、それを尊重することはユーザーの義務であり、私たちの義務でもあります。

Related MCP server: publicfinance

API キーの取得

無料で即時取得でき、1 つのキーで 3 つのライブラリすべてに使用できます: 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_idget_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