focus_mcp_data
포커스 데이터 MCP 서버 [中文]
모델 컨텍스트 프로토콜(MCP) 서버를 통해 인공지능 비서가 데이터 결과를 직접 쿼리할 수 있습니다. 사용자는 DataFocus에서 자연어를 사용하여 데이터 결과를 얻을 수 있습니다.
특징
DataFocus에 등록하여 애플리케이션 공간을 열고 분석할 데이터 테이블을 가져오거나 직접 연결하세요.
Datafocus 데이터 테이블 초기화 대화 상자 선택
자연어 데이터 수집 결과
Related MCP server: MCPDemo - Visual SQL Chat Platform
필수 조건
jdk 23 이상. jdk 다운로드
Gradle 8.12 이상. Gradle을 다운로드하세요.
Datafocus를 등록하여 베어러 토큰을 얻으세요:
Datafocus 에 계정을 등록하세요
신청서를 작성하세요
신청서를 입력하세요
관리자 -> 인터페이스 인증 -> 베어러 토큰 -> 새 베어러 토큰

설치
이 저장소를 복제하세요:
지엑스피1
서버를 빌드하세요:
gradle clean
gradle bootJar
The jar path: build/libs/focus_mcp_data.jarMCP 구성
MCP 설정 파일(일반적으로 ~/AppData/Roaming/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json 에 위치)에 서버를 추가합니다.
{
"mcpServers": {
"focus_mcp_data": {
"command": "java",
"args": [
"-jar",
"path/to/focus_mcp_data/focus_mcp_data.jar"
],
"autoApprove": [
"tableList",
"gptText2DataInit",
"gptText2DataData"
]
}
}
}사용 가능한 도구
1. 테이블리스트
datafocus에서 테이블 목록을 가져옵니다.
매개변수:
name(선택 사항): 필터링할 테이블 이름bearer(필수): bearer 토큰
예:
{
"name": "test",
"bearer": "ZTllYzAzZjM2YzA3NDA0ZGE3ZjguNDJhNDjNGU4NzkyYjY1OTY0YzUxYWU5NmU="
}2. gptText2DataInit
대화를 초기화합니다.
매개변수:
names(필수): 선택된 테이블 이름bearer(필수): bearer 토큰language(선택 사항): 언어 ['영어','중국어']
예:
{
"names": [
"test1",
"test2"
],
"bearer": "ZTllYzAzZjM2YzA3NDA0ZGE3ZjguNDJhNDjNGU4NzkyYjY1OTY0YzUxYWU5NmU="
}3. gptText2DataData
데이터 결과를 쿼리합니다.
매개변수:
chatId(필수): 채팅 IDinput(필수): 자연어bearer(필수): bearer 토큰
예:
{
"chatId": "03975af5de4b4562938a985403f206d4",
"input": "max(age)",
"bearer": "ZTllYzAzZjM2YzA3NDA0ZGE3ZjguNDJhNDjNGU4NzkyYjY1OTY0YzUxYWU5NmU="
}응답 형식
모든 도구는 다음 형식으로 응답을 반환합니다.
{
"errCode": 0,
"exception": "",
"msgParams": null,
"promptMsg": null,
"success": true,
"data": {
}
}Visual Studio Code Cline 샘플
vsCode에 cline 플러그인 설치
mcp 서버 구성

사용
테이블 목록 가져오기


대화 초기화

질문: 연봉은 얼마인가요?

연락하다:
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
- AlicenseNot gradedqualityFmaintenanceA NL2SQL plugin based on FocusSearch keyword parsing, offering greater accuracy, higher speed, and more reliability!39Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn AI-driven data visualization and SQL chat platform that enables natural language to SQL conversion, interactive chart generation, and database querying through a comprehensive MCP interface. Supports multiple databases, intelligent chart recommendations, and secure data management with temporary link sharing.0ISC
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to analyze cloud billing data in FOCUS format through natural language queries. Provides 36+ predefined cost analysis queries, custom SQL execution, and schema documentation for multi-cloud cost optimization and FinOps practices.11Apache 2.0
- AlicenseBqualityDmaintenanceEnables users to interact with Cube's AI agent for real-time analytics and data exploration through a chat interface. It supports generating data visualizations, performing SQL queries, and analyzing trends using natural language.15113MIT
Related MCP Connectors
Renders interactive Chart.js charts and dashboards inline in AI conversations.
AI-Ready Data Platform that fills the missing layer between data management and AI execution.
The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data.
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/FocusSearch/focus_mcp_data'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
