Focus MCP SQL Server enables AI assistants to convert natural language queries into SQL by registering database schema information and handling text-to-SQL conversions. Built by DataFocus, it implements the Model Context Protocol using Spring Boot and exposes tools for registering tables, columns, and relationships, as well as initiating and continuing text-to-SQL conversations. The server runs on stdio transport for seamless integration with AI assistants and provides a structured approach to database schema representation, making it particularly valuable for users who need to query databases using natural language without writing SQL manually.
No reviews yet. Be the first to review!
Sign in to join the conversation
Initializes the model with a specified table structure and bearer token. Parameters: model (required object), bearer (required string), language (optional string)
Converts natural language input into SQL queries based on a chat ID and bearer token. Parameters: chatId (required string), input (required string), bearer (required string)