elkassabgidata
ElkassabgiData MCP 서버
AI 어시스턴트가 세 가지 Elkassabgi 데이터 라이브러리(경제 통계, 고빈도 미국 주식 바, 특허/혁신 지표)에 직접 접근할 수 있게 해주는 Model Context Protocol 서버입니다.
Cloudflare Worker로 실행되며 세션마다 Durable Object를 사용합니다.
엔드포인트: https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp
기능
세 라이브러리에 걸친 11개의 도구가 있습니다. 네 개의 탐색(browse) 도구는 계정 없이도 사용할 수 있으며, 데이터(data) 도구는 무료 API 키가 필요합니다(아래 참조).
도구 | 라이브러리 | 키 필요 |
| Econ | 아니요 |
| Econ | 아니요 |
| Econ | 아니요 |
| 전체 | 아니요 |
| 전체 | 아니요 |
| 전체 | 아니요 |
| Econ | 예 |
| HF 주식 | 예 |
| HF 주식 | 예 |
| IP / 특허 | 예 |
| IP / 특허 | 예 |
모든 응답에는 해당 소스의 라이선스가 함께 포함됩니다. 라이선스는 소스마다 다르며, 이를 준수하는 것은 사용자와 우리 모두의 의무이기 때문입니다.
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라이브러리
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