mcp-data-service
MCP Data Service · MCP 数据服务
데이터 조회 + 자동 인사이트(이상 감지)를 MCP 서버로 노출 — 30초 만에 Claude Desktop, Cursor 또는 모든 MCP 클라이언트에 연결하세요. 「데이터 조회 + 자동 인사이트」를 MCP 표준 도구로 포장하여 Claude Desktop / Cursor에서 바로 사용할 수 있습니다. 모든 AI 에이전트에 데이터 기능을 장착하고 30초 만에 연결하세요.
English · 中文
English
이게 뭔가요?
MCP (Model Context Protocol) 서버로, 데이터 테이블을 모든 AI 에이전트가 호출할 수 있는 도구로 바꿔줍니다. LLM API가 필요 없습니다. 모든 것은 pandas로 로컬에서 계산되므로 무료이고 빠릅니다.
도구
도구 | 기능 |
| 메트릭 기준 조회: TOP N / BOTTOM N / AVG / SUM / 날짜별 / 조건 필터 포함 |
| 자동 인사이트: 개요 + 이상 감지(1.5σ) + 권장 사항 |
| 모든 열 이름과 유형 나열 |
빠른 시작
pip install -r requirements.txt
# Self-test (direct calls + MCP handshake)
python tests/test_server.py
# Run the server (stdio transport; clients below will launch it automatically)
python server.pyClaude Desktop / Cursor에서 연결
MCP 구성(예: claude_desktop_config.json)에 추가하세요:
{
"mcpServers": {
"data-service": {
"command": "python",
"args": ["/absolute/path/to/mcp-data-service/server.py"]
}
}
}클라이언트를 다시 시작한 다음 에이전트에게 "가장 완료율이 높은 동영상은 무엇인가요?" 또는 *"데이터에 대한 자동 인사이트를 실행해 줘."*라고 물어보세요.
프로젝트 구조
server.py FastMCP server (@mcp.tool registers 3 tools)
data/video_stats.csv Sample data
tests/test_server.py Direct-call + MCP-stdio handshake tests
requirements.txt fastmcp + pandas테스트
python tests/test_server.py
# [PASS] query_video_stats direct calls
# [PASS] data_insights auto insights
# [PASS] MCP stdio handshake: list_tools + call_tool로드맵
PyPI에 배포(
pipx install mcp-data-service)SQLite / PostgreSQL 백엔드
서버당 여러 데이터 소스 지원
中文
이게 뭔가요?
MCP (Model Context Protocol) 서버: 데이터 테이블 하나를 모든 AI 에이전트가 호출할 수 있는 도구로 만듭니다. LLM API에 전혀 의존하지 않습니다 — 전부 pandas로 로컬에서 계산되며 무료이고 빠릅니다.
도구 목록
도구 | 기능 |
| 메트릭 기준 조회: TOP N / BOTTOM N / 평균 / 합계 / 날짜별 / 조건 필터 포함 |
| 자동 인사이트: 데이터 개요 + 이상 감지(1.5σ) + 운영 제안 |
| 모든 열 이름과 유형 나열 |
빠른 시작
pip install -r requirements.txt
# 自测(直接调用 + MCP 握手)
python tests/test_server.py
# 启动(stdio 传输,客户端按下面配置自动拉起)
python server.pyClaude Desktop / Cursor 연동
클라이언트 MCP 구성(예: claude_desktop_config.json)에 추가하세요:
{
"mcpServers": {
"data-service": {
"command": "python",
"args": ["/绝对路径/mcp-data-service/server.py"]
}
}
}저장하고 클라이언트를 다시 시작하면 에이전트가 '완료율이 가장 높은 동영상', '데이터 이상 자동 인사이트' 등의 기능을 직접 호출할 수 있습니다.
파일 구조
server.py FastMCP Server(@mcp.tool 注册 3 个工具)
data/video_stats.csv 示例数据
tests/test_server.py 直调 + MCP stdio 握手双测试
requirements.txt fastmcp + pandas테스트
python tests/test_server.py
# [PASS] query_video_stats 直接调用
# [PASS] data_insights 自动洞察
# [PASS] MCP stdio 握手:list_tools + call_tool개발 계획
PyPI에 배포(
pipx install mcp-data-service)SQLite / PostgreSQL 백엔드
단일 서버에서 여러 데이터 소스 지원
라이선스 · 라이선스
MIT © lengzhanbao
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 Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
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/lengzhanbao/mcp-data-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server