focus_mcp_data
9
The FOCUS DATA MCP Server allows AI assistants to perform natural language queries on DataFocus data, providing seamless data access and manipulation. It features tools for listing tables, initializing dialogues, and querying data, all in an easy-to-use setting.
FOCUS DATA MCP Server
A Model Context Protocol (MCP) server that enables AI assistants to query data results from DataFocus using natural language.
Features
- Register on DataFocus to open an application space and import data tables.
- Select DataFocus data table initialization dialogue.
- Natural language data acquisition results.
Prerequisites
- jdk 23 or higher
- gradle 8.12 or higher
- Register on Datafocus to obtain a bearer token.
Installation
- Clone the repository and build the server with gradle.
MCP Configuration
Configure the server in your MCP settings file.
Available Tools
- tableList: Retrieves table lists in DataFocus.
- gptText2DataInit: Initialize dialogue with table names.
- gptText2DataData: Query data results using natural language.
Response Format
Responses are returned in a standardized JSON format.