tushar-badhwar/nlsql-mcp-server
3.3
If you are the rightful owner of nlsql-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The NLSQL MCP Server is a Model Context Protocol server that enables the conversion of natural language questions into SQL queries using AI, facilitating seamless interaction with databases.
Tools
Functions exposed to the LLM to take actions
connect_database
Connect to SQLite, PostgreSQL, or MySQL database.
analyze_schema
Analyze database schema and structure using AI.
natural_language_to_sql
Convert natural language question to SQL query using AI.
execute_sql_query
Execute SQL query on connected database.
validate_sql_query
Validate SQL query syntax and structure.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client